From a7b71803a01d8017deaaf42e86b70b71f664c4ba Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:02:31 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03e5f29..f7345ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the code for Open Toontown, plus some added features from (at the time of adding) bleeding-edge commits. It is based on the latest version of Disney's Toontown Online (sv1.0.47.38). # Setup -After cloning the repository, you will need to clone the [resources](https://github.com/open-toontown/resources) repository inside the directory where you cloned the source repo. +After cloning the repository, you will need to clone the [resources](https://github.com/sam-sneed/resources) repository inside the directory where you cloned the source repo. Secondly, you would have to install and use a specific version of Panda3D, which includes `libotp` and `libtoontown`. You can use the prebuilt installers for your operating system here: @@ -10,8 +10,6 @@ Secondly, you would have to install and use a specific version of Panda3D, which You can install Panda3D SDK through the 32-bit (x86) or 64-bit (x86_64) installers here: -[Panda3D SDK for Windows (Python 3.9, x86, Last Updated: January 11, 2023)](https://mega.nz/file/6UsARa7R#pg5KgxW0NgkHEl_k0fK6NbBK8LfdEcDGZ6NsVeWwDKM) - [Panda3D SDK for Windows (Python 3.9, x86_64, Last Updated: January 11, 2023)](https://mega.nz/file/uAMxEKqL#yQfS9UPpYHzKYDR5vq-LF5gxxLa6HUmxLUp65uzneVo) If you install Panda3D outside the default directory (or use the x86 installer), you may have to change the `PPYTHON_PATH` file located in the root directory and change it to your install directory. @@ -52,4 +50,4 @@ How you commit changes is your choice, but please include what you did and a bas * Estates don't work. * Fishing doesn't work. -* Parties don't work. \ No newline at end of file +* Parties don't work. From 661b7020fd565b94097a8550faf636c9a13c80d5 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:05:06 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7345ef..36a4383 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Secondly, you would have to install and use a specific version of Panda3D, which You can install Panda3D SDK through the 32-bit (x86) or 64-bit (x86_64) installers here: -[Panda3D SDK for Windows (Python 3.9, x86_64, Last Updated: January 11, 2023)](https://mega.nz/file/uAMxEKqL#yQfS9UPpYHzKYDR5vq-LF5gxxLa6HUmxLUp65uzneVo) +[Panda3D SDK for Windows (Python 3.9, x86_64, Last Updated: January 11, 2023)](https://github.com/sam-sneed/oldschool-toontown/releases/download/x64-1/Panda3D-1.11.0-py3.9-x64.exe) If you install Panda3D outside the default directory (or use the x86 installer), you may have to change the `PPYTHON_PATH` file located in the root directory and change it to your install directory. From ac782430d8e999dc0c12322a95766a32205dbe11 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:06:29 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36a4383..90ce2d5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can install Panda3D SDK through the 32-bit (x86) or 64-bit (x86_64) installe If you install Panda3D outside the default directory (or use the x86 installer), you may have to change the `PPYTHON_PATH` file located in the root directory and change it to your install directory. ## macOS 10.9+ -[Panda3D Wheel for macOS 10.9+ (Python3.9, x86_64)](https://drive.google.com/file/d/1_6WJxrkNfwisK5pe5ubJJy1psEp0IIft/view?usp=sharing) +[Panda3D Wheel for macOS 10.9+ (Python3.9, x86_64)](https://github.com/sam-sneed/oldschool-toontown/releases/download/x64-1/panda3d-1.11.0-cp39-cp39-macosx_10_9_x86_64.whl) Installing the provided Panda3D wheel requires Python 3.9, which is not installed on your system by default whatsoever. We recommend installing Python 3.9 through [Homebrew](https://brew.sh/) (Make sure that the xcode command line tools are installed first `xcode-select --install`): ```shell