Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nothing is working.
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#5
RE: Nothing is working.

Firstly there is an error in the lab script section. Specifically in TurnOnAcidLab:
CreateParticleSystemAtEntity(asName+"Fire"+i, "ps_fire_candle.ps", "Valve_"+i+"_AreaBottle", false);
asName is undefined. What is this supposed to be? I commented this line out and the rest of the script ran fine.

Additionally, you are getting warnings from double->float conversions. These are in both CorpseDissappear functions:
StartScreenShake(0.1f, 0, 0.1, 0.1);

--should be-

StartScreenShake(0.1f, 0, 0.1f, 0.1f);
These warnings are harmless, but they do clutter up the error messages pane, so it's always good to fix them.

Aside from that, everything else seems to work. I cannot use the picked up jars on the flasks - but this is because you haven't added the relevant AddUseItemCallbacks yet.

If after doing the above fixes nothing still seems to work i suggest you look at renaming your map (e.g. storage_area) - perhaps there is a naming conflict, or you have two versions of the map and the game is loading an older one. Also make sure you have deleted any .map_cache files.
09-06-2012, 04:02 PM
Find


Messages In This Thread
Nothing is working. - by i3670 - 09-05-2012, 09:06 PM
RE: Nothing is working. - by Apjjm - 09-05-2012, 09:11 PM
RE: Nothing is working. - by FlawlessHappiness - 09-05-2012, 09:18 PM
RE: Nothing is working. - by i3670 - 09-05-2012, 10:08 PM
RE: Nothing is working. - by Apjjm - 09-06-2012, 04:02 PM
RE: Nothing is working. - by i3670 - 09-06-2012, 07:51 PM



Users browsing this thread: 1 Guest(s)