Jump to content

GIMPY73

Members
  • Posts

    300
  • Joined

  • Last visited

Posts posted by GIMPY73

  1. Hey GoodOne.

     

    Try adding this to the player controller function.

     

    If camrotation.x > 90.0 Then camrotation.x = 90.0
    If camrotation.x < -20.0 Then camrotation.x = -20.0
    

     

    So your PlayerController should look like this:

     

    Function PlayerController()
           mx = Curve(MouseX() - GraphicsWidth() / 2, mx, 6)
           my = Curve(MouseY() - GraphicsHeight() / 2, my, 6)
           MoveMouse(GraphicsWidth() / 2, GraphicsHeight() / 2)
           camrotation.X = camrotation.X + my / 10.0
           camrotation.Y = camrotation.Y - mx / 10.0
           RotateEntity(fw.Main.camera, camrotation)
    
    	If camrotation.x > 90.0 Then camrotation.x = 90.0
    	If camrotation.x < -20.0 Then camrotation.x = -20.0
    
           move = KeyDown(KEY_W) - KeyDown(KEY_S)
           strafe = KeyDown(KEY_D) - KeyDown(KEY_A)
           jump:Float = 0.0
           If KeyHit(KEY_SPACE) & Not ControllerAirborne(player)
                   jump = 8.0
           End If
           If KeyDown(KEY_LSHIFT) | KeyDown(KEY_RSHIFT)
                   move = move * 3.0
                   strafe = strafe * 3.0
           End If
    

    There might be a better way of doing this , but it works :)

     

    Thanks

     

    Gimpy73 ;)

  2. Thanks MG :)

     

    I looked at your post (BasicSceneLoader) and then moved onto this one.

     

    Works great and im getting great FPS (140 - 180) using the DesertHighWay.sbx + some of my models loaded in aswell :)

     

    Keep it up mate , ya might make me a programmer yet ;)

     

    Thanks

    Gimpy73 :)

  3. I don't see why not Rick.

     

    Its just a bunch of sound sample's. Me mate has been using Magix Music Maker for a good few years , and has had no problem with the older sound pools working with version 15.

     

    I think most of the newer sound pools use .ogg files , as the older ones used to be .wav.

     

    Im thinking of sending off for the sound pools (if not me mate will lol) an i can let you know Rick ;)

     

     

    Thanks

    Gimpy73 :lol:

  4. Ok this is the Silver edition of Magix Music Maker 15 , but its FREE :huh:

     

    Check out this website and enter this password when asked: No5kfybP

     

    https://extern.magix.net/pdl/download?id=6j9u2navfu5weya4e4py6gdvk

     

    You don't need a serial key for this as it is a slight cut down version (Silver Version).

     

    It does'nt have as many samples as the Full version , and a couple of the sequencers arn't there , but its FREE lol

     

    PS: this is legit , ive downloaded it and it works.

     

    Thanks

    Gimpy73 :blink:

  5. ROFLMAO :huh::):lol:

     

    Thats the thing , i don't want people thinking that so shhhhhh. lol

     

    But my main concern is this , what if non members can gain access to the download section , what if there is a glitch on the site???

     

    Ive scanned my comp for virus'es (i always do) , and found nowt. It could be that 40 members did download my music , but still seems strange.

     

    Thanks

    Gimpy73 :blink:

×
×
  • Create New...