Hi,
I like to create a single player map, and i want to axis player has been the "start player" (axis=info_player_start).
..Because, I like to make a map, where the axis player will fight through the enemy lines.
(Naturally, the enemy will be the soviet army/allies side/)
So, is it possible? Do i make it?
What can i do?
(sorry about my english knowledge)
F.74
Axis start player under SP MOD
Moderator: Moderators
even if u place info_axis_start, the Germans will still recognise u as an enemy. to solve this, u have to do a bit of editing...
open up the models/human german_xxx.tik, then go down to the bottom, and u'll see something like:
init
{
server
{
classname Actor
setsize "-16 -16 0" "16 16 92"
german
health 100
weapon "Walter P38"
// Make him mumble but not breathe steam
exec global/breathe.scr 0 1
// Set up the helmet for popping off
// <surface to turn off> <model to spawn> <speed to throw it at> <damage multiplier for helmet shots>
sethelmet "models/gear/german_dakofficercap.tik" 200 4 "officer_hat"
}
}
change "german" under "setsize "-16 -16 0" "16 16 92"" to "american". this will make the german models appear to be friendlies.
as for americans/russians to be enemies, just do the same editing, but just change "american" to "german" instead.
REMEMBER: save ur models as something else, like german_myAI_x.tik
*EDIT: one more thing, to save confusion...
at the bottom of each AI tiki, u'll see a line, for example
/*QUAKED ai_german_afrikacorps_grenadier (1.0 0.5 0.0) (-16 -16 0) (16 16 92)
*/
from afrikacorps gernadier. to allow urself to see ur new models in radiant, change "ai_german_afrikacorps_grenadier", to something like
"ai_MY_german_afrikacorps_grenadier".
so to view ur new friendly german in radiant, right click-->AI-->MY-->german-->afrikacorps-->grenadier
whew! hope this helps
open up the models/human german_xxx.tik, then go down to the bottom, and u'll see something like:
init
{
server
{
classname Actor
setsize "-16 -16 0" "16 16 92"
german
health 100
weapon "Walter P38"
// Make him mumble but not breathe steam
exec global/breathe.scr 0 1
// Set up the helmet for popping off
// <surface to turn off> <model to spawn> <speed to throw it at> <damage multiplier for helmet shots>
sethelmet "models/gear/german_dakofficercap.tik" 200 4 "officer_hat"
}
}
change "german" under "setsize "-16 -16 0" "16 16 92"" to "american". this will make the german models appear to be friendlies.
as for americans/russians to be enemies, just do the same editing, but just change "american" to "german" instead.
REMEMBER: save ur models as something else, like german_myAI_x.tik
*EDIT: one more thing, to save confusion...
at the bottom of each AI tiki, u'll see a line, for example
/*QUAKED ai_german_afrikacorps_grenadier (1.0 0.5 0.0) (-16 -16 0) (16 16 92)
*/
from afrikacorps gernadier. to allow urself to see ur new models in radiant, change "ai_german_afrikacorps_grenadier", to something like
"ai_MY_german_afrikacorps_grenadier".
so to view ur new friendly german in radiant, right click-->AI-->MY-->german-->afrikacorps-->grenadier
whew! hope this helps
Live to map, not map to live.
-mohaa_rox, .map
moderator
-mohaa_rox, .map
moderator
