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
How do i spawn myself anywhere i want? is there a tool?
HplGeek Offline
Junior Member

Posts: 17
Threads: 8
Joined: Sep 2011
Reputation: 0
#1
How do i spawn myself anywhere i want? is there a tool?

Is there a tool so i dont have to play through my whole map everytime i
want to test some scripts like, if my map is about 3 hours long.
And i want to test a script exactly at the end.

And if the script fails, i need to edit it, and then play through the whole map again without
knowledge if it works...

So, is there a tool so i can start my map anywhere i want?

Thanks
09-14-2011, 03:35 PM
Find
WarriorA Offline
Junior Member

Posts: 6
Threads: 1
Joined: Sep 2011
Reputation: 1
#2
RE: How do i spawn myself anywhere i want? is there a tool?

1: When you press Quick map reload, you spawn where you have been last.
2: You can move the Player Start Position to where you want it.
3: If its another map, change your custom_story_settings.cfg.
4: Make a level door to transport you wherever you want just infront of your spawn.

need more? o.O

greets

- WarriorA -
09-14-2011, 03:39 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#3
RE: How do i spawn myself anywhere i want? is there a tool?

if (ScriptDebugOn())
{
// setup environment
TeleportPlayer("Area");
}

Tutorials: From Noob to Pro
09-14-2011, 04:01 PM
Website Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#4
RE: How do i spawn myself anywhere i want? is there a tool?

You can use the debug thing to teleport to different start position areas. Just place them around the map and be everywhere at once!

Do you even have developer enviroment set?

09-14-2011, 04:41 PM
Find
HplGeek Offline
Junior Member

Posts: 17
Threads: 8
Joined: Sep 2011
Reputation: 0
#5
RE: How do i spawn myself anywhere i want? is there a tool?

Where can i find the Quick Map Reload Button? cannot find it in the editor.. Where is it located? Undecided


(This post was last modified: 09-17-2011, 11:05 AM by HplGeek.)
09-17-2011, 11:04 AM
Find
Prelauncher Offline
Senior Member

Posts: 451
Threads: 11
Joined: May 2011
Reputation: 13
#6
RE: How do i spawn myself anywhere i want? is there a tool?

(09-17-2011, 11:04 AM)HplGeek Wrote: Where can i find the Quick Map Reload Button? cannot find it in the editor.. Where is it located? Undecided
The Quick Map Reload button is located in the debug menu from in-game and its your best friend when you script. I don´t remember exactly how to acitvate it, think you first go to your "Documents" folder and find a folder called Amnesia, then press "main" and open the "main_settings.cfg", then change the "LoadDebugMenu" to true Smile might be more settings that needs to be changed

Socialism (noun): A great way to run out of other people's money.
09-17-2011, 11:26 AM
Find
HplGeek Offline
Junior Member

Posts: 17
Threads: 8
Joined: Sep 2011
Reputation: 0
#7
RE: How do i spawn myself anywhere i want? is there a tool?

(09-17-2011, 11:26 AM)Prelauncher Wrote: The Quick Map Reload button is located in the debug menu from in-game and its your best friend when you script. I don´t remember exactly how to acitvate it, think you first go to your "Documents" folder and find a folder called Amnesia, then press "main" and open the "main_settings.cfg", then change the "LoadDebugMenu" to true Smile might be more settings that needs to be changed
Oh Thanks ALOT! Have been trying to figure this out for a long time Big Grin
+ rep
(This post was last modified: 09-17-2011, 11:31 AM by HplGeek.)
09-17-2011, 11:30 AM
Find
Prelauncher Offline
Senior Member

Posts: 451
Threads: 11
Joined: May 2011
Reputation: 13
#8
RE: How do i spawn myself anywhere i want? is there a tool?

(09-17-2011, 11:30 AM)HplGeek Wrote:
(09-17-2011, 11:26 AM)Prelauncher Wrote: The Quick Map Reload button is located in the debug menu from in-game and its your best friend when you script. I don´t remember exactly how to acitvate it, think you first go to your "Documents" folder and find a folder called Amnesia, then press "main" and open the "main_settings.cfg", then change the "LoadDebugMenu" to true Smile might be more settings that needs to be changed
Oh Thanks ALOT! Have been trying to figure this out for a long time Big Grin
+ rep
Happy to help Smile thx, man


Socialism (noun): A great way to run out of other people's money.
09-17-2011, 11:33 AM
Find




Users browsing this thread: 1 Guest(s)