On my first try last night I stole the Goldrush tank and as far as I am concered it was a success. Only one problem really and it doesn’t seem very big; just not sure why its happening.
- The tracks start ahead of the first spline point
- The tank_shell (model), gun, and TOI and trigger_multiple all work, they just don’t follow the tracks.
Its quite funny really. I will repair the tank and it will take off. If I follow the tracks I won’t be in the trigger_multiple any longer and it will eventually stop. So to see the tracks run I have to keep running back to the model, gun, TOI, and trigger_multiple that don’t move with the tracks.
I searched the forum for this problem but I guess no one shares this problem.
I figure that it must be just entity problems, since as far as the script is worried its working properly. Here is some info; since I know you all like that.
// entity 774
{
"model2" "models/mapobjects/tanks_sd/jagdpanther_africa_tracks.md3"
"targetname" "tank"
"scriptname" "tank"
"spawnflags" "222"
"classname" "script_mover"
"health" "1200"
"description" "Jagdpanther"
"tagent" "tank_shell"
// entity 767
{
"classname" "func_constructible"
"scriptname" "tank_construct"
"targetname" "tank_construct"
"spawnflags" "5"
"health" "50"
// entity 766
{
"spawnflags" "1"
"scriptname" "tank_trigger"
"targetname" "tank_trigger"
"target" "tank_enabler"
"classname" "trigger_multiple"
// entity 765
{
"objflags" "7"
"shortname" "Jagdpanther"
"override" "The tank has been repaired"
"classname" "trigger_objective_info"
"targetname" "tank_build"
"scriptname" "tank_build"
"spawnflags" "9"
"track" "the Tank"
"target" "tank_construct"
"customalliesimage" "gfx/limbo/cm_jagdpanther"
"customaxisimage" "gfx/limbo/cm_jagdpanther"
All together now!
// entity 762
{
"target" "tank_disabler"
"spawnflags" "1"
"wait" "1"
"origin" "3408 -3256 854"
"classname" "func_timer"
}
// entity 763
{
"targetname" "tank_disabler"
"target" "run"
"scriptname" "tank_disabler"
"classname" "target_script_trigger"
"origin" "3408 -3232 854"
}
// entity 764
{
"scriptname" "tank_enabler"
"target" "run"
"targetname" "tank_enabler"
"origin" "3408 -3280 854"
"classname" "target_script_trigger"
}
If you could help me solve this curiosity that would be marvelous; if you need some more information just ask!
Thanks folks!
