Xonotic Forums
[NEEDS INFO] weapons problems bullets do no damage - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEEDS INFO] weapons problems bullets do no damage (/showthread.php?tid=845)



weapons problems bullets do no damage - tangerian - 08-19-2010

yup, uzi, campingrifle, and shotgun: nothing


i did mess with the code, so i'm including it


RE: weapons problems bullets do no damage - Mr. Bougo - 08-20-2010

This attachment doesn't help. I have no idea what git revision it's based on, so I can't find out what changes you made.
Tell us the output of the command git rev-parse HEAD when you are inside the qcsrc/server directory in a terminal.


RE: weapons problems bullets do no damage - divVerent - 08-20-2010

Can you please execute the command:

git commit -a
(press i, then write some message, then press ESC and twice the Z key)
git format-patch --stdout > fixes.diff

and upload the fixes.diff file you are getting by this command?


RE: weapons problems bullets do no damage - Mr. Bougo - 08-20-2010

divVerent, he's using a mac, $EDITOR might be different from whatever editor you were thinking of Tongue


RE: weapons problems bullets do no damage - divVerent - 08-20-2010

Tried guessing the revision:
http://nopaste.linux-dev.org/?7741


RE: weapons problems bullets do no damage - tangerian - 08-20-2010

the only thing i changed was the impact entity of the shotgun and camping rifle to rocket explosions under the thought that "if it doesn't actually do splash damage, at least it will look cool" and then bullets did no damage


RE: weapons problems bullets do no damage - Mr. Bougo - 08-21-2010

You obviously did something else than just changing the pointparticles lines. That's why we need to know the revision you based the edits on so that we can actually see what you changed in your source files.


RE: weapons problems bullets do no damage - tangerian - 08-23-2010

ah, true true.. i have run ito some major compiling errors. weird ones two

in function readplayerstartcvars (line 910),
miscfunctions.qc:992: error: Unknown value "WEPBIT_GRENADE_LAUNCHER".
miscfunctions.qc:992: error: type mismatch for | (__variant and float)
in function readlevelcvars (line 1171),
miscfunctions.qc:1176: error: Unknown value "g_bugrigs".
miscfunctions.qc:1176: error: type mismatch for = (__variant and float)
in function precache (line 1577),
miscfunctions.qc:1632: error: Unknown value "precache_sound".


is just one of them


RE: weapons problems bullets do no damage - Mr. Bougo - 08-24-2010

We still can't help if we don't know the base revision and the changes you introduced to it.