Skip to content

Commit

Permalink
Add rdv/yams credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed Oct 20, 2023
1 parent 52de066 commit 06f3cd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,9 @@ void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem te
ReplaceGMLInCode(gmData.Code.ByName("gml_Object_oSlotMenu_normal_only_Create_0"),
"d0str = get_text(\"Title-Additions\", \"GameSlot_NewGame_NormalGame\")", "d0str = \"Randovania\";");

// Add Credits
ReplaceGMLInCode(gmData.Code.ByName("gml_Object_oCreditsText_Create_0"), "/Japanese Community;;;;", "/Japanese Community;;;*AM2R Randovania Credits;;*Development;Miepee=JesRight;;*Logic Database;Miepee=JeffGainsNGames;/Esteban 'DruidVorse' Criado;;*Art;ShirtyScarab=AbyssalCreature;;/With contributions from many others;;");

// Unlock fusion etc. by default
var unlockStuffCode = gmData.Code.ByName("gml_Object_oControl_Other_2");
AppendGMLInCode(unlockStuffCode, "global.mod_fusion_unlocked = 1; global.mod_gamebeaten = 1;");
Expand Down

0 comments on commit 06f3cd2

Please sign in to comment.