Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Resources and Tools => Topic started by: Ghaster on May 27, 2015, 05:08:43 pm
-
This is my modded 1.12.1 wow.exe, i have removed the GlueXML check and made it load mods from the /data folder.
Maybe some people could find this useful :D
-
Is it possible to mod it so more than 9 races can exist?
-
Is it possible to mod it so more than 9 races can exist?
Most likely yes, although i don't really have the knowledge yet to do so.
-
Thanks, that's handy a faster than editing the client with OllyDBG each time I loose it x)
You should add the famous 256 sound channels trick (instead of the default 12). You can find information about it and what has to change on Google.
There are things I have never seen that could be changed in the client : the farclip, the field of view..
-
Is it possible to mod it so more than 9 races can exist?
Most likely yes, although i don't really have the knowledge yet to do so.
i want it the same in wotlk hahahaha
TT it's really frustating if you want to add more races without crash TT
-
Indeed, the current biggest treasure in wow modding (aside from finding Blizzard's tools and a source code) would be this. Finding a way to remove these crashes when you go above the Blizzard race limit.
-
That's not even close to the biggest treasure. Also, just face it that fixing all issues caused by hard coded things in the client, is not feasible.
-
Well not all issues, but not being able to add new races is a damn big one.
Especially in older clients like Vanilla where you only have 1 additional slot.
And it is a pretty big treasure as you could have tons of races if this issue was solved.
-
On my server WoTLK 3.3.5 server, I have reached the maximum playable races, 21 Races.
I'm not that familiar with OllyDBG, I mean I've used it before, I still have it, but it's all very confusing to reverse engineer.
It would be amazing to find out how to change the race limit... and gold... and the 10 characters per account limit...
Yeah, basically a lot of limitations added by blizzard. ^^
-
On my server WoTLK 3.3.5 server, I have reached the maximum playable races, 21 Races.
I'm not that familiar with OllyDBG, I mean I've used it before, I still have it, but it's all very confusing to reverse engineer.
It would be amazing to find out how to change the race limit... and gold... and the 10 characters per account limit...
Yeah, basically a lot of limitations added by blizzard. ^^
You can change most of that via the core and some lua script editing.
-
On my server WoTLK 3.3.5 server, I have reached the maximum playable races, 21 Races.
I'm not that familiar with OllyDBG, I mean I've used it before, I still have it, but it's all very confusing to reverse engineer.
It would be amazing to find out how to change the race limit... and gold... and the 10 characters per account limit...
Yeah, basically a lot of limitations added by blizzard. ^^
You can change most of that via the core and some lua script editing.
you figured out a way to remove the 21 races limit?
-
BTW i can't seem to find any problems adding more than 9 races to the Vanilla client, here i have added 2 dummy races as an example:
-
On my server WoTLK 3.3.5 server, I have reached the maximum playable races, 21 Races.
I'm not that familiar with OllyDBG, I mean I've used it before, I still have it, but it's all very confusing to reverse engineer.
It would be amazing to find out how to change the race limit... and gold... and the 10 characters per account limit...
Yeah, basically a lot of limitations added by blizzard. ^^
Do you know how to do it?