Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

cgytrus/SixDash

Repository files navigation

THIS PROJECT IS NO LONGER MAINTAINED!

thank you to everyone who checked it out, this is probably one of my biggest projects yet, however i haven't really felt like working on this project for a while now but i kept it up as long as it was working, which i thought would be forever until the game updated after the developer publicly announced there will be no more updates, and since i still don't feel like working on this project, and don't think i ever will at this point, i have to archive the repo

you're still free to fork it and countine working on your own if you wish but i will not be affiliated with anything other people do

if you wanna follow me and my future projects, such as games and mods for other games, you can find my socials here

thank u all <3

6Dash

GitHub all releases Thunderstore downloads Thunderstore rating

CodeFactor Grade Discord

An API and an optimization mod for 3Dash

Русский Suomeksi

Features

  • Gizmos (via popcron/gizmos)
  • Level rendering optimization
  • Curved blocks
  • Other utilities useful for 3Dash mod developers

Installation

From Thunderstore (automatically)

not available (yet)

From Thunderstore (manually)

  1. Go to the mod's Thunderstore page
  2. Follow the manual installation instructions

From GitHub releases

  1. Download the BepInEx installer script
  2. Move the script to the game's folder
  3. Run the script by right-clicking on it and selecting Run with Powershell
  4. Once it is done executing, you can delete the script file
  5. Download 6Dash
  6. Extract the folder from the archive into the game's folder

Documentation

Available at https://6dash.cgyt.ru and as XML documentation

Contributing

  1. Clone the repository
  2. Build (it's important to build before editing the code, as that will generate the MMHOOK assembly)
  3. Create a separate branch
  4. Commit your changes
  5. Create a pull request from that branch

Other used repositories