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
Quests suddenly stop working! Confused :(
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#1
Quests suddenly stop working! Confused :(

Hello peoples,

I'm trying to put in a quest and I have done it about a million times before and now they stop working can you see where I am going wrong? thx.
void Function01(string &in asParent, string &in asChild, int alState)
{
    FadeImageTrailTo( 1.0f, 1.0f);
    SetPlayerLookSpeedMul(0.7f);
    AddQuest("questtest","questtest");
}
<Entry Name="Quest_questtest1_Text">I should follow the blood</Entry>

...
06-02-2011, 11:45 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Quests suddenly stop working! Confused :(

Your entry name referenced in the function does not match the entry's name in your lang file. As far as I know, there is no index for the quests, they are listed in chronological order; the most recently added quests are at the top of the list, while older ones are pushed to the bottom.

(This post was last modified: 06-02-2011, 11:57 AM by palistov.)
06-02-2011, 11:57 AM
Find
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#3
RE: Quests suddenly stop working! Confused :(

It STILL doesn't work Sad

...
06-02-2011, 12:45 PM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#4
RE: Quests suddenly stop working! Confused :(

Is the quest entry under the Journal category? It should look like this:

<CATEGORY Name="Journal">
<Entry Name="Quest_questtest_Text">I should follow the blood</Entry>
</CATEGORY>

06-02-2011, 01:15 PM
Find
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#5
RE: Quests suddenly stop working! Confused :(

IT STILL WONT WORK Sad
(06-02-2011, 05:32 PM)X4anco Wrote: IT STILL WONT WORK Sad

It ok Big Grin

...
(This post was last modified: 06-02-2011, 05:33 PM by X4anco.)
06-02-2011, 05:32 PM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#6
RE: Quests suddenly stop working! Confused :(

Yay Smile Glad you got it working

06-02-2011, 09:58 PM
Find




Users browsing this thread: 1 Guest(s)