Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AliLogic/onset-sandbox-editor
My fork of Digital's sandbox editor for the game Onset (also called LFSE).
https://github.com/AliLogic/onset-sandbox-editor
Last synced: 3 months ago
JSON representation
My fork of Digital's sandbox editor for the game Onset (also called LFSE).
- Host: GitHub
- URL: https://github.com/AliLogic/onset-sandbox-editor
- Owner: AliLogic
- License: mit
- Created: 2020-03-09T10:27:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T12:04:53.000Z (over 4 years ago)
- Last Synced: 2024-08-03T16:14:52.183Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 1.05 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-onset - sandbox 2 - An enhanced fork of [sandbox-editor](https://github.com/dig/onset-sandbox-editor). (Packages and Plugins / Mapping)
README
# onset-sandbox-editor
Authors: Digital (original author), Logic_ (maintainer) and other contributors!#### Features
* Camera.
* Spawn objects, weapons, vehicles, doors & clothing.
* Precise editing.
* World saving and loads on server start.
* World auto saves every 15 minutes.
* Clothing fully synced.
* Copy pasting objects (rotation & scale).
* Select multiple objects.
* Delete object(s).
* Move, scale, rotate and copy object(s).
* Schematics (Save & load custom builds).
* Custom props support (add your own custom objects for use)#### Installation
Create a folder inside your servers package folder called sandbox, download all files from this repository and place them inside the `sandbox` folder.
Edit your server_config.json to install `sandbox` as a package. The folder name should be `sandbox` otherwise the package will not work as expected!
Weapons will not work unless you enable the "default" package.
![Config](https://cdn.felfire.app/55c69ef1e5eadca4c5101bb4195160b5.png)#### Media
[Objects](https://cdn.felfire.app/c56de900778947bd42cae2deb246ab96.png)
[Weapons](https://cdn.felfire.app/04fb7fc70b9a83ba2c4fe8f835d1e2c3.png)
[Clothing](https://cdn.felfire.app/b9d66ca4a4633510de6918dd508f24f5.png)
[Vehicles](https://cdn.felfire.app/e68f2ed093420786f742d612ffffa8a8.png)#### Updates
* Refer to commit log#### Modification
* To add more vehicles, refer to VEHICLE_CONFIG and TOTAL_VEHICLES.
* To add more doors, refer to TOTAL_DOORS.
* To add more weapons, refer to TOTAL_WEAPONS.
* To add more clothing presets, refer to TOTAL_CLOTHING.
* Edit props.json and your package file to include your custom props.