Hello
im gonna teatching you how to edit map script files
tools needed:
notepad++
ill use first map "level01_cells"
open maps folder then
open hps file
if you dont know how to script learn angelscript
http://www.angelcode.com/angelscript/
some examples:
disable all music:
replace
PlayGameMusic
with
//PlayGameMusic
million flare and battries
in
OnUpdate()
add
GiveItem("battery","item_battery.ent", -1);
GiveItem("flare01","items_flare.ent", -1);
replace level music with your own music
first convert your sound file to ogg
then place it in music folder
then replace
PlayGameMusic("Penumbra_BP_A3"
with
PlayGameMusic("Your ogg file"