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
[Updated thread] Need help
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#41
RE: [Updated thread] Need help

(02-08-2015, 03:12 PM)Catalyst Wrote: ShowHint function doesn't exists, unfortunately

Sorry. A quick review leads me to GiveHint();, which does exist. My bad.. Angel

Discord: Romulator#0001
[Image: 3f6f01a904.png]
02-08-2015, 11:19 PM
Find
Catalyst Offline
Member

Posts: 213
Threads: 32
Joined: Aug 2014
Reputation: 3
#42
RE: [Updated thread] Need help

Greetings again, my beloved forum advisors Smile

I want to know how to do some dialogs, script command, I suppose text to show would be in extra lang file in special or selected category, but sounds... A normal voice I already got.

Repeat : If you did not understand what type of help I need due to my odd english, send me a script functions for a dialog to show on collide timer or whatever. Thank you, I'm sure that you know the answer. :Angel:

Egypt CS
[Image: 27003.png]
02-13-2015, 05:49 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#43
RE: [Updated thread] Need help

Here's some code that will trigger a few lines of dialogue when you collide with an area.

PHP Code: (Select All)
void OnStart()
{
        
AddEntityCollideCallback("Player""AreaCollideVoice""Dialogue"true1);
}
 
void Dialogue(string &in asParentstring &in asChildint alState)
{
        
AddEffectVoice("dialogue1_1""""Dialogue""Talk1_1"true"AreaVoice"510);
        
AddEffectVoice("dialogue1_2""""Dialogue""Talk1_2"true"AreaVoice"510);
        
AddEffectVoice("dialogue1_3""""Dialogue""Talk1_3"true"AreaVoice"510);


This is from the video I did on this topic. If you need a deeper explanation, you can check that out.

(This post was last modified: 02-14-2015, 01:58 AM by Mudbill.)
02-14-2015, 01:57 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#44
RE: [Updated thread] Need help

You mean, like when the game starts, Daniel says "Don't forget. Some things mustn't be forgotten." and it has the subtitle down the bottom?

Edit: Mudbill ninja'd me this time ;3

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 02-14-2015, 01:59 AM by Romulator.)
02-14-2015, 01:58 AM
Find
Catalyst Offline
Member

Posts: 213
Threads: 32
Joined: Aug 2014
Reputation: 3
#45
RE: [Updated thread] Need help

(02-14-2015, 01:58 AM)Romulator Wrote: You mean, like when the game starts, Daniel says "Don't forget. Some things mustn't be forgotten." and it has the subtitle down the bottom?

Edit: Mudbill ninja'd me this time ;3

yes this is it Smile thank you guys

Egypt CS
[Image: 27003.png]
02-14-2015, 10:40 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#46
RE: [Updated thread] Need help

Wha-chaaaa!
[Image: ninja.gif]

(This post was last modified: 02-14-2015, 01:00 PM by Mudbill.)
02-14-2015, 12:59 PM
Find
Catalyst Offline
Member

Posts: 213
Threads: 32
Joined: Aug 2014
Reputation: 3
#47
RE: [Updated thread] Need help

Hello again guys,

How I can create ent file for a fresh imported in custom story model? I can open it in ModelWiewer without crashes but idk how to make a ent file for it, maybe to edit it manually from another ent example?

Egypt CS
[Image: 27003.png]
02-24-2015, 03:22 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#48
RE: [Updated thread] Need help

File > Import Mesh in the Model Editor. Then File > Save As to create the ent file.

02-24-2015, 03:29 PM
Find
Catalyst Offline
Member

Posts: 213
Threads: 32
Joined: Aug 2014
Reputation: 3
#49
RE: [Updated thread] Need help

damn, another problem, when I put model in editor it is "lying" position, with face down, I opened it in Cinema 4D and rotated in to 90* and exported it in dae. Now it's crashing...very bad...anyone else encountered this problem?

Egypt CS
[Image: 27003.png]
(This post was last modified: 02-24-2015, 04:54 PM by Catalyst.)
02-24-2015, 04:54 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#50
RE: [Updated thread] Need help

Depending on the object, you cannot simply just rotate it either in the Model Editor or the Level Editor?

Discord: Romulator#0001
[Image: 3f6f01a904.png]
02-24-2015, 05:02 PM
Find




Users browsing this thread: 1 Guest(s)