Cheers for the help

08/21/2015 02:03 denominator#1
I have asked genuine questions recently and to no avail >.< Any other forums conquer wise?
08/21/2015 02:25 pro4never#2
I assume you meant the scorpion post.

No one here does anything with client edits really. All that's left is leachers or ppl who are interested from a programming standpoint (I'd know.. I'm constantly searching for ppl competent with client edits lol)

TL: DR - I had to learn some of it on my own. You said it works fine but shows as stancher in inventory. That means you never added the new item icons.

ani/mapitemicon and ani/itemminicon control what icon it shows on ground and in inventory respectively.

In terms of making it display in game you're prob looking at armor/mount file, 3dobj and 3dtexture for mapping + the files they reference. You'll also need to unpack and decrypt them (I believe they are both packed in tq's new archive format as well as flatfile requiring conversion to ini. Once you finish convert back to the flatfile format and I believe it will auto re-add them to the archive next time client is run but I could be wrong on that.
08/21/2015 02:29 denominator#3
Yes I added it to minimapicon and itemminicon I added all files, I have recently suffered a stroke so my brain is all to fuck. It's probably something to do with the 3dobj

I got it sorted now :D
08/21/2015 06:25 pro4never#4
Quote:
Originally Posted by denominator View Post
Yes I added it to minimapicon and itemminicon I added all files, I have recently suffered a stroke so my brain is all to fuck. It's probably something to do with the 3dobj

I got it sorted now :D
I'm so sick of doing client stuff that I've just broken down and written tools to do it for me :(

Most recent was a tool to convert all new client effects to work on older patches....


apparently 300 mb of client assets and ~3-4k effects worth were added O_O. Now gotta sort through all that shit.
08/22/2015 00:31 denominator#5
Copy and paste lol.
08/22/2015 01:50 pro4never#6
Quote:
Originally Posted by denominator View Post
Copy and paste lol.
Aint no one got time to copy/paste that many things... that would take hours and hours.

There are something like 120 garments in the game (not counting dupes and tq dupes their garments like nuts) so by the time you include itemtype, 3dobj, 3dtexture, .cs, .dds copypaste you're looking at at least a few thousand items to move over (keeping in mind it's not just dump folder X into folder Z because you need manageable patches you can distribute)

The 3deffect.ini i converted yesterday had around 4,000 new effect entries (although many are dupes)


Tools>>>BruteForce
08/22/2015 04:16 denominator#7
*Shrugs* worked for me, agreed sometimes something changes and then the forging system or inventory is fucked up lmao, had that a few times patience was the key.