Giter Club home page Giter Club logo

openrtm's Introduction

thumbnail

Open Robot Toon Manager (RTM)

About RobotToon

RobotToon was a development tool for Disney's Toontown Online artists to create scenes for backgrounds to be used as wallpapers, blog posts, and various graphic design related assets. OpenRTM is an open source project aimed to update the RTM to be compatible with the latest verisons of Panda3D, Python 3, and with feature improvements.

Development Progress

  • This project is in very early development and is pretty unusable. Feel free to contribute to the project.

Requirements

IMPORTANT

  • You will need the Toontown Realms Panda3D SDK
  • 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

Credits

FAQ

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.

openrtm's People

Contributors

darktohka avatar darthmdev avatar drewc5131 avatar loonaticx avatar nathanx-s avatar toontownfan2003 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

openrtm's Issues

libotp not imported despite self-built libotp.pyd being present within the OpenRTM folder

Traceback (most recent call last):
  File "D:\Panda3D-1.10.14-x64\python\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "D:\Panda3D-1.10.14-x64\python\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "F:\OpenRTM\rtm.py", line 78, in <module>
    RTMBase().run()
  File "F:\OpenRTM\rtm.py", line 68, in __init__
    builtins.__dict__.update(__import__('libotp', fromlist=['*']).__dict__)
ImportError: DLL load failed: The specified procedure could not be found.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.