Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1272 Posts in 182 Topics- by 140 Members - Latest Member: yahaabe

May 23, 2013, 04:09:24 AM
Frogames - Official ForumsPenguins ArenaTechnical Supportneed some help ...
Pages: [1]
Print
Author Topic: need some help ...  (Read 2660 times)
Sweety
Jr. Member
**
Posts: 6


View Profile
« on: June 09, 2009, 04:46:54 PM »

Hi ..
i need some help
i wanna know how to add a GEYSER to my map
and the FIRE emitter, and how can i make the sky black?  Huh Huh
Logged
CANON
Administrator
Hero Member
*****
Posts: 226



View Profile WWW
« Reply #1 on: June 10, 2009, 11:51:23 AM »

Sweety,

If you want to add a Geyser in your own map, open the file map01.mis and copy the "geysers" SimGroup (From line 482 to line 578).
Then, open your own .mis file and paste the SimGroup in it.

Use the same procedure for the blue fire, the sky ... or any other element.



blue Fire :

  new ParticleEmitterNode(myBlueFire) {
      canSaveDynamicFields = "1";
      position = "300 125 200";
      rotation = "0 0 1 60";
      scale = "1 1 1";
      dataBlock = "ChimneyFireEmitterNode";
      emitter = "ChimneyFireEmitter";
      velocity = "1";
   };

I hope that helps!
« Last Edit: June 11, 2009, 09:09:31 AM by CANON » Logged
Sweety
Jr. Member
**
Posts: 6


View Profile
« Reply #2 on: June 11, 2009, 08:59:55 AM »

THANKS CANON!  Cheesy
Logged
Pages: [1]
Print
Jump to:  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC