Generate MSharedCommandTable.cpp/.h Codes
Re: Generate MSharedCommandTable.cpp/.h Codes
I don't want to be rude, but how is this more simple than just copy/pasting a packet from MSharedCommandTable.cpp and editing the strings?
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
Solaire
I don't want to be rude, but how is this more simple than just copy/pasting a packet from MSharedCommandTable.cpp and editing the strings?
It's not, to be honest i coded it for me..
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
qet123
It's not, to be honest i coded it for me..
What was it's purpose?
Re: Generate MSharedCommandTable.cpp/.h Codes
I thought to make codes generator for gunz via putting data and choosing from combobox, example:
ZChatOutput(Your Message), cmd, choose what to print from combobox like GetHP() CharName.... because i see many people can't do this.. but nah i guess let them learn lol
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
qet123
I thought to make codes generator for gunz via putting data and choosing from combobox, example:
ZChatOutput(Your Message), cmd, choose what to print from combobox like GetHP() CharName.... because i see many people can't do this.. but nah i guess let them learn lol
That might not be a bad idea, but you should write the code to the actual source files rather than just outputting it in a textbox. Most people can get the code off this forums but they don't know where to place it. Though I really advice people to learn basics of C++ rather than leeching, that might be a better idea for your tool.
Though I'm sure there will still be people that have no clue on how to use the tool or have the strangest errors. After all, this is GunZ.
Re: Generate MSharedCommandTable.cpp/.h Codes
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
ghPer
useless
Not quite as useless as your entire personality.
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
Solaire
That might not be a bad idea, but you should write the code to the actual source files rather than just outputting it in a textbox. Most people can get the code off this forums but they don't know where to place it. Though I really advice people to learn basics of C++ rather than leeching, that might be a better idea for your tool.
Though I'm sure there will still be people that have no clue on how to use the tool or have the strangest errors. After all, this is GunZ.
oh god lol, i forgot to add lines!!
i would do the lines like this:
ex: ZCharacter.cpp: between 500~529
~~i would probably continue doing it and add lines..
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
qet123
oh god lol, i forgot to add lines!!
i would do the lines like this:
ex: ZCharacter.cpp: between 500~529
~~i would probably continue doing it and add lines..
No, I meant that you add the code in the source files at the appropriate lines.
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
Solaire
No, I meant that you add the code in the source files at the appropriate lines.
Oh you mean like: Choose the .cpp then edit it?
Ex: Choose ZGameInput, then add the code itself inside the file with the correct line..? Yea that would be good too.. But imagine how much i would add codes? I guess let them learn and we all (who knows more or less) make few tut to help.
Re: Generate MSharedCommandTable.cpp/.h Codes
Quote:
Originally Posted by
qet123
Great release, i always get confused which parameters go where XD awesome job ! thanks !