View unanswered posts | View active topics


Post a new topicPost a reply
Previous topic | Next topic 

User avatar   Beginner BeginnerMember since: 08.04.2012, 22:57Posts: 83Location: UK Likes: 0
 

 Post Topic: Help with flowgraph and game tokens
PostPosted 12.04.2012, 16:09 
Okay I'm trying to set up a flowgraph that creates a game token called "'entityID'_money" when the player spawns.

But I'm getting the error:
Code:
[Error] [flow] SetGameTokenFlowNode: cannot find gametoken: '30583_money'.


When I try to use this:

Image


and sometimes the error appears as:
Code:
[Error] [flow] SetGameTokenFlowNode: cannot find gametoken: '_money'.

Why is it missing out my entity ID ?


triplemint.

User avatar   24/7 Modder 24/7 ModderMember since: 16.06.2008, 22:11Posts: 4306Location: Oulu, Finland Likes: 2
 

 Post Topic: Re: Help with flowgraph and game tokens
PostPosted 12.04.2012, 16:23 
GameTokens must be set up in editor, cannot be done in game. But maybe your create a feature request...


Zip-line release 2012-04-24 (for CE2 & CE3) · C1 mod project: A mod called Entry
Assets · Blender: Destroyable object tutorial for CryBlend

- currently lost in New Eden -
User avatar   Beginner BeginnerMember since: 08.04.2012, 22:57Posts: 83Location: UK Likes: 0
 

 Post Topic: Re: Help with flowgraph and game tokens
PostPosted 12.04.2012, 16:45 
Wait what ? So I can't use Flowgraphs to manipulate GameTokens ? Then why are there GameToken Flowgraph nodes ?


triplemint.
User avatar   24/7 Modder 24/7 ModderMember since: 16.06.2008, 22:11Posts: 4306Location: Oulu, Finland Likes: 2
 

 Post Topic: Re: Help with flowgraph and game tokens
PostPosted 12.04.2012, 16:51 
Contents of gametokens can be manipulated in game, but they must be created in editor using Database View.


Zip-line release 2012-04-24 (for CE2 & CE3) · C1 mod project: A mod called Entry
Assets · Blender: Destroyable object tutorial for CryBlend

- currently lost in New Eden -
User avatar   Beginner BeginnerMember since: 08.04.2012, 22:57Posts: 83Location: UK Likes: 0
 

 Post Topic: Re: Help with flowgraph and game tokens
PostPosted 12.04.2012, 16:59 
Ah, I see. So I guess it's not possible to set up unique game tokens for individual players in a multiplayer game ?


triplemint.
User avatar   24/7 Modder 24/7 ModderMember since: 16.06.2008, 22:11Posts: 4306Location: Oulu, Finland Likes: 2
 

 Post Topic: Re: Help with flowgraph and game tokens
PostPosted 12.04.2012, 17:16 
I'm unfamiliar with MP, but i doubt gametokens can be used for that.


Zip-line release 2012-04-24 (for CE2 & CE3) · C1 mod project: A mod called Entry
Assets · Blender: Destroyable object tutorial for CryBlend

- currently lost in New Eden -