Stunt Mod!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chewy_Solo
    Senior Member
    • Jul 2007
    • 110

    #16
    new logo

    Comment

    • Animal

      #17
      i like that :)

      i dont know what i can do, but i will b a tester or summin

      Comment

      • Namakan
        Senior Member
        • May 2007
        • 2893

        #18
        you are aleardy a tester

        Comment

        • Chewy_Solo
          Senior Member
          • Jul 2007
          • 110

          #19
          well i need a personal assistant.... seeing as when i skin i cant actualy test them ingame due to my computar failzing..... 8800 + 680i + NVIDIA drivers = FAILZ

          Comment

          • Dtneter
            Member
            • Jul 2007
            • 1158

            #20
            xd i think i can test it if ya want just add meh to xfire

            Dtneter

            Comment

            • Namakan
              Senior Member
              • May 2007
              • 2893

              #21
              Lol Chewy, i am there when you skin and test it right then

              Comment

              • .Gunfire
                OT Vet.
                • Jan 2007
                • 974

                #22
                i can test the actual beta if you need me

                Xfire= gunfire92

                Comment

                • Chewy_Solo
                  Senior Member
                  • Jul 2007
                  • 110

                  #23
                  wellz i dont know what namakan is gonna say (AKA sysop) but i think the beta should only be released to those we trust due to we do not it to be leaked

                  Comment

                  • [55RA]W|Pvt.shiftydood

                    #24
                    ive got ideas, looking at this stunt mod for a while, i would love to test, would be awsome

                    Comment

                    • Namakan
                      Senior Member
                      • May 2007
                      • 2893

                      #25
                      ideas post them! Or i will hunt you down :p

                      Comment

                      • [55RA]W|Pvt.shiftydood

                        #26
                        ok then, the ideas might suck but any way, you could have a soldier that could run really fast and have allmost inf sprint bar, and have a guy that could jump really high without the RDX, there for you could have any kit and fly... if any thing else pops into my head ill post em here straight away.

                        Comment

                        • tonks950

                          #27
                          Soldier speed is hard-coded in 2142. And by extension I'm guessing jump height is also fixed as well.

                          Comment

                          • AllFoamNoBeer
                            Member
                            • Apr 2007
                            • 4034

                            #28
                            jetpacks?

                            Comment

                            • Dtneter
                              Member
                              • Jul 2007
                              • 1158

                              #29
                              not really i think take a look at these

                              ObjectTemplate.create Camera SoldierCamera
                              ObjectTemplate.saveInSeparateFile 1

                              include SoldierCamera.tweak

                              ObjectTemplate.create SpawnPoint SquadLeaderSpawnPoint
                              rem ObjectTemplate.PreCacheObject 1
                              ObjectTemplate.setScatterSpawnPositions 1
                              ObjectTemplate.setSpawnPositionOffset 0/0/0

                              rem ************************************************** *****
                              rem *** TODO: Temporary tweak variables for soldier physics
                              rem ************************************************** *****

                              beginrem
                              rem *** Adjust the soldier's speed. All stances are affected (crouch, etc)
                              Vars.Set phy-soldier-speed-factor 1.0

                              rem *** Adjust the soldier's jump height.
                              Vars.Set phy-soldier-jump-factor 1.0

                              rem *** Adjust soldier's acceleration/deceleration.
                              rem *** Higher means quicker acceleration/deceleration
                              Vars.Set phy-soldier-acceleration 0.1
                              Vars.Set phy-soldier-deceleration 0.2

                              rem *** Allow soldier to move a bit while in air.
                              rem *** 0 = no player controlled movement while in air.
                              Vars.Set phy-soldier-air-movement-factor 0.05

                              rem *** number of seconds the player must wait to fire weapon after jumping...
                              Vars.Set fire-delay-after-jump 0.7
                              rem *** number of seconds the player must wait to go prone after jumping...
                              Vars.Set prone-delay-after-jump 0.15
                              rem *** number of seconds the player must wait to jump after being prone...
                              Vars.Set jump-delay-after-prone 0.8
                              rem *** number of seconds the player must wait to stand after going prone...
                              Vars.Set stand-delay-from-prone 0.45
                              rem *** number of seconds the player must wait to go prone after standing...
                              Vars.Set prone-delay-from-stand 0.65
                              rem *** number of seconds the player must wait before sprint meter starts recharging again after jumping...
                              Vars.Set sprint-recharge-delay-after-jump 0.7

                              Vars.Set camera-movement-speed-on-prone 0.15
                              Vars.Set camera-movement-speed-on-crouch 0.2
                              Vars.Set camera-movement-speed-on-stand 0.15

                              Comment

                              • tonks950

                                #30
                                Geez give me a little credit, I'm not stupid.

                                I take it from your post you haven't actually tweaked those values.

                                Comment

                                Working...