Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Changes #317

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
![sm64coopdx Logo](textures/segment2/custom_coopdx_logo.rgba32.png)

Main Site: https://www.sm64coopdx.com
Mod Site: https://mods.sm64coopdx.com

sm64coopdx is an online multiplayer project for the Super Mario 64 PC port that synchronizes all entities and every level for multiple players. The project was started by the Coop Deluxe Team. The purpose is to actively maintain and improve, but also continue sm64ex-coop, created by djoslin0. More features, customization, and power to the Lua API allow modders and players to enjoy Super Mario 64 more than ever!

Feel free to report bugs or contribute to the project.
Expand All @@ -13,3 +16,14 @@ Interestingly enough though, the goal of the project has slowly evolved over tim

## Lua
sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click [here](docs/lua/lua.md) to see the Lua documentation.

## Compilation
You will only need to compile the game if you want to set [build flags](https://github.com/coop-deluxe/sm64coopdx/wiki/Build-Flags).
### 32bit
For 32bit compilation you will need to apend `TARGET_BITS 32` so you can compile it in 32bits. There is no guarantee that it will work/work correctly.

## Android port
There is currently no android port.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats this here for?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need to state that there is no android port


### Discord
[Public Invite](https://discord.gg/TJVKHS4)
Pixelsz64 marked this conversation as resolved.
Show resolved Hide resolved
6 changes: 6 additions & 0 deletions credits.txt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no point in keeping this file up to date anymore since we're already many contributors behind.
people can just look through commits to find who's contributed before

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Pre-installed mods credit:
*placeholder*

sm64coopdx Developers:
Agent X
AngelicMiracles
Expand All @@ -24,6 +27,9 @@ sm64coopdx Contributors:
Jinjo
LunarCryptikVEVO
Squishy6094
Emeraldloc
Isaac0-dev
Blockyyy

sm64ex-coop Developers:
Agent X
Expand Down
4 changes: 2 additions & 2 deletions lang/English.ini
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ DIRECT = "Direct Connection"
RULES_TITLE = "RULES"
RULE_1 = "1. You must be 13 years or older."
RULE_2 = "2. No hate speech, slurs, or any kind of offensive language."
RULE_3 = "3. Do not use any modified build."
RULE_3 = "3. Do not use any modified build or rom"
Pixelsz64 marked this conversation as resolved.
Show resolved Hide resolved
RULE_4 = "4. Do not host unreleased mods without the consent of the original author."
RULE_5 = "5. Any form of NSFW content will not be tolerated."
SUBJECT_TO_CHANGE = "These rules are subject to change in future updates."
Expand All @@ -260,7 +260,7 @@ QUIT = "Quit"
MENU_TITLE = "MENU"
LEVEL = "Level"
STAFF_ROLL = "Staff Roll"
MUSIC = "Music"
MUSIC = "Menu Music"
RANDOM_STAGE = "Random Stage"
PLAY_VANILLA_DEMOS = "Play Vanilla Demos"

Expand Down