Home
last modified time | relevance | path

Searched refs:modelindex3 (Results 1 – 25 of 135) sorted by relevance

123456

/dports/games/quake2-matrix/matrix/MatrixFixSource/
H A Dleper_think.c71 ent->s.modelindex3 = 0; in Leper_Effects()
79 ent->s.modelindex3 = 0; in Leper_Effects()
95 ent->s.modelindex3 = gi.modelindex ("players/cyborg/botharms.md2"); in Leper_Effects()
97 ent->s.modelindex3 = gi.modelindex ("players/cyborg/limb_larm.md2"); in Leper_Effects()
99 ent->s.modelindex3 = gi.modelindex ("players/cyborg/limb_rarm.md2"); in Leper_Effects()
113 ent->s.modelindex3 = gi.modelindex ("players/female/botharms.md2"); in Leper_Effects()
131 ent->s.modelindex3 = gi.modelindex ("players/male/botharms.md2"); in Leper_Effects()
133 ent->s.modelindex3 = gi.modelindex ("players/male/limb_larm.md2"); in Leper_Effects()
135 ent->s.modelindex3 = gi.modelindex ("players/male/limb_rarm.md2"); in Leper_Effects()
140 ent->s.modelindex3 = 0; in Leper_Effects()
[all …]
H A Dmatrix_match.c117 self->s.modelindex3 = 0; in MatrixRespawn()
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_vehicles.c284 ent->s.modelindex3 = gi.modelindex("vehicles/bomber/helmet.md2"); in VehicleSetup()
430 ent->s.modelindex3 = gi.modelindex(modelpath); in Reset_player()
434 ent->s.modelindex3 = 0; in Reset_player()
470 other->s.modelindex3 = gi.modelindex("vehicles/bomber/helmet.md2"); in Get_in_vehicle()
476 other->s.modelindex3 = 0; in Get_in_vehicle()
482 other->s.modelindex3 = 0; in Get_in_vehicle()
H A Dg_spider.c231 self->s.modelindex3 = gi.modelindex("models/objects/spider/helmet.md2"); in spawn_spider()
320 spider->s.modelindex3 = gi.modelindex("models/objects/spider/helmet.md2"); in fire_spider()
H A Dg_cow.c184 self->s.modelindex3 = gi.modelindex("models/cow/helmet.md2"); in SP_npc_cow()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_vehicles.c284 ent->s.modelindex3 = gi.modelindex("vehicles/bomber/helmet.md2"); in VehicleSetup()
430 ent->s.modelindex3 = gi.modelindex(modelpath); in Reset_player()
434 ent->s.modelindex3 = 0; in Reset_player()
470 other->s.modelindex3 = gi.modelindex("vehicles/bomber/helmet.md2"); in Get_in_vehicle()
476 other->s.modelindex3 = 0; in Get_in_vehicle()
482 other->s.modelindex3 = 0; in Get_in_vehicle()
H A Dg_spider.c231 self->s.modelindex3 = gi.modelindex("models/objects/spider/helmet.md2"); in spawn_spider()
320 spider->s.modelindex3 = gi.modelindex("models/objects/spider/helmet.md2"); in fire_spider()
H A Dg_cow.c184 self->s.modelindex3 = gi.modelindex("models/cow/helmet.md2"); in SP_npc_cow()
/dports/games/quetoo/quetoo-0.6.1/src/vanctf/
H A Dflag.c486 player->s.modelindex3 = gi.modelindex(flag_item[CTF_TEAM1]->world_model); in flag_set_effects()
489 player->s.modelindex3 = gi.modelindex(flag_item[CTF_TEAM2]->world_model); in flag_set_effects()
491 player->s.modelindex3 = 0; in flag_set_effects()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_ents.c89 to->modelindex3 = MSG_ReadByte(&net_message); in CL_ParseDelta()
169 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
850 if(s1->modelindex3){ in CL_AddPacketEntities()
851 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
H A Dcommon.c468 if(to->modelindex3 != from->modelindex3) in MSG_WriteDeltaEntity()
519 MSG_WriteByte(msg, to->modelindex3); in MSG_WriteDeltaEntity()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_ents.c276 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
359 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
1388 if (strstr (cl.configstrings[CS_MODELS+(s1->modelindex3)], "w_sabrbld.md2")) in CL_AddPacketEntities()
1452 if (s1->modelindex3) in CL_AddPacketEntities()
1456 if (strstr (cl.configstrings[CS_MODELS+(s1->modelindex3)], "w_sabrbld.md2")) in CL_AddPacketEntities()
1541 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
1550 if (modType("swq") && strstr (cl.configstrings[CS_MODELS+(s1->modelindex3)], "w_sabrbld.md2")) in CL_AddPacketEntities()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_ents.c121 to->modelindex3 = MSG_ReadByte(&net_message); in CL_ParseDelta()
203 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
1087 if (s1->modelindex3) { in CL_AddPacketEntities()
1088 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
1152 if (s1->modelindex3) { in CL_AddPacketEntities()
1161 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/q2pro/q2pro/source/
H A Dcl_ents.c63 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
493 if (s1->modelindex3) in CL_AddPacketEntities()
495 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_ents.c260 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
343 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
1176 if (s1->modelindex3) in CL_AddPacketEntities()
1178 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_ents.c260 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
343 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
1176 if (s1->modelindex3) in CL_AddPacketEntities()
1178 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_ents.c114 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
189 || state->modelindex3 != ent->current.modelindex3 in CL_SetEntState()
608 if ( to->modelindex3 != from->modelindex3 ) in CL_DemoDeltaEntity()
667 MSG_WriteByte (to->modelindex3); in CL_DemoDeltaEntity()
2062 if (s1->modelindex3) in CL_AddPacketEntities()
2064 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/zaero/
H A Dz_boss.c738 self->s.modelindex3 = gi.modelindex ("models/monsters/bossz/grapple/tris.md2"); in zboss_reelInGraaple2()
909 self->s.modelindex3 = 0; in FireHook()
1622 if(self->s.modelindex3 == 0) // hook already out... in FireDeadGrapple()
1629 self->s.modelindex3 = 0; in FireDeadGrapple()
1728 self->s.modelindex3 = 0; in zboss_die()
1813 self->s.modelindex3 = gi.modelindex ("models/monsters/bossz/grapple/tris.md2"); in SP_monster_zboss()
/dports/games/quake2-relay/relay-0.4/common/
H A Ddm2.c1026 es->modelindex3 = ReadByte(block); in DM2_ReadEntity()
1169 if (to->modelindex3 != from->modelindex3) in DM2_WriteEntity()
1271 WriteByte(block, (byte)to->modelindex3); in DM2_WriteEntity()
1416 !es->modelindex3 && in DM2_WriteBaselines()
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_ents.c189 if ( to->modelindex3 != from->modelindex3 ) in SV_WriteDeltaEntity()
277 MSG_WriteByte (to->modelindex3); in SV_WriteDeltaEntity()
1553 state->modelindex = state->modelindex2 = state->modelindex3 = state->modelindex4 = 0; in SV_BuildClientFrame()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_ents.c119 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
202 state->modelindex3 != ent->current.modelindex3 || in CL_DeltaEntity()
1117 if (s1->modelindex3) { in CL_AddPacketEntities()
1121 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_ents.c105 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
188 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
956 …if (s1->modelindex3 || (ci->helmet && playermodel)) //index 3 is only used for clear entities now,… in CL_AddPacketEntities()
961 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_ents.c105 to->modelindex3 = MSG_ReadByte (&net_message); in CL_ParseDelta()
188 || state->modelindex3 != ent->current.modelindex3 in CL_DeltaEntity()
956 …if (s1->modelindex3 || (ci->helmet && playermodel)) //index 3 is only used for clear entities now,… in CL_AddPacketEntities()
961 ent.model = cl.model_draw[s1->modelindex3]; in CL_AddPacketEntities()
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dcommon.c580 if ( to->modelindex3 != from->modelindex3 ) in MSG_WriteDeltaEntity()
636 MSG_WriteByte (msg, to->modelindex3); in MSG_WriteDeltaEntity()
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dcommon.c559 if ( to->modelindex3 != from->modelindex3 ) in MSG_WriteDeltaEntity()
615 MSG_WriteByte (msg, to->modelindex3); in MSG_WriteDeltaEntity()

123456