Try again (#616)

This commit is contained in:
MegaMech
2025-12-30 12:31:33 -07:00
committed by GitHub
parent 89c747b35f
commit 0344c75582
13 changed files with 19 additions and 9 deletions
@@ -1,11 +1,11 @@
@page basics Understanding the Basics
@page charactermenu Make a Character
@htmlonly
Guides for making custom characters!
<br><br>
<div class="pagebutton">
<a class="pagea" href="overview.html">
<a class="pagea" href="characteroverview.html">
<div class="pagelink">
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
<div class="content">
@@ -20,5 +20,5 @@ Guides for making custom characters!
@endhtmlonly
@subpage overview
@subpage characteroverview
@@ -1,3 +1,4 @@
\page characteroverview Overview
# Custom characters
Custom characters can only replace existing characters for now.
+3 -3
View File
@@ -1,8 +1,8 @@
Complete resources for learning about mk64 decomp
Complete resources for learning about SpaghettiKart
@htmlonly
<br>
<div class="pagebutton">
<a class="pagea" href="tracks/trackmenu.html">
<a class="pagea" href="trackmenu.html">
<div class="pagelink">
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
<div class="content">
@@ -16,7 +16,7 @@ Complete resources for learning about mk64 decomp
</div>
<div class="pagebutton">
<a class="pagea" href="characters/charactermenu.html">
<a class="pagea" href="charactermenu.html">
<div class="pagelink">
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
<div class="content">
@@ -1,11 +1,11 @@
@page basics Understanding the Basics
@page trackmenu Track Making
@htmlonly
Guides for making custom tracks!
<br><br>
<div class="pagebutton">
<a class="pagea" href="overview.html">
<a class="pagea" href="trackoverview.html">
<div class="pagelink">
<div class="pageimg"><img width=320 src="buttonimage.png" /></div>
<div class="content">
@@ -134,7 +134,7 @@ Guides for making custom tracks!
@endhtmlonly
@subpage overview
@subpage trackoverview
@subpage quick
@subpage setup
@subpage materials
+1
View File
@@ -1,3 +1,4 @@
\page export Export
# Export
## Quick Overview
+1
View File
@@ -1,3 +1,4 @@
\page import Import
# Import
Presuming you have followed the steps in the export page, you should have
+1
View File
@@ -1,3 +1,4 @@
\page materials Materials
# Materials
Suggest using the youtubes on this one.
+1
View File
@@ -1,3 +1,4 @@
\page minimap Minimap
# Minimap
Create a new `minimap.png` file using your favourite graphics editor.
+1
View File
@@ -1,3 +1,4 @@
\page quick Quick Reference
# Quick Reference
Important details without the steps
+1
View File
@@ -1,3 +1,4 @@
\page setup Setup
# Setup
## Pre-requisites
+1
View File
@@ -1,3 +1,4 @@
\page track-properties Track Properties
# Track Properties
Track Props contains the track data that the modern C++ interface sends into the C game engine. This allows complete configuration of the track from lighting, skybox, and environment, to CPU pathing, minimap, and music.
@@ -1,3 +1,4 @@
\page trackoverview Overview
# Custom Track Overview
This guide is not all-encompassing but rather covers the utmost basics for track creation.
+1
View File
@@ -1,3 +1,4 @@
\page troubleshooting Troubleshooting
# Troubleshooting
## Players Spawn in the Air