Ermu
Member
Posts: 86
Threads: 13
Joined: Jan 2012
Reputation:
2
|
Somekind of CheckPoints needed
Hey!
So, being short, my problem is that when i do all puzzles, unlock doors etc. and go to next map to get an item for a puzzle, and when i return from that map, all my other puzzles have been undone and doors locked, and i start from wrong place (not from the door i went to the other map). And i'm looking for somehow to set a checkpoint that saves all that stuff.
I've tried AutoSave, but didn't help. Also CheckPoint sounds wrong, since as it says in the description of it, it's to respawn player at certain place as he dies.
I hope you understood, if you didn't, post here and i will try to explain it better.
Thanks, Ermu.
|
|
02-18-2012, 05:20 PM |
|
SilentStriker
Posting Freak
Posts: 950
Threads: 26
Joined: Jul 2011
Reputation:
43
|
RE: Somekind of CheckPoints needed
For the start in wrong place check so you use the right map and the right playerstartarea
|
|
02-18-2012, 05:34 PM |
|
Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: Somekind of CheckPoints needed
Use local map variables and (or) check the box FullGameSave in the level editor for the entities you want their information to be stored.
(This post was last modified: 02-18-2012, 05:42 PM by Your Computer.)
|
|
02-18-2012, 05:40 PM |
|
Ermu
Member
Posts: 86
Threads: 13
Joined: Jan 2012
Reputation:
2
|
RE: Somekind of CheckPoints needed
Alright, all of that worked great, now the only problem is that, i have a lever, wich won't save and it's position/state/angle it is gets resetted.
EDIT: A bit offtopic question, but how do block ie. unlitted candle from being litted by the player?
(This post was last modified: 02-18-2012, 06:54 PM by Ermu.)
|
|
02-18-2012, 06:04 PM |
|
Obliviator27
Posting Freak
Posts: 792
Threads: 10
Joined: Jul 2011
Reputation:
66
|
RE: Somekind of CheckPoints needed
(02-18-2012, 06:04 PM)Ermu Wrote: EDIT: A bit offtopic question, but how do block ie. unlitted candle from being litted by the player? You can either
A) Edit it in the model editor so it's just a staticprop
or
B) Clever use of script areas. I/e, putting a box around the entity which, when interacted with displays a message of "This candle cannot be lit." I'd have to look into it to be completely sure that it would work, but it should work just fine for you.
|
|
02-18-2012, 10:49 PM |
|
Ermu
Member
Posts: 86
Threads: 13
Joined: Jan 2012
Reputation:
2
|
RE: Somekind of CheckPoints needed
(02-18-2012, 10:49 PM)Obliviator27 Wrote: (02-18-2012, 06:04 PM)Ermu Wrote: EDIT: A bit offtopic question, but how do block ie. unlitted candle from being litted by the player? You can either
A) Edit it in the model editor so it's just a staticprop
or
B) Clever use of script areas. I/e, putting a box around the entity which, when interacted with displays a message of "This candle cannot be lit." I'd have to look into it to be completely sure that it would work, but it should work just fine for you. Got that figured out right before reading this, now i only got the problem with the lever.
Thanks anyways!
(This post was last modified: 02-18-2012, 10:58 PM by Ermu.)
|
|
02-18-2012, 10:57 PM |
|
|