Search found 29 matches

by planebus
Fri May 07, 2010 10:45 am
Forum: Level Design & Entity Usage
Topic: why the platform go through my body?
Replies: 1
Views: 1296

why the platform go through my body?

Hi guy

I got a problem, please check the attachment.
platform will move up as soon as I stand on it.
But why the platform go through my body? :?:

thx
by planebus
Mon May 03, 2010 8:22 am
Forum: RF Scripting
Topic: ladder problem
Replies: 1
Views: 333

ladder problem

hi guys

I create a ladder using staticentityproxy, but I coun't climb on it.
what is the problem?

thx
by planebus
Mon May 03, 2010 7:22 am
Forum: RF Scripting
Topic: How to longer the healthy of robot?
Replies: 1
Views: 331

How to longer the healthy of robot?

Hi guys I want to longer the healthy of the robot,but I don't know how to do that. Below is the robot information in Pawn.ini, I can't find any attribute about the healthy. [robot_white] actorname = robot.act actorrotation = 0 90 0 actorscale = 1.4 fillcolor = 255 255 255 ambientcolor = 255 255 255 ...
by planebus
Sat Apr 17, 2010 2:58 pm
Forum: RF Scripting
Topic: Why the moving block go through my body.
Replies: 0
Views: 2498

Why the moving block go through my body.

hi guy,
I made a moving block when I stand on it, it will move up automatically,
but the strange is that why the moving block can go through my body?

thx
by planebus
Fri Apr 09, 2010 7:11 am
Forum: RF Scripting
Topic: How to detect the ending of Game
Replies: 6
Views: 2310

Re: How to detect the ending of Game

can anyone help me?
by planebus
Wed Mar 31, 2010 8:06 am
Forum: RF Scripting
Topic: How to detect the ending of Game
Replies: 6
Views: 2310

Re: How to detect the ending of Game

QuestOfDreams wrote:To end the game you need to use a ChangeLevel entity and leave its szNewLevel entry blank. When the player has completed his mission, activate it.
Can you show me the code how do I activate it.
thx
by planebus
Wed Mar 31, 2010 7:57 am
Forum: RF Scripting
Topic: How to detect the ending of Game
Replies: 6
Views: 2310

Re: How to detect the ending of Game

I have try the code, but it seems don't work I also try to debug to see the change of attribute, but the result is the same, namely 0. Death[ () { debug(GetAttribute("name", "Player"));//output 0 ModifyAttribute("name", 1, "Player"); debug(GetAttribute("name", "Player"));//also output 0 AnimateStop(...
by planebus
Mon Mar 29, 2010 10:48 am
Forum: RF Scripting
Topic: How to detect the ending of Game
Replies: 6
Views: 2310

How to detect the ending of Game

Hi guys. In my game, I have 5 robots and a girl which need to be rescued by me. Here is my two plans first. if I do not kill all of the robots and touch the girl, she will tell my like "you need to kill all the robot" automatically. second. if I do kill all of the robots and touch the girl, The game...
by planebus
Sat Mar 27, 2010 7:50 am
Forum: RF Scripting
Topic: Using skybox, seems my city is floating on the sky
Replies: 2
Views: 496

Re: Using skybox, seems my city is floating on the sky

darksmaster923 wrote:Post a screenshot about your issue.
Thx, I have resolved.
by planebus
Thu Mar 25, 2010 1:14 pm
Forum: RF Scripting
Topic: How do I add introduction part into the game
Replies: 5
Views: 616

Re: How do I add introduction part into the game

I got that. it is in the video file under RF.
Thank you your kindly help
by planebus
Thu Mar 25, 2010 1:09 pm
Forum: RF Scripting
Topic: How do I add introduction part into the game
Replies: 5
Views: 616

Re: How do I add introduction part into the game

But which file should I put my Video in?
Thx again
by planebus
Thu Mar 25, 2010 5:14 am
Forum: RF Scripting
Topic: How do I add introduction part into the game
Replies: 5
Views: 616

Re: How do I add introduction part into the game

[quote="GMer"]There are many ways. 1) You can script in the pictures, pawns and stuff, but that would be hard, and considering you're new, go with choice 2 2) In the player setup entity there is an option to play a video file at the start of the level. Just make a video with pictures, audio, etc. Al...
by planebus
Wed Mar 24, 2010 9:45 am
Forum: RF Scripting
Topic: How do I add introduction part into the game
Replies: 5
Views: 616

How do I add introduction part into the game

Dear guys.

Before playing the game, there are always some pictures or words to introduce the background or the plot, as well as the task for the game.

How do I do that.
thx
by planebus
Sun Mar 21, 2010 12:26 pm
Forum: RF Scripting
Topic: Using skybox, seems my city is floating on the sky
Replies: 2
Views: 496

Using skybox, seems my city is floating on the sky

Hi guy
when I use skybox, I find that
my city is looked like floating on the sky

How do I handle it.
thx
by planebus
Sat Mar 20, 2010 11:16 am
Forum: RF Scripting
Topic: Why it does not display ground
Replies: 3
Views: 1263

Re: Why it does not display ground

I present my detail process to see whether somthing is wrong: choose a box, key down "pagedown", on the right side menu, choose "sky" then add a skydome on the level, input below setting. initorder: start scriptname: Sky2.s StartOrder: Run then add playersetup,playerstart run the programm. result. I...