Spawn vehicles and aircraft (helicopters) in SP

Suggestions and feedback pertaining to Project Reality Single Player.
Post Reply
a_frenchswallow
Posts: 5
Joined: 2009-09-30 05:57

Spawn vehicles and aircraft (helicopters) in SP

Post by a_frenchswallow »

I've been playing Project Reality for a long time, and just started playing single player. Is there a way to spawn helicopters or vehicles next to me anytime? My own game, my own server, I'd like to be able to crash a helicopter and just spawn another.

Please let me know
sparks50
Posts: 1128
Joined: 2008-07-16 21:30

Re: Spawn vehicles and aircraft (helicopters) in SP

Post by sparks50 »

https://www.realitymod.com/forum/f308-p ... pr_sp.html

I think you can change the spawntime by CTRL+F search that thread for:
This Tutorial will help explain how to take out vehicles you may not like. Or add some of you favorite vehicles to a map that is just craving for some extra fire power.
By changing ObjectTemplate.minSpawnDelay 180
ObjectTemplate.maxSpawnDelay 180 To some lower numbers, you may be able to change the spawn time for that vehicle. I haven't tried it myself.
muffinmonsta
Posts: 35
Joined: 2009-06-10 16:45

Re: Spawn vehicles and aircraft (helicopters) in SP

Post by muffinmonsta »

um i tihnk there would be a need for extra coding to spawn objects infront of you at will. but like the above post you can change the spawn by going to

mods/pr_sp/levels/[level name]/server.zip/GameModes/gpm_coop/[map size]/Gameplayobjects.CON

open this in Notepad, for this i openen basrahs 64 size objects, changing the wmiks spawn time.

BEFORE:

Code: Select all

rem [ObjectSpawnerTemplate: Airport_LightJeep]
ObjectTemplate.create ObjectSpawner Airport_LightJeep
ObjectTemplate.activeSafe ObjectSpawner Airport_LightJeep
ObjectTemplate.modifiedByUser "StonedUser"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.setObjectTemplate 2 gb_jeep_landrover
ObjectTemplate.minSpawnDelay [color=Red]120[/color]
ObjectTemplate.maxSpawnDelay [color=Red]120[/color]
ObjectTemplate.Distance 200
ObjectTemplate.team 2
ObjectTemplate.teamOnVehicle 1
AFTER:

Code: Select all

rem [ObjectSpawnerTemplate: Airport_LightJeep]
ObjectTemplate.create ObjectSpawner Airport_LightJeep
ObjectTemplate.activeSafe ObjectSpawner Airport_LightJeep
ObjectTemplate.modifiedByUser "StonedUser"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.setObjectTemplate 2 gb_jeep_landrover
ObjectTemplate.minSpawnDelay [color=Red]15[/color]
ObjectTemplate.maxSpawnDelay [color=Red]15[/color]
ObjectTemplate.Distance 200
ObjectTemplate.team 2
ObjectTemplate.teamOnVehicle 1
i changed the wmik to spawn in 15 seconds after death, i hope it helps ?
Post Reply

Return to “Coop & Singleplayer”