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
Need help on Event happening. [solved]
VeNoMzTeamHysterical Offline
Member

Posts: 240
Threads: 36
Joined: Dec 2012
Reputation: 3
#1
Need help on Event happening. [solved]

Hey i want to make something really cool Wink

But i don't know how since they are static objects.

So when entering cave i want to collide with an area and activate a script that's set the Entity's green ones false red ones true.

But since the object are static and not entities i don't know how ;(

Anyone knows a solution to this?

[Image: 2hwl5b8.jpg]

http://www.frictionalgames.com/forum/thread-21719.html
Evil Awaking Work In Progress!
Hours Spend 472.
(This post was last modified: 04-15-2013, 09:13 PM by VeNoMzTeamHysterical.)
04-15-2013, 07:38 PM
Website Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#2
RE: Need help on Event happening.

There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Trying is the first step to success.
04-15-2013, 07:50 PM
Find
VeNoMzTeamHysterical Offline
Member

Posts: 240
Threads: 36
Joined: Dec 2012
Reputation: 3
#3
RE: Need help on Event happening.

(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Can that be done on anything?
That model editor ;D

(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Can only load Ent files in model editor.

(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.
Also if i put to much Entity stones together they will fly away! ;(

http://www.frictionalgames.com/forum/thread-21719.html
Evil Awaking Work In Progress!
Hours Spend 472.
(This post was last modified: 04-15-2013, 08:27 PM by VeNoMzTeamHysterical.)
04-15-2013, 07:59 PM
Website Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#4
RE: Need help on Event happening.

(04-15-2013, 07:59 PM)VeNoMzTeamHysterical Wrote:
(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Can that be done on anything?
That model editor ;D

Yes, if you create a .ent file for the .dea file, and correct it, so it works with the right .dea files.

(04-15-2013, 07:59 PM)VeNoMzTeamHysterical Wrote:
(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Can only load Ent files in model editor.

That's why you have to create one yourself, and correct it.
You copy one from another entity, and correct it. Then open in modeleditor.
Remember to always have backups of your files.

(04-15-2013, 07:59 PM)VeNoMzTeamHysterical Wrote:
(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.
Also if i put to much Entity stones together they will fly away! ;(

Then you didn't check "Static_Physics" as i said you should.

(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Trying is the first step to success.
04-15-2013, 08:58 PM
Find
VeNoMzTeamHysterical Offline
Member

Posts: 240
Threads: 36
Joined: Dec 2012
Reputation: 3
#5
RE: Need help on Event happening.

(04-15-2013, 08:58 PM)BeeKayK Wrote:
(04-15-2013, 07:59 PM)VeNoMzTeamHysterical Wrote:
(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Can that be done on anything?
That model editor ;D

Yes, if you create a .ent file for the .dea file, and correct it, so it works with the right .dea files.

(04-15-2013, 07:59 PM)VeNoMzTeamHysterical Wrote:
(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

Can only load Ent files in model editor.

That's why you have to create one yourself, and correct it.
You copy one from another entity, and correct it. Then open in modeleditor.
Remember to always have backups of your files.

(04-15-2013, 07:59 PM)VeNoMzTeamHysterical Wrote:
(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

Otherwise, take the .dea files and load them in the model editor (also give them a .ent file).
Make them into object and make it static. Save, and remember to include the files into your cs.

THANKS Big Grin
Also if i put to much Entity stones together they will fly away! ;(

Then you didn't check "Static_Physics" as i said you should.

(04-15-2013, 07:50 PM)BeeKayK Wrote: There are also rock entities inside the entities folder.

Scale them, and check "StaticPhysics".

http://www.frictionalgames.com/forum/thread-21719.html
Evil Awaking Work In Progress!
Hours Spend 472.
04-15-2013, 09:13 PM
Website Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#6
RE: Need help on Event happening. [solved]

Sorry, but did you write something?

Trying is the first step to success.
04-15-2013, 09:23 PM
Find
VeNoMzTeamHysterical Offline
Member

Posts: 240
Threads: 36
Joined: Dec 2012
Reputation: 3
#7
RE: Need help on Event happening. [solved]

(04-15-2013, 09:23 PM)BeeKayK Wrote: Sorry, but did you write something?

Haha yes thanks Wink i did what you told me + i learned something thanks.

http://www.frictionalgames.com/forum/thread-21719.html
Evil Awaking Work In Progress!
Hours Spend 472.
04-16-2013, 07:20 AM
Website Find




Users browsing this thread: 1 Guest(s)