Search found 11 matches

by Xemnas
Fri Apr 20, 2007 12:31 am
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

:oops: Yeah I got nothing perhapse some one with more scripting experience ought to be doing this.

:cry: Sorry.
by Xemnas
Tue Apr 17, 2007 9:18 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Cool that worked quite well! Thank you very much! :)

Edit: Alright here's what I have so far:

{

WALK [Walk] // define the walking animation in a variable
IDLE [Idle] // define the walking animation in a variable
MOVESPEED [100] // define the speed of this Pawn in a variable

Spawn ...
by Xemnas
Tue Apr 17, 2007 8:38 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

:D Glad to hear it!

Now back to the topic at hand, lets talk scripting.

:arrow: I modified Juutis' little code so the pawn has 8 directional movement but instead of facing the pressed direction he does more of a moon walk or slide accross the floor that and the animations are quite delayed ...
by Xemnas
Mon Apr 16, 2007 6:50 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Of Course I Love Jesus! (His Father Too!) He helps me get up every morning! (That and lots and lots of coffie! lol j/k)
by Xemnas
Sun Apr 15, 2007 9:21 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Everytime I load the level the camera just sticks to the player instead of the pawn. I've tried attaching with a fixed camera and with a script but either way nothing changes, I must be a problem magnet.

Thanks for those who've helped so far.

Edit: Ohh, I get it! Thanks for your time everyone! :D
by Xemnas
Sun Apr 15, 2007 4:59 am
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Can you be more elaborate? Thanks for being patient, remember I'm a beginner.
by Xemnas
Sat Apr 14, 2007 10:19 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Edit: *After Sobering Up*
Alright how do I place an .act in a level.
by Xemnas
Sat Apr 14, 2007 9:41 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

:o I thought of that but I figured it only worked for enemies or... y'know what I knew I was gonna feel real stupid. Thank you!
by Xemnas
Sat Apr 14, 2007 9:27 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

:) Thanks for all the help so far, I've read scripting tutorials and learned as much as a can as fast as I can about 98% percent of your code is understandable to me now.

Buuuttt... After I disable control.ini how do I make the script run in place of control, I'm a little embarressed as I know the ...
by Xemnas
Thu Apr 12, 2007 5:25 pm
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Thanks for the warm welcome and advice.

I may be new to RF but not to the game design world, I have other systems in which scripting was everything so I think handling a few basic scripting needs is not a problem for me. I was actually curious if there is a tutorial on this some where or, if a base ...
by Xemnas
Thu Apr 12, 2007 4:14 am
Forum: RF Scripting
Topic: Control Issues
Replies: 21
Views: 3071

Control Issues

I'm a begginner (obviously) and after tampering for a good amount of time I was wondering if the control scheme can be modified so the mouse doesn't need to be used.

:arrow: EX: Directional Movement in the style of Zelda, Sonic, or anyother platformer or rpg type game.

:arrow: OR: Can it be ...