// playerState->stats[] indexesenum { STAT_HEALTH_ICON = 0, STAT_HEALTH, STAT_AMMO_ICON, STAT_AMMO, STAT_ARMOR_ICON, STAT_ARMOR, STAT_SELECTED_ICON, STAT_PICKUP_ICON, STAT_PICKUP_STRING, STAT_TIMER_ICON, STAT_TIMER, STAT_HELPICON, STAT_SELECTED_ITEM, STAT_LAYOUTS, STAT_FRAGS, STAT_FLASHES, // cleared each frame, 1 = health, 2 = armor STAT_CHASE, STAT_SPECTATOR, MAX_STATS = 32};
I am tired of all the monster, weapon references, Can someone please explain to me how to clean the code free of Q2 related junk
1>g_ai.obj : error LNK2019: unresolved external symbol _M_walkmove referenced in function _ai_move1>g_misc.obj : error LNK2001: unresolved external symbol _M_walkmove1>g_monster.obj : error LNK2001: unresolved external symbol _M_walkmove1>g_ai.obj : error LNK2019: unresolved external symbol _M_ChangeYaw referenced in function _ai_charge1>g_ai.obj : error LNK2019: unresolved external symbol _M_MoveToGoal referenced in function _ai_run1>g_phys.obj : error LNK2019: unresolved external symbol _M_CheckBottom referenced in function _SV_Physics_Step
Also I need a source so it can be used for BAND only not Q2
Yeah I know I was harsh about ripping his head off, but you guys have to admit alot of the coding is backwards, and going arround in loops and knots and plots and shits and fits..... The code is terrible and needs major cleaning, If he was going to release the GPL, at least eh should of cleaned it first, and got rid of all other junk that devs would care less for in the program... I mean come on, if your going to dev, why waist the time with extra code cluttering up the code... besides most coders just want the interface, net code, and things that allow modifications for a new game in most aspects... If I wanted gunner in my game, I would of made it myself simple enough said.... but nooooo.... he wanted to keep the code there, and said here, you deal with it, I am too lazy to clean if first! I mean he should keep the c and h files relevant to Q2, I am refering to the solution and its references, he should of made a clean solution before release, with samples, not have the solution being all cluttered like that for us devs to clean up!
alot of the coding is backwards, and going arround in loops and knots and plots and shits and fits..... The code is terrible and needs major cleaning
If he was going to release the GPL, at least eh should of cleaned it first