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

https://github.com/rocketsmash9000/incredidot

A custom engine for Incredibox modmaking
https://github.com/rocketsmash9000/incredidot

godot-engine incredibox mod open-source tool

Last synced: over 1 year ago
JSON representation

A custom engine for Incredibox modmaking

Awesome Lists containing this project

README

          

> ⚠️ I'm currently looking for people who know how to draw and animate sprites. If you'd like to help, hit me up in discord.

# Incredidot
A free and 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, animations and icons. No need to code or type anything hard to understand. Everything works out of the box.

If you end up using this project, let me know what awesome stuff you've made with it! :D

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

### [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"

### 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

## 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 and commit 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 or read the [wiki](https://github.com/RocketSmash9000/incredidot/wiki)

## 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.

If you use, remix or adapt this project, the license will be considered fulfilled if you place a link to this repo (that's visible and easy to access) in your project.

Proudly made without AI 😤