Releases: OpenToontownTools/OpenLevelEditor
Releases · OpenToontownTools/OpenLevelEditor
1.0.7
Improvements
- The Scene Graph tab now lists objects as their DNAType as opposed to PandaNode (#6 | @LittleToonCat)
- You can now pass a DNA file as an argument to load it upon start up (#6 | @LittleToonCat)
- e.g.
python -m ttle --hoods TT phase_5/dna/toontown_central_2100.dna
will load Silly Street upon startup
- e.g.
- The Connect To Prop button under the Cells tab now displays an instructions dialog (#6 | @LittleToonCat)
Fixes
- Fix crash when attempting to remove a sign flag (#6 | @LittleToonCat)
- Temporarily remove window icons from the editor panel window for non windows platforms (#6 | @LittleToonCat)
1.0.6 Hot-Fix 1
This release is a hot-fix for release 1.0.6 which fixes version checking
1.0.6 Release Notes
- Building Width can now be adjusted while using maya cam using SHIFT
- Disabled a macOS specific fix that caps the framerate
- Various improvements to the in-engine UI (Zone Labels / Pie / List menus)
- The TopLevel node is now a DNAGroup as opposed to a DNANode for consistency between custom levels and Disney's levels
- Implemented a couple of HD font overrides
- Fixed wall styles for TUT (Tutorial)
- Fixed loading of TUT (Tutorial) storages
1.0.6
- Building Width can now be adjusted while using maya cam using SHIFT
- Disabled a macOS specific fix that caps the framerate
- Various improvements to the in-engine UI (Zone Labels / Pie / List menus)
- The TopLevel node is now a DNAGroup as opposed to a DNANode for consistency between custom levels and Disney's levels
- Implemented a couple of HD font overrides
- Fixed wall styles for TUT (Tutorial)
- Fixed loading of TUT (Tutorial) storages
1.0.5
- Added a controls list. This can be accessed under the HELP drop-down menu.
- Added an icon (This current one is temporary until the official one is made)
- Adjusted the load order of the configuration. This allows you to now change options relating to the window like the display api, window size, window title, etc. in the editor.prc file.
1.0.4
1.0.3
1.0.2
1.0.1
Initial Release
Changes from the last version of the Toontown Level Editor that you could find
- Animated Props & Buildings, and Interactive Props (Right Click to change animations)
- Control-S can now be used to save
- Fully updated to Panda 3D 1.11 and Python 3
- This means you can now load custom props without having to convert them to panda 1.6 compatible bam files
- Now that it is not a hacky panda3d build, there are many fixes to come with that:
- Resizing windows no longer crashes
- Spawning a Toon HQ no longer crashes
- Increased the default fov
- Rewrote how the editor runs (Removed deprecated Direct Start)
- You now specify which hood storages you want to use with the --hoods argument
- Hid the Direct Drive and Collide check boxes behind the --experimental launch option until a future release
- Sign values now display 4 decimal places for added precision
- Support for Corporate Clash unique features:
- 'uncapturable' building type
- Accessible by using the --clash (or -c) launch option