Hi!
It's been a while since I've posted about my Custom Level Editor+ mod, but with v1.0.5 releasing, now's a good time as any to give an update.
Major Additions:
Multiplayer
- Not quite the one you might be thinking of, haha. Adds collaborative servers to the level editor that update in real time for you and friends, for when you want to work on a level alongside 1-16 people
- To create or join a lobby, click on the 'Join collaboration' button, and input a room name
- This is hosted on my cloud servers, meaning there is no need to port forward or do anything apart from entering a name

Templates!
- Create a template via `Shift + T`. This will save it to your installation Location/Templates as a .json
- You can view, rename, delete and place templates in the Misc. menu. Furthermore, you can send and use other peoples' templates!
Online level database
- List of all levels over 5kb, access here!
Minor Changelogs:
- AltGridSnap now in lower increments with `-` and `+`
- Fixed keybinds working when editing text
- Fixed cycling objects (only in move mode)
- Default set to 0.25u altgridsnap to mimic base editor
- Fixed sizebypass
- Fixed scaling to 0 size
- Zooming is centered on the mouse, rather then camera. This won't be much, but should feel a lot better to use
- First load times should be heavily reduced
- `Shift + Right Click` and drag to set target locations for doors and moving objects
- Level database now has tags, for difficulty, type, size, and other info
- Girders/asphalt scale fix (again again?!)
- GUIDs are changed to a custom implementation, which should improve first load times
- Various bugfixes (Clear all will not crash the game, online browser without internet will not crash the game)
- [Modded Only] Special trigger now has action 5. This spawns any object in-game upon ID update with the team field, i.e. `Enemies/VelvetEnemy`
- Shift + Arrow key increases scale, or the total size of an object
- Ctrl + Arrow keys rotate a object by 15 degrees
Installation
- Find your Gunsaw folder.,
- For itch.io app users, this is
~\AppData\Roaming\itch\apps\gunsaw-demo, - For manual web download, this is wherever you extracted the .zip file into,
- Go to the
gunsaw-demo\Gunsaw_Data\Managedfolder, and replace Assembly-CSharp.dll with the latest download (https://github.com/jimmyking9999999/gunsaw-level-editor-plus), - Open gunsaw and head to the editor to create :)
More info:
Check out the GitHub for more info about the mod :)