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
Names of levels for saved games?
Shadowfied Offline
Senior Member

Posts: 261
Threads: 34
Joined: Jul 2010
Reputation: 5
#1
Names of levels for saved games?

When you use the load game button after selecting custom story, it just says "AutoSave - - Date", is there any way to make the name of the level appear there?

Thanks in advance.

Current - Castle Darkuan
Other - F*cked Map
(This post was last modified: 01-21-2012, 05:05 PM by Shadowfied.)
01-19-2012, 08:40 AM
Find
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#2
RE: Names of levels for saved games?

You will want to use:
SetMapDisplayNameEntry(string& asNameEntry)
In your script. The entry points to an entry in the language files. The category it looks in will be the "levels" category.
(This post was last modified: 01-19-2012, 10:16 AM by Apjjm.)
01-19-2012, 10:15 AM
Find
Shadowfied Offline
Senior Member

Posts: 261
Threads: 34
Joined: Jul 2010
Reputation: 5
#3
RE: Names of levels for saved games?

(01-19-2012, 10:15 AM)Apjjm Wrote: You will want to use:
SetMapDisplayNameEntry(string& asNameEntry)
In your script. The entry points to an entry in the language files. The category it looks in will be the "levels" category.
I just put it in void OnStart for every level?



Current - Castle Darkuan
Other - F*cked Map
01-19-2012, 10:17 AM
Find
Elven Offline
Posting Freak

Posts: 862
Threads: 37
Joined: Aug 2011
Reputation: 26
#4
RE: Names of levels for saved games?

Interesting Big Grin!!!

The Interrogation
Chapter 1

My tutorials
01-19-2012, 11:55 AM
Find
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#5
RE: Names of levels for saved games?

(01-19-2012, 10:17 AM)Shadowfied Wrote: I just put it in void OnStart for every level?
Yes, the main game has this in the OnStart event.

(This post was last modified: 01-19-2012, 07:50 PM by Apjjm.)
01-19-2012, 07:50 PM
Find
Shadowfied Offline
Senior Member

Posts: 261
Threads: 34
Joined: Jul 2010
Reputation: 5
#6
RE: Names of levels for saved games?

(01-19-2012, 07:50 PM)Apjjm Wrote:
(01-19-2012, 10:17 AM)Shadowfied Wrote: I just put it in void OnStart for every level?
Yes, the main game has this in the OnStart event.
Thanks, it works. Smile



Current - Castle Darkuan
Other - F*cked Map
01-21-2012, 01:05 PM
Find




Users browsing this thread: 1 Guest(s)