Search found 5 matches

by Augusti
Tue Apr 29, 2008 9:49 am
Forum: RF2 Discussions
Topic: Simple RF2 Demo
Replies: 41
Views: 13111

Re: Simple RF2 Demo

Great job with the RF! I can't wait to see RF2. Hope you are still working with that project. Will there be a newer demo available soon? Does RF2 feature a full physics engine?
by Augusti
Mon Apr 28, 2008 4:51 pm
Forum: RF Scripting
Topic: Method not found??
Replies: 2
Views: 137

Re: Method not found??

Fair enough. Can I pass the filename as a parameter while switching to lowlevel, i.e. LowLevel("PlaySound(ALERTTOIDLESOUND)")? It doesn't seem to work that way, I did try. Btw, does the processing return back to FoundTarget when the sound has been played. Generally speaking, what is the best way cal...
by Augusti
Mon Apr 28, 2008 3:59 pm
Forum: RF Scripting
Topic: Method not found??
Replies: 2
Views: 137

Method not found??

I'm trying to make a pawn to play a sound file FOUNDTARGETSOUND [Taunts\\Soldier_FoundTarget.wav] . . . // found a target to attack FoundTarget[ () { PlaySound(FOUNDTARGETSOUND); DelTimerOrder(1); // get rid of alert timer LowLevel(RUNFUNC); // attack functions are low level } ] When I enter the FOV...
by Augusti
Mon Apr 28, 2008 3:20 pm
Forum: Modelers Corner
Topic: Blending 2 anims & other questions
Replies: 2
Views: 291

Re: Blending 2 anims & other questions

(3): I think when you set values to 0 in EnvironmentSetup, RF automaticly takes the standard value for this entry. Also, try to make slideslope 90, because it looks for the minimal angle to slide. Welcome to the forums. :) Thanks :) The RF entity reference states: The value of SlideSlope ranges fro...
by Augusti
Fri Apr 25, 2008 7:46 pm
Forum: Modelers Corner
Topic: Blending 2 anims & other questions
Replies: 2
Views: 291

Blending 2 anims & other questions

Hey guys! I discovered RF several weeks ago and immediately got carried away with it's features, and started to design a game. As amateur game programmer, I do understand what it takes to create a game, even if the engine is already up and running. However, my design process keeps halting since I do...