weird error


(=ds=bart) #1

dont know if this is the right place to ask it bud i geth weird error when i wanna host a game.


ERROR: BG_IndexForString: unknown token 'NOT': (animations/scripts/human_base.script, line 3351)

really dont know what i have done wrong and i ditnt use any off that stuff . :bash: :???:


(FREAK!!!) #2

do get this error during compiling the source, or ingame through the console?


(=ds=bart) #3

through console bud i dint do any thing to this script are any thing


(nUllSkillZ) #4

Doy you try to host a game in etpro?
Try to host it in etmain.


(=ds=bart) #5

yep im trying to host it in etpro i changed the shortcut optoins +set fs_game etpro.
bud those it make a difference not sure first time im trying to host it true etpro .
in etmain every thing works fine.


(Rain) #6

http://bani.anime.net/banimod/forums/viewtopic.php?t=3200


(S. Monkey) #7

Very similar to an error I’ve encountered adding a new weapon into specops.


(bacon) #8

You probably did something wrong. I was able to add a weapon without getting any errors.
If you haven’t already fixed it describe what you did.


(S. Monkey) #9

You probably did something wrong. I was able to add a weapon without getting any errors.
If you haven’t already fixed it describe what you did.

Basically, I searched the code for all references to an existing weapon (The FG42, whose model it is using until i get a real one made), checked if the code was also applicable to the new weapon, then added some if it was.

My main problem was with the human_base file. I had to do the same there - search and add corresponding references. Once I’d done this, I stopped getting BG_parse errors, but I think I may still be generating something similar and its not getting trapped.

I’ve got two bugs. Firstly, when I start a level in limbo the stats counters just keep turning over permanantly. Secondly, when I try to spawn, there is a server-side crash in bg_pmove.c at line 2042.