Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → why wont the bin numbers/ print text change?
why wont the bin numbers/ print text change?
2001-04-27, 9:57 AM #1
I edited the pow_energy cog, and simply replaced : print "energy cells" with "5.7mm bullets", but it didnt work . other modifications I made did work, but not that, what else must I change in the cog?
Also, where do I find the controls for ammo, in the ammount each weapon has and what weapon shows what ammo in the screen.
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-04-30, 3:13 AM #2
Try editing the text in jkstrings.uni and/or cogstrings.uni to chage the text. The weapon cog just uses the messages listed in these files.

Most of the weapon ammo controls are in the items.dat file.

--------
dBcLiCk (The Spaman)
2001-05-02, 12:11 PM #3
Just one final thought, how do I know the number of the cog that I asign the bin to, or the writing to?
eg
"COG_00130" 0 "5.56 bullets"
How do I know what number the cog is?
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}

↑ Up to the top!