GithubHelp home page GithubHelp logo

zamiell / racing-plus Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 3.0 81.95 MB

The mod for Racing+, a Binding of Isaac racing platform.

License: GNU General Public License v3.0

JavaScript 0.26% Batchfile 0.14% TypeScript 97.64% Python 1.29% Lua 0.67%

racing-plus's Introduction

The Racing+ Mod

Download & Additional Information

Please visit the website for Racing+ or subscribe to the mod on the Steam Workshop.


Description

This is the mod for Racing+, a Binding of Isaac: Repentance racing platform. Normally a single player game, the mod, client, and server allow players to be able to race each other in real time.

This mod is written using IsaacScript.

See also:

You may also be interested in the client repository or the server repository.


Installation for Development

Racing+ is open source and anyone can help contribute to make the mod better. If you are interested in helping, this section will help you get started. If you get stuck, post a message in the #development channel on the Isaac Racing Discord server.

  • Before working with this repository, you should first become a familiar with IsaacScript. Follow the steps on the IsaacScript getting started documentation. Once you have created a test mod and verified in-game that everything works the way it should, read on.
  • Download and install Git, if you do not have it already.
  • Open a new command prompt window. (Or, feel free to use Windows Terminal, PowerShell, Git Bash, etc.)
  • Configure Git, if you have not done so already:
    • git config --global user.name "Your_Username"
    • git config --global user.email "[email protected]"
  • Fork the repository by clicking on the button in the top-right-hand-corner of the repository page.
  • Clone your forked repository:
    • cd [the path where you want the code to live] (optional)
    • If you already have an SSH key pair and have the public key attached to your GitHub profile, then use the following command to clone the repository via SSH:
      • git clone [email protected]:[username]/racing-plus.git
      • (Replace "[username]" with your GitHub username.)
    • If you do not already have an SSH key pair, then use the following command to clone the repository via HTTPS:
      • git clone https://github.com/[username]/racing-plus.git
      • (Replace "[username]" with your GitHub username.)
  • Enter the cloned repository:
    • cd racing-plus
  • Install Yarn, if you have not done so already:
    • corepack enable
  • Install dependencies:
    • yarn install
  • Run IsaacScript, which will compile the mod and copy it to your "mods" folder:
    • npx isaacscript

racing-plus's People

Contributors

monkeypot avatar rchardon avatar zamiell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

racing-plus's Issues

Caught exception, writing minidump...

Game not starting since a couple of days back.

Version of racing plus: 0.57.10
Game is Afterbirth+

Gamelog shows following

[INFO] - Failed to load image gfx/ui/boss/ground.png
[INFO] - Failed to load image gfx/ui/stage/playerportrait_isaac.png
[INFO] - Failed to load image gfx/ui/boss/overlay.png
[INFO] - Failed to load image gfx/ui/stage/playerportrait_isaac.png
[INFO] - Caught exception, writing minidump...

Tried to uninstall workshop mod and installing it again, no difference.

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.