forked from maniaplanet/game-modes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
12,196 additions
and
0 deletions.
There are no files selected for viewing
81 changes: 81 additions & 0 deletions
81
...es/TMStadiumChase@nadeolabs/Media/ManiaApps/Nadeo/TrackMania/Chase/ChaseAttack.Script.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
/** | ||
* Chase UI | ||
*/ | ||
#Extends "ManiaApps/Nadeo/TrackMania/AppBase.Script.txt" | ||
|
||
#Const Version "2018-06-25" | ||
#Const ScriptName "ManiaApps/Nadeo/TrackMania/Chase/ChaseAttack.Script.txt" | ||
|
||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | ||
// Libraries | ||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/ChaseAttack_Client.Script.txt" as Chase | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/ChaseTuto_Client.Script.txt" as ChaseTuto | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Team_Client.Script.txt" as Team | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/TeamSelection_Client.Script.txt" as TeamSelection | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Winners_Client.Script.txt" as Winners | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Medal_Client.Script.txt" as Medal | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Ladder_Client.Script.txt" as Ladder | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/TeamConfirm_Client.Script.txt" as TeamConfirm | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/FinishTimeout_Client.Script.txt" as FinishTimeout | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/CheckpointTime_Client.Script.txt" as CheckpointTime | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Restart_Client.Script.txt" as Restart | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Relay_Client.Script.txt" as Relay | ||
|
||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | ||
// Settings | ||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | ||
#Setting S_ScriptEnvironment "production" | ||
|
||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | ||
// Extends | ||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // | ||
***LoadLibraries*** | ||
*** | ||
Chase::Load(); | ||
ChaseTuto::Load(); | ||
Team::Load(); | ||
TeamSelection::Load(); | ||
Winners::Load(); | ||
Medal::Load(); | ||
Ladder::Load(); | ||
TeamConfirm::Load(); | ||
FinishTimeout::Load(); | ||
CheckpointTime::Load(); | ||
Restart::Load(); | ||
Relay::Load(); | ||
*** | ||
|
||
***StartApp*** | ||
*** | ||
declare netread Net_ChaseLadder_PlayLadderProgression for UI = -1; | ||
declare PrevPlayLadderProgression = -123; | ||
*** | ||
|
||
***AppLoop*** | ||
*** | ||
Team::Yield(); | ||
TeamSelection::Yield(); | ||
TeamConfirm::Yield(); | ||
|
||
if (PrevPlayLadderProgression != Net_ChaseLadder_PlayLadderProgression) { | ||
PrevPlayLadderProgression = Net_ChaseLadder_PlayLadderProgression; | ||
Ladder::PlayLadderProgression(); | ||
} | ||
*** | ||
|
||
***UnloadLibraries*** | ||
*** | ||
Relay::Unload(); | ||
Restart::Unload(); | ||
CheckpointTime::Unload(); | ||
FinishTimeout::Unload(); | ||
TeamConfirm::Unload(); | ||
Ladder::Unload(); | ||
Medal::Unload(); | ||
Winners::Unload(); | ||
TeamSelection::Unload(); | ||
Team::Unload(); | ||
ChaseTuto::Unload(); | ||
Chase::Unload(); | ||
*** |
30 changes: 30 additions & 0 deletions
30
...es/TMStadiumChase@nadeolabs/Media/ManiaApps/Nadeo/TrackMania/Chase/ChaseVersus.Script.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/** | ||
* Chase UI | ||
*/ | ||
#Extends "ManiaApps/Nadeo/TrackMania/AppBase.Script.txt" | ||
|
||
#Const Version "2017-04-27" | ||
#Const ScriptName "ManiaApps/Nadeo/TrackMania/Chase/ChaseVersus.Script.txt" | ||
|
||
// ---------------------------------- // | ||
// Libraries | ||
// ---------------------------------- // | ||
#Include "ManiaApps/Nadeo/TrackMania/Chase/Chase_Client.Script.txt" as Chase | ||
|
||
// ---------------------------------- // | ||
// Settings | ||
// ---------------------------------- // | ||
#Setting S_ScriptEnvironment "production" | ||
|
||
// ---------------------------------- // | ||
// Extends | ||
// ---------------------------------- // | ||
***LoadLibraries*** | ||
*** | ||
Chase::Load(); | ||
*** | ||
|
||
***UnloadLibraries*** | ||
*** | ||
Chase::Unload(); | ||
*** |
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Arrow.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/CarFill.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/CarFillBorder.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Checkbox_Closed.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Checkbox_Closed_Over.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Checkbox_Open.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...s/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Checkbox_Open_Over.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/EchelonGain.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Exit.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Go.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...s/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/InvitationReceived.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/InvitationSent.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Medal.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/ProgressStop.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/SortInvites.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Stop.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Chase/Wait.dds
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...hase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Packs/SMStadiumChase/Logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...ase@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Packs/SMStadiumChase/MenuBg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...nadeolabs/Media/Manialinks/Nadeo/TrackMania/Packs/SMStadiumChase/MenuHeader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...e@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Packs/SMStadiumChase/MenuLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...@nadeolabs/Media/Manialinks/Nadeo/TrackMania/Packs/SMStadiumChase/PackImage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Modules/Nadeo/TrackMania/Chase/ChaseAttack/Hud.Module.Gbx
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...MStadiumChase@nadeolabs/Modules/Nadeo/TrackMania/Chase/ChaseAttack/ScoresTable.Module.Gbx
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
Titles/TMStadiumChase@nadeolabs/Modules/Nadeo/TrackMania/Chase/ChaseVersus/Hud.Module.Gbx
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
...MStadiumChase@nadeolabs/Modules/Nadeo/TrackMania/Chase/ChaseVersus/ScoresTable.Module.Gbx
Git LFS file not shown
Oops, something went wrong.