BEst Way to Make Change in UniLoader

Support and feedback for UniUploader
UniUploader requires microsoft .net runtimes!

BEst Way to Make Change in UniLoader

Postby MrSmithGTW » Wed Feb 27, 2008 12:25 am

HI.
New Member, Just download the Uni Project, and I thought I would ask the Pro's what is the best way to make a small change to Uniloader. I need to Change the Character Name. Should I use the SDK Plugin or change the Uni code.

Thanks for any help you can give
MrSmithGTW
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 26, 2008 10:37 pm

BEst Way to Make Change in UniLoader

Postby MattM » Wed Feb 27, 2008 2:57 am

MrSmithGTW wrote:HI.
New Member, Just download the Uni Project, and I thought I would ask the Pro's what is the best way to make a small change to Uniloader. I need to Change the Character Name. Should I use the SDK Plugin or change the Uni code.

Thanks for any help you can give
The SDK and the entire trunk in the SVN is not the software you get when downloading the tools from this site.

To get the source code for UU, export the tags/<latest release> branch of the UU SVN.

You can't upload any specific character using UU, because all characters are stored in one file. This behavior is set by CharacterProfiler wow Addon.

To upload all characters scanned in wow, simply check the item "CharacterProfiler" in the "SV List", and that will cause the correct file to be uploaded when it does upload.
Last edited by MattM on Wed Feb 27, 2008 2:59 am, edited 1 time in total.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

BEst Way to Make Change in UniLoader

Postby MrSmithGTW » Thu Feb 28, 2008 2:05 am

So. Are you saying that it is not possible with a plugin to intercept the Character Name and modify it before it sends it to roster?
MrSmithGTW
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 26, 2008 10:37 pm

BEst Way to Make Change in UniLoader

Postby MattM » Thu Feb 28, 2008 3:07 am

A plugin for the "modular" UU I was working on, yes.

The modular system is nowhere near finished, so no.

If you like, you can continue work on the trunk, and I'll commit them for you.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

BEst Way to Make Change in UniLoader

Postby MrSmithGTW » Thu Feb 28, 2008 3:11 am

Do you have a sec to chat.
I am on #wowroster :)
MrSmithGTW
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 26, 2008 10:37 pm

BEst Way to Make Change in UniLoader

Postby MrSmithGTW » Thu Feb 28, 2008 3:26 am

I do apologies for my lack of UU terminologies.
Until yesterday I did not know what UU was :)
My friend that runs a Wow site for his guild
Asked me if I could help him, I am a VB guy,
But since I could spell C he asked me to look.

You said
A plugin for the "modular" UU I was working on, yes.
The modular system is nowhere near finished, so no.

Are you saying that the PluginInterface and the UniUpLoader Plugin SDK don’t work yet?

That if I need to make the change I have to do it in the Core UU.

O, BTW, I looked at your UU project, Nice Code.
MrSmithGTW
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 26, 2008 10:37 pm

BEst Way to Make Change in UniLoader

Postby MattM » Sun Mar 02, 2008 6:45 am

Thanks, I don't hang out in IRC much, and I don't communicate with IM much at all nowadays either.

You are correct about the PluginInterface/SDK not being finished. If you would like to modify UU, it would be best IMHO to modify the latest release source code, which can be found in the SVN area called "branch"

"Trunk" is the term I use for the copy of source code in the SVN which is experimental and unfinished.

If you are up to the task, you may modify the Trunk and submit it to this forum. I would then submit your changes to the trunk. If this practice becomes common I would ask you if you would like to be an official Dev, depending on what we think.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

BEst Way to Make Change in UniLoader

Postby MattM » Sat Jun 14, 2008 11:38 am

Trunk is the latest beta now.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

Re: BEst Way to Make Change in UniLoader

Postby tuigii » Sun Jun 15, 2008 11:15 am

MattM wrote:You can't upload any specific character using UU, because all characters are stored in one file. This behavior is set by CharacterProfiler wow Addon.


This isn't a 'real' problem.
Having dumping CP for every char on every server a different CP.lua file would make manual uploading a crime.

But : with some simple LUA parsing it would be possible to:
Detect if a char in the CP is an OFF -> then include all guild info and guild bank as well - and strip all other chars.
Detect if it's not an Off, just strip all chars.
Then, UU would parse the entire CP.lua, and make n uploads for n chars it found.
A nice side effect would be that it could decide NOT to up chars that are not related to the Guild->roster.

Did this somehow in my EventCalendar (the GEM 2.30 part) - on the server side - using php.
So, I think, with VB, that would be even more easier.

This definitly would handle these BIG CP.lua upload problems when server memory is limited. In a worse case, the upload CP.lua would be ONE a char fully-stuffed, full bags/sacs char AND an entire loaded Guild Bank (6 pages full).
UU has the option to ZIP the files, so it makes uploading faster, but when one want to fight the server memory limit problem, this would be the way to go.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

BEst Way to Make Change in UniLoader

Postby PleegWat » Sun Jun 15, 2008 4:31 pm

I'm pretty sure NetherPanel supports that.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: BEst Way to Make Change in UniLoader

Postby MattM » Mon Jun 16, 2008 10:30 am

tuigii wrote:
MattM wrote:You can't upload any specific character using UU, because all characters are stored in one file. This behavior is set by CharacterProfiler wow Addon.


This isn't a 'real' problem.
Having dumping CP for every char on every server a different CP.lua file would make manual uploading a crime.

But : with some simple LUA parsing it would be possible to:
Detect if a char in the CP is an OFF -> then include all guild info and guild bank as well - and strip all other chars.
Detect if it's not an Off, just strip all chars.
Then, UU would parse the entire CP.lua, and make n uploads for n chars it found.
A nice side effect would be that it could decide NOT to up chars that are not related to the Guild->roster.

Did this somehow in my EventCalendar (the GEM 2.30 part) - on the server side - using php.
So, I think, with VB, that would be even more easier.

This definitly would handle these BIG CP.lua upload problems when server memory is limited. In a worse case, the upload CP.lua would be ONE a char fully-stuffed, full bags/sacs char AND an entire loaded Guild Bank (6 pages full).
UU has the option to ZIP the files, so it makes uploading faster, but when one want to fight the server memory limit problem, this would be the way to go.


A utility to automatically split big SVs into smaller partitions of saved data? UU Beta and 1.x series had something called a "pre parser" that did this.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

BEst Way to Make Change in UniLoader

Postby zanix » Mon Jun 16, 2008 10:51 am

I remember the pre-parser

We used to send just the myprofile section of CP.lua to Roster
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to UniUploader

Who is online

Users browsing this forum: No registered users and 1 guest

cron