Search the Community
Showing results for tags 'scripts'.
-
Hello. Function in Vehicle class "SetAcceleration" don't work after update. The car stand still and isn't driving, only work steering function and is moving by inertia. I used lua script for create vehicle. Please, help me! Code of my test script: function Script:Start() vehicle = Vehicle:Create(self.entity) local tiremodel={} table.insert(tiremodel,4) for i=0,3 do tiremodel[i]=self.entity:FindChild("w"..i) tiremodel[i]:SetShape(nil) if i < 2 then vehicle:AddTire(tiremodel[i],true) else vehicle:AddTire(tiremodel[i]) end end vehicle:AddAxle(0,1) vehicle:Add
-
It would be extremely useful if the update process could detect user modified default scripts and back them up instead of overwriting them. This especially applies to Main.lua where its common to hold global variables during map transitions among other things. Backup scripts would give users something to refer to if the update breaks their project. At the very least, I propose that updates always copy all the old default scripts into a backup folder somewhere regardless if they've been modified or not.
-
Welcome to the Fifth Monthly Script Challenge. Each Month I will set a challenge for gifted Leadwerkers to solve. Once you have perfected your script post your map to this thread. At the end of the month I will go through all the entries and judge the winner. I will then place the winning map on the Workshop so others can learn from them. Rules. Entries must be your own work. Entries must be submitted before the end of the month ( May ). Any assets you use must be your own or Royalty free. The map that you submit can be used by others for commercial use. Have fun. May Chal
-
I want to use multiple scripts in my character, but I don't want to change the FPS script. I hope this feature will be added in the future. Leadwerks / Unity Thanks Josh..
-
Hey there, Just wondering if there is a place to find scripts made by others that are ready to use? I know Leadwerks comes with some, but I'd like to play around with some others too. I've had a quick look around, can't seem to find any or maybe I just missed them all completely. Thanks
- 6 replies
-
- Scripts
- programming
-
(and 2 more)
Tagged with:
-
Watching some video tutorials from 2013 on setting up the animation of a player character. In the video, he makes some coding additions in the App.cpp file. Keeping in mind coding is a challenge for me, though I'm learning so much more in Lua then I have in the past. Would you still add these functions in the App.cpp file to get a character animating and what is the uses for the Animation Manager script? Thank you!
-
can someone please help me i made a inventory for my game but when you place items in the inventory the image does not show i have gone over and over cant cant find the error. can anyone do me a working inventory script please :-) would appreciate it.
-
hi all, decided to make his weapon using a standard script. But there probdemoy, in my arms there is no flash and it does not deal damage. I prekreplyu video that you would have been understandable.