All Projects → OpenToontownTools → OpenLevelEditor

OpenToontownTools / OpenLevelEditor

Licence: MIT license
An open sourced modernized version of Disney's in-house Toontown Online level editor used to create .dna files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OpenLevelEditor

MouseClickSimulator
Mouse Click Simulator for Toontown Rewritten and Corporate Clash
Stars: ✭ 20 (-55.56%)
Mutual labels:  toontown, corporate-clash
panda3d-docs
Sphinx documentation for Panda3D
Stars: ✭ 37 (-17.78%)
Mutual labels:  panda3d, panda3d-game-engine
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+6644.44%)
Mutual labels:  panda3d, panda3d-game-engine
pman
A Python package to help bootstrap and manage Panda3D applications
Stars: ✭ 15 (-66.67%)
Mutual labels:  panda3d, panda3d-game-engine
PandaCrazy-Max
PandaCrazy Chrome Extension for Amazon Mturk
Stars: ✭ 17 (-62.22%)
Mutual labels:  panda
lily
Lily is a modular and lightweight IDE for languages based on Panda Framework
Stars: ✭ 24 (-46.67%)
Mutual labels:  panda
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+25895.56%)
Mutual labels:  panda3d
HTMpandaVis
3D Visualization tool for HTM systems
Stars: ✭ 16 (-64.44%)
Mutual labels:  panda3d
The-PyOS-Project
The PyOS project is an orbital mechanics simulator, entirely coded in Python, which uses the panda3D engine. The acronym PyOS stands for "Python orbit simulator". Feedback is appreciated !
Stars: ✭ 52 (+15.56%)
Mutual labels:  panda3d
panda3d-gltf
glTF utilities for Panda3D
Stars: ✭ 63 (+40%)
Mutual labels:  panda3d
Pirates-Online-Rewritten
Official repository for the Pirates Online Rewritten source code.
Stars: ✭ 77 (+71.11%)
Mutual labels:  panda3d
panda
A simple extension for PHP
Stars: ✭ 45 (+0%)
Mutual labels:  panda
light
Light is English-like programming language built using the Panda Framework
Stars: ✭ 52 (+15.56%)
Mutual labels:  panda
FAROS
FAROS: Illuminating In-Memory Injection Attacks via Provenance-based Whole System Dynamic Information Flow Tracking
Stars: ✭ 16 (-64.44%)
Mutual labels:  panda

thumbnail

An open sourced modernized version of Disney's in-house Toontown Online level editor used to create .dna files.

READ THE FAQ BEFORE ASKING QUESTIONS

overviewimage

Development Progress

  • This project is considered fully released and is entirely usable with little crashes and bugs. If you discover a crash or bug please create an issue.
  • This project is still being actively developed with new features and fixes. Feel free to contribute new features or fixes.

Major New Features

Now that the editor is fully released? What's next?

  • New features are still actively being developed with no plans of stopping anytime soon!
  • Some features planned for the future are:
    • Drive mode will be making a return in the future
    • Better mouse positioning widgets
    • and much more!

Requirements

IMPORTANT

  • You need a Panda3D build that INCLUDES commit b507c88 and 7eba53c as these are CRITICAL fixes for the editor. You will NOT be able to use it without these fixes!
  • Toontown phase files that include all the dna files. These work fine. Toontown Rewritten's phase files do NOT contain .dna files since they use a completely different format, so you need to use them from elsewhere. Open-Toontown's resources are the closest to Toontown Online's that you can get, while also being completely updated and compatible with Panda3D 1.10.x.
    • These phase files go in the ROOT directory of the editor
  • Basic knowledge on how streets are setup
  • Here you have two options:
    • The advanced option
      • Build yourself a copy of libtoontown, and drop the .pyd files in the root directory.
      • Recent Panda3D build (1.10.7 or later) running on Python 3. This editor is NOT compatible with Python 2.x and will NOT ever be made compatible as Python 2.x is no longer supported.
    • OR the easy option:
      • you can download my copy of panda with the compatible libtoontown files in there. Just drag Panda3D-1.11.0-Py39-x64 to your C drive root directory and the libotp.pyd and libtoontown.pyd files to the root level editor directory. Note that the PYD files in here are ONLY compatible with MY copy of panda, so if you are using any other build you have to rebuild them yourself.

Credits

Help

Known Incompatibilities

* Corporate Clash's Acorn Acres street buildings (and likely YOTT as well) * This is an issue we are investigating. Substitute them with another playground's buildings in the storage dna file. This issue occurs in all released versions of the level editor as well. This issue is fixed in recent commits to libtoontown

FAQ

Why can't I load a street from X playground?

  • Make sure the hood's storage file is loaded. You do this by adding it to the --hoods launch option. For example, if you want to work on a street in Donald's Dock and another in Minnie's Melodyland, you set the launch option --hoods DD MM

Do I have to credit the use of this editor?

  • There is NO requirement to list this editor anywhere in your game credits, but you definitely can do so to spread the word!
  • I do ask however, that should you make a modification to the editor, that you fork the editor and leave it open source to promote open source software for the community.

What are the controls?

  • Under the HELP drop-down menu at the top of the window, press the CONTROLS button and a popup will appear.

Some of my props are using textures as if they were in a different playground?

  • This is OK. This is just because you have support for more than 1 playground loaded. This is only visible in the editor, but I recommend you only load the zone you are working on.

I did the setup properly, but the editor just closes on startup with no error message, how do I fix?

  • If you are downloading my redistributed copy of Panda from above, this may be an issue of having multiple installations of panda, and an incorrect one being targeted. Try one or both of the following:
    • Edit the registry
      • Open RegEdit
      • Navigate to Computer\HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.9\InstallPath
      • Change (Default)'s value to C:\Panda3D-1.11.0-py39-x64\python
      • Change ExecutablePath's value to C:\Panda3D-1.11.0-py39-x64\python\python.exe
      • Save, and if that does not work try restarting your PC, or doing option #2
    • Remove all other versions of Panda3D.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].