Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rocketsmash9000/incredidot

Incredibox mods made easy
https://github.com/rocketsmash9000/incredidot

godot-engine incredibox mod open-source tool

Last synced: 22 days ago
JSON representation

Incredibox mods made easy

Awesome Lists containing this project

README

        

# Incredidot
An open source "tool" that aims for an easier experience during Incredibox mod development, as it removes most of the unnecesary work. With this tool you may now only need to add the polo sounds, designs and animations and UI elements. No need to code or type anything hard to understand.

## Cloning the project
You can choose one of these options

### Git command (Windows)
You will need to have Git installed.
1. Open cmd or PowerShell in the folder you want the project cloned into. The folder should be empty.
2. Type `git clone https://github.com/RocketSmash9000/incredidot.git` into the terminal of your choice and hit enter.

### Git command (Linux)
You need Git (though most distros already have it installed)
1. Open your terminal in your desired directory. It should be empty.
2. Type `git clone https://github.com/RocketSmash9000/incredidot.git` and hit enter.

### Download from GitHub
1. Click the green button at the top of the page that says "Code".
2. Click on "Download ZIP"
3. Unzip the downloaded file into the desired folder

### [Reccomended] Use the GitHub app
You will (*obviously*) need the GitHub app
1. Add a new repository
2. Click on "Clone repository..."
3. Select "URL"
4. Paste `https://github.com/RocketSmash9000/incredidot.git` into the URL textbar
5. Select the folder you want the repository to be in
6. Click "Clone"

## Edit the project
Open Godot Engine, click "Import" and select the `project.godot` file in the cloned project you made earlier. Then click on "Import & Edit".

## Want to contribute?
Open the project in Godot, make your changes and create a pull request. Any and all help with making this project is appreciated.

## Need help?
First look for issues related to your problem. If that didn't resolve your issue, feel free to open an issue with a detailed description of your problem.

## Do you want/need to change the code?
Since the project is open source and modular, there are many things you can do to adapt it to your needs. For example, you may want to add 30 polo sounds instead of the usual 20 for some big mod you're creating. In those cases, I reccommend that you please refer to the documentation in the wiki tab, or read the comments in the code.

If you run into any issues, feel free to Google your problems, DM me in Discord, or open an issue in this project with the "derived" tag.

## Other
This project was made possible thanks to [Godot Engine](https://godotengine.org/license/).

The project is based off of [Incredibox](https://www.incredibox.com/) by So Far So Good. This project is by no means a replica or a replacement of the game.