Basic Modding

From Off Grid Wiki
Revision as of 19:41, 11 February 2024 by Stef (talk | contribs) (Created page with "=== How to take a look at Off Grid's modding support without the tools === If you've received a copy of Off Grid without LevelKit, you can still poke around some of the lua f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to take a look at Off Grid's modding support without the tools

If you've received a copy of Off Grid without LevelKit, you can still poke around some of the lua files in the data folder it order to look at the structure of our missions and APIs: Some good places to look would be:

The apostle mission script: ( perhaps try changing Joe's name to your own? )

Windows & Linux: OffGrid_Data/StreamingAssets/Levels/NewsPaperOffice/Scripts/theapostle_mission.lua

OSX: OffGrid.app/Contents/Resources/Data/StreamingAssets/Levels/NewsPaperOffice/Scripts/theapostle_mission.lua

The script for the hackable hand dryers in the apostle mission: ( Try adding your name to the "names" lua table, or updating the colors of the ui? )

Windows & Linux: OffGrid_Data/StreamingAssets/Levels/NewsPaperOffice/Scripts/Devices/HandDryer.lua

OSX: OffGrid.app/Contents/Resources/Data/StreamingAssets/Levels/NewsPaperOffice/Scripts/Devices/HandDryer.lua