Adding new halo help

07/01/2010 00:07 Macnoo#1
ok i want to add 3 new halos to statuseffect like the rest of top halos so they save and load like rest.
they will be for new tournaments." im still very new to C# and pservers" i tryed but failed big time ..
07/01/2010 00:42 pro4never#2
You have a few things you need to do.


#1 copy an existing halo in your install folder. just search something like fighter and you should find the warrior folder.

#2 edit the COPIED folder .dds using photoshop or w/e so you have your new effect

#3 add the effect to the ini (NOT status effect, I mean an actual effect number. The file should contain a file path as well as an effect number)

#4 edit the status effect ini to link to that effect given a certain character status.

#5 Edit the server to send this status effect number based on certain conditions (Eg: bool in your character info so when == true it will send that status effect)

#6 control how the character gets this status effect (wining tournies, being a donator.. or w/e)

#7 make a database to store this new character variable (either in character or in a special halo database)

#8 load from database when character logs in or server starts

#9 save to database when halo is added/removed from character.



Should be all there is to it. Good luck.
07/01/2010 02:07 Macnoo#3
Thank you for Reply pro4never i will take and learn from that .. i dont want make pserver to run.Dont want to make money, just try to learning from playing around with some Sources see how all works.