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
Copying AMFP files into CS folder, .msh + .anm?
Slanderous Offline
Posting Freak

Posts: 1,606
Threads: 78
Joined: Dec 2012
Reputation: 63
#5
RE: Copying AMFP files into CS folder, .msh + .anm?

I don't reccomend having AutoSaves on Start/Enter; I've used them that way, and it led my custom story to malfunctioning. It's best to have them kept in your scripts, i.e: the player solves a puzzle, place an Autosave below all the script functions related to the puzzle.

Also, if you want the game to display names of the saved levels once you click "Load Game" in your custom story title screen, you have to put this onto your void OnStart:

PHP Code: (Select All)
void SetMapDisplayNameEntry(stringasNameEntry);
Sets the map name shown in save file names. If none is set NULL is assumed.
asNameEntry the entry to displaycategory must be “Levels”
08-17-2016, 06:00 PM
Find


Messages In This Thread
RE: Copying AMFP files into CS folder, .msh + .anm? - by Slanderous - 08-17-2016, 06:00 PM



Users browsing this thread: 1 Guest(s)