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


Thread Rating:
  • 3 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Son (W.I.P)
Ichimaruu Offline
Junior Member

Posts: 23
Threads: 2
Joined: Jan 2011
Reputation: 0
#3
RE: Limbo (W.I.P)

(01-16-2011, 12:49 PM)Tottel Wrote: Sounds very good, but 1 hour of playtime will be quite a challenge. Although maybe not such a challenge, just loads more work. Smile

2. That function unlocks the door. If that's what you want, then yes. If you want it to actually swing open, you need to use
void AddPropForce(string& asName, float afX, float afY, float afZ, string& asCoordSystem);

3. Assuming you have an extra_english.lang file?

Place this as a new category within the LANGUAGE boundaries.

    <CATEGORY Name="Journal">
            <Entry Name="Note_Something_Text">Here goes the description that will be put in your note.</Entry>
            <Entry Name="Note_Something_Name">Title that will appear in your note list</Entry>            
    </CATEGORY>

Then you make it appear in your notes, like so:

GiveHint("Name", "Hints", "EntryName", 7.0f);

Name doesn't matter that much; Hints is the category; EntryName is what you have put in your language file (and the name for the note in the level editor). This MUST be like:

Note_EntryName_Text and Note_EntryName_Name.

Thanks for the quick reply!

There is one other thing, the sanity stays maxed out whether I am in the dark or not, is there a way to fix that?
01-16-2011, 12:50 PM
Find


Messages In This Thread
Son (W.I.P) - by Ichimaruu - 01-16-2011, 12:34 PM
RE: Limbo (W.I.P) - by Tottel - 01-16-2011, 12:49 PM
RE: Limbo (W.I.P) - by Ichimaruu - 01-16-2011, 12:50 PM
RE: Paramnesia (W.I.P) - by Tottel - 01-16-2011, 12:55 PM
RE: Paramnesia (W.I.P) - by Ichimaruu - 01-16-2011, 01:46 PM
RE: Paramnesia (W.I.P) - by Ichimaruu - 01-16-2011, 05:46 PM
RE: Paramnesia (W.I.P) - by Tottel - 01-16-2011, 05:57 PM
RE: Paramnesia (W.I.P) - by Ichimaruu - 01-16-2011, 08:37 PM
RE: Son (W.I.P) - by Pandemoneus - 01-17-2011, 10:08 PM
RE: Son (W.I.P) - by Ichimaruu - 01-17-2011, 10:14 PM
RE: Son (W.I.P) - by Pandemoneus - 01-17-2011, 10:21 PM
RE: Son (W.I.P) - by Ichimaruu - 01-17-2011, 10:29 PM
RE: Son (W.I.P) - by Ichimaruu - 01-18-2011, 05:54 PM



Users browsing this thread: 1 Guest(s)