Auklin Posted February 9, 2023 Share Posted February 9, 2023 (edited) lua > server > Vehicles > VehicleCommands.lua I need to figure out where this object code is located. Bit of a pain, my environment isn't optimized so that's part of the problem. Doesn't appear to be Vehicles.Lua. Doesn't appear in scripts Any help is appreciated. Thanks. EDIT: currently reading through documentation, never worked on a game like this before so I'm sure the answer is something stupid. Edited February 9, 2023 by Auklin Link to comment Share on other sites More sharing options...
blobbered Posted February 22, 2023 Share Posted February 22, 2023 I see the method under `media\lua\shared\Library\VehiclePart.lua`. Here is a doclink Link to comment Share on other sites More sharing options...
Staferot Posted February 23, 2023 Share Posted February 23, 2023 You need to decompile java class file: <game folder path>\ProjectZomboid\zombie\vehicles\BaseVehicle.class This class describe Vehicle object behavior. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now