mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-02 02:00:52 -04:00
02ad54ca72
* move yaml (still need to fix header path) * fix header * change kart to karts and add migration * fix include * Update migration.py * fix common_texture_debug_font extraction * Update torch * update torch and header * unduplicate texture for tumble * Update torch * Update migration.py * put the sort by default * fix replace_segmented_textures_with_o2r_textures * Update torch * fix yamls * add manual_segments in data of course * comment out replace_segmented_textures_with_o2r_textures and segment 3 * remove segment 5 * (wip) remove segment 6 still plenty of thing to do * more vtx * more change * Update torch * small fix * Update BansheeBoardwalk.cpp * fix blockFort * Delete test.yaml * fix bowser castle and simplify track sections * fix choco mountain * clean banshee * fix dk jungle * fix double deck * fix macos * fix error * fix macos ci * Update torch * Update torch * fix frappe snowland * fix kalimari desert * fix koopa troopa beach * fix luigi raceway * fix mario raceway and simplify thing * fix moo moo farm * fix rainbow road * Update torch * Update torch * hopefully fix windows error * fix a small error * fix royal raceway (and podium in theory) * fix sherbet_land * fix skyscraper * fix toads turnpike * fix wario stadium * fix yoshi valley * update torch * more clang tidy rules * REMOVE totally SEGMENT (sorry for the PR) * remove unused field in course and props and unused packed asset * fix kart texture * fix particle * fix track section and transparency * try fix mode extra * fix macos build and render * fix collision in extra * small change and try fix windows error * a little of clean * more cleanup * forget header and more clean up * Update Makefile * fix credits * fix kart texture offset * remove LoadTextures and add Unload * fix definitevely mirror mode * add unload but it's not perfect * revert a bad fix * clean no longer used python script * fix crash with player * being able to load the same course twice * add a comment on DrawWater * fix render of transparent object * better hack * add a proper migration instruction * fix number * add basic modsmanager * add meta/mods.toml * Update EditorMath.h * Update ModsManager.cpp * basic modManager (maybe I should rename it ModLoader) * use range on dependencies * add information about mods.toml * fix coment * some rename around * Delete beta-to-v1.md * Update migrations.md * Update textures-pack.md * Update modding.md * Update modding.md * clean yamls_old * move to mods in engine * rename ModsManger to ModManager * move init and unload at the top * rename ModsMetadata to ModMetadata * fix header * Update ModManager.cpp * put core mods at top
183 lines
9.9 KiB
C
183 lines
9.9 KiB
C
#pragma once
|
|
|
|
#include <libultraship.h>
|
|
#include <common_structs.h>
|
|
#include <align_asset_macro.h>
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_200[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_200";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_400[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_400";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_600[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_600";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_6A0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_6A0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_880[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_880";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_9E0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_9E0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_BC0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_BC0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_DA0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_DA0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_F80[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_F80";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1120[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1120";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1300[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1300";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1460[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1460";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1660[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1660";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1860[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1860";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1A60[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1A60";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1B40[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1B40";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1D40[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1D40";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_1F40[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_1F40";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_2140[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_2140";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_21C0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_21C0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_23C0[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_23C0";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_2540[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_2540";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_2740[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_2740";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_2940[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_2940";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl[] = "__OTR__models/startup_logo/dl1";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl2[] = "__OTR__models/startup_logo/dl2";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl3[] = "__OTR__models/startup_logo/dl3";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl4[] = "__OTR__models/startup_logo/dl4";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl5[] = "__OTR__models/startup_logo/dl5";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl6[] = "__OTR__models/startup_logo/dl6";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl7[] = "__OTR__models/startup_logo/dl7";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl8[] = "__OTR__models/startup_logo/dl8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3538[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3538";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3738[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3738";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3908[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3908";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3AE8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3AE8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3CD8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3CD8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3ED8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3ED8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_3F48[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_3F48";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4148[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4148";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4338[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4338";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4438[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4438";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4638[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4638";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4838[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4838";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_49C8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_49C8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4B48[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4B48";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4CC8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4CC8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_4EC8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_4EC8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5098[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5098";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_50D8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_50D8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_52D8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_52D8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_54D8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_54D8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5668[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5668";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5868[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5868";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5A68[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5A68";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5BE8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5BE8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5DE8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5DE8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_5FC8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_5FC8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_61B8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_61B8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_62F8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_62F8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_64F8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_64F8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_66F8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_66F8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_68F8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_68F8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_6AF8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_6AF8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_6CF8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_6CF8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_6ED8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_6ED8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_7008[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_7008";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_71D8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_71D8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_73D8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_73D8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_75A8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_75A8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_seg6_vtx_77A8[] = "__OTR__models/startup_logo/startup_logo_seg6_vtx_77A8";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl9[] = "__OTR__models/startup_logo/dl9";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl10[] = "__OTR__models/startup_logo/dl10";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl11[] = "__OTR__models/startup_logo/dl11";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl12[] = "__OTR__models/startup_logo/dl12";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl13[] = "__OTR__models/startup_logo/dl13";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl14[] = "__OTR__models/startup_logo/dl14";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl15[] = "__OTR__models/startup_logo/dl15";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl16[] = "__OTR__models/startup_logo/dl16";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl17[] = "__OTR__models/startup_logo/dl17";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl18[] = "__OTR__models/startup_logo/dl18";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl19[] = "__OTR__models/startup_logo/dl19";
|
|
|
|
static const ALIGN_ASSET(2) char startup_logo_dl20[] = "__OTR__models/startup_logo/dl20";
|
|
|
|
static const ALIGN_ASSET(2) char startup_texture_dl1[] = "__OTR__models/startup_logo/startup_texture_dl1";
|
|
|
|
static const ALIGN_ASSET(2) char startup_texture_dl2[] = "__OTR__models/startup_logo/startup_texture_dl2";
|
|
|
|
static const ALIGN_ASSET(2) char startup_texture_dl3[] = "__OTR__models/startup_logo/startup_texture_dl3";
|
|
|
|
static const ALIGN_ASSET(2) char startup_texture_dl4[] = "__OTR__models/startup_logo/startup_texture_dl4";
|
|
|