Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Hunter

#1
General Chat / scripting
May 20, 2004, 12:25:02 PM
i can't thank you more ran into a few problems yesturday scripts went all wrong so i had to get my back up one my clan members think there good so THANKS MATE
#2
General Chat / scripting
May 18, 2004, 09:22:54 AM
no lol i jus thought i'd try scripting out so i jus editted a few bits lol
#3
General Chat / scripting
May 18, 2004, 05:23:25 AM
well it's my first 1 and i don't really know what do do lol                           the thing i typed in was  

   

   

   

   TIKI

   setup

   {

      scale 0.52

         path models/vehicles/bmwbike

      skelmodel bmwbike.skd

         surface all shader bmwbike

   }

   

   init

   {

         server

            {

               classname drivablevehicle

         //classname VehicleWheelsX3

               setsize "-45 -30 0" "56 20 60"

               seatoffset "-14 0 24"

               gravity 0.7

               canjump

            vehiclespeed 500

            vehiclemass 1500

            vehicletread 10

            vehicleradius 0.33

            vehiclerollingresistance 0.5

            vehicledrag 0.00001

            turnrate 40

            vehiclebouncy 0.2

            vehiclespringy 0.8

   

            AnimationSet "bmwbike_"

            SoundSet "bmwbike_"

   

            

            //////////////////////////////////////////

            // Pitch-Mod Sound for vehicles by speed

            //

            // Linearly Interpolates from the minimum pitch when the vehicle is at the minimum speed to

            // the maximum pitch when the vehicle is at the maximum speed.

            //

            // Speed is in World Units.

            //

            //

            //                 +--------------- Minimum Speed

            //                 |  +------------ Minimum Pitch

            //                 |  |

            //                 |  |      +----- Maximum Speed

            //                 |  |      |  +-- Maximum Pitch

            //                 V  V      V  V

            setsoundparameters 0 0.95   200 1      

            }

   }

   

   animations

   {

         idle bmwbike.skc

   }

   

   /*QUAKED vehicle_german_bmwbike (0 0 0) (-40 -20 0) (40 20 50)

   BMW

   */
#4
General Chat / scripting
May 17, 2004, 12:55:15 PM
i've dun a script but wot do i do after i've made it