New Single Player level to playtest


(BrushBaron) #1

http://game.rbkdesign.com/maps/brushbaron_epowc.pk3

It’s very basic right now, just run around and kill the enemies. However, my next version will include a backstory and mission objectives to help the player know where they came from and where they are going. I’ll be adding cinematics too.

I’m having trouble with the scripting though. I can script my AI characters no problem. but I’m trying to trigger a target_relay or target_delay (I’ve tried both) through my script.

In my level.ai file I have this piece of code


level.ai
// ai scripting
// map epowc.map
// 03/11/03 by Reid “BrushBaron” Kimball
//

player
{
spawn
{
print “By Reid ‘BrushBaron’ Kimball”
}

playerstart
{
	giveweapon weapon_knife	
	setarmor 25		
	setammo ammo_dynamite 2
	selectweapon weapon_knife
	
	trigger alliedattack mortars //this is what I want to trigger in my level.script file
}	

}


level.script
//
// brush scripting
// Reid “BrushBaron” Kimball
// created on: 03/19/03
// updated on: 03/19/03
//

alliedattack
{
spawn
{
print “script_mortars spawned”
}

trigger mortars
{
	print "all_mortars triggered"
	alertentity mortars // target_delay entities that will trigger the various shooter_mortar entities
	//wait 6000
	//trigger alliedattack mortars
}

}

Any help would be appreciated. I’m curious if I need to use accum’s and bit set commands in order to trigger the entities?


(Ghast) #2

I found this helpful

http://members.shaw.ca/demons-den/storm.zip

There is also a spirit_test by sock that uses path_corners to trigger here at thia site G

http://www.splashdamage.com/forums/viewtopic.php?t=417&postdays=0&postorder=asc&highlight=spirittest&start=30


(BrushBaron) #3

UPDATE UPDATE UPDATE! I have fixed the missing texture issue that is in brushbaron_epowc.pk3.

Go to http://game.rbkdesign.com/ and download the brushbaron_epowc_update01.zip file. There are instructions on what to do on the site and in a .txt file in the .zip archive. The total download is 4KB so it’s well worth your time!


(ronboy) #4

Tatiana has uploaded a playthrough for Escape from POW Castle! You can watch it on my website here: https://goo.gl/wcEGdT


(ronboy) #5

Eugeny Panikarowsky has uploaded a playthrough for Escape from POW Castle! You can watch it on my website here: https://goo.gl/2n3B5N


(ronboy) #6

Yo$hik has uploaded a playthrough for Escape From POW Castle in “extreme quality”! You can watch it on my website here: https://goo.gl/BuK4jl


(ronboy) #7

ZED has uploaded a playthrough for Escape from POW Castle! You can watch it on my website here: https://goo.gl/tejDXS