Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshollie/toontown-infinite-builder
A repository for building and running a toontown client and server on linux
https://github.com/freshollie/toontown-infinite-builder
Last synced: 3 days ago
JSON representation
A repository for building and running a toontown client and server on linux
- Host: GitHub
- URL: https://github.com/freshollie/toontown-infinite-builder
- Owner: freshollie
- Created: 2017-08-24T22:25:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T21:52:06.000Z (over 7 years ago)
- Last Synced: 2024-11-11T19:43:10.525Z (2 months ago)
- Language: Python
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toontown Infinite Builder
This repository contains the instructions for building aston and panda3d to run this version of Toontown-Infinite.
## Building
Building will build the astrond executable, the panda3d library for your operating system, and then place them in the correct directories### Requirements
- Python 2.7
- pip### Linux
`sudo python build.py`
### Windows
`\path\to\python build.py`
**Note:** Windows doesn't build astron.exe and just uses the already provided repository version.
If you dont trust this, you will have to follow the build instructions and build your own.
## Executing
### Server
Easiest way is to execute `python src/ToontownClusterManager.py`
Otherwise manually run the files under `src/astron//`
### Client
To run a client execute the desired launcher under `src//`