-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goblin support cross default wotlk client. #6
Comments
This has to modify the conditions of the dbc and the quest creature for it to work |
it's hard that this can work, but we can do a try if we have time for it |
Wonderful! Of course, specific animations or face changes cannot be ported, but this is very great. Very good job man! |
Question on this: Assuming any and all custom work will not crash a clean client, should achievements/racials/mounts be included in such a version? |
custom mounts no, because to add them you need to force the other clean clients to download a patch not sure if achievements require a custom patch also for others client, I would like to keep it as minimal as possible |
The only achievements I can see being possible to add with this would be the realm first 80 achievements, as modifying the existing achievements to accommodate goblins isn't feasible. As for the mounts, the clean client isn't forced to download a patch, it just doesn't show the mount for the client, as in the screenshot in #6 (comment), the goblin is on a custom trike mount. However, I do agree with you that they should probably just stick with existing mounts so as to not cause confusion for clean client users. I will do some testing to see how clean clients display the various racial abilities I've added to see if those would be feasible. |
keep it as minimal as possible, adding a race it's already a big change imho |
Okay, I've got it in what I'd call a decent working state in this branch: https://github.com/benjymansy123/mod-worgoblin/tree/optional-goblin. Still a bunch of references to worgen in the DBCs I've got to get rid of, I've likely gotta adjust the SQL for items/quests, and there seems to be a customization issue I need to resolve, but it is working. Oh yea, there's also a GlueXML issue I made. Whoops. |
I made some experiments in past about a possible mod-race-goblin where:
GOAL: create an "optional goblin race" where the players can choose to download the goblin patch and create a goblin race or just ignore it and use the default wotlk 3.3.5a client BUT still be compatible with the custom client "goblin client" with the race and see the goblin race without any issues.
CONs:
PROs:
With a launcher this experiments are not really useful because you "solve" the issue that the players that does not want the goblin don't need to download the patch (because the launcher would download it anyway).
Hope this is interesting for you.
The text was updated successfully, but these errors were encountered: