Skip to content

Commit 6ebcba4

Browse files
authored
Merge pull request #104 from RemnantsCrew/patch/master
[PATCH] Funkin' Remnants v1.1.1 - Emergency Freeplay Fix
2 parents 342a598 + ae96c82 commit 6ebcba4

155 files changed

Lines changed: 351 additions & 631 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - (2026-04-09)
9+
10+
### Changes
11+
12+
- Updated Line Art for Dad & Darnell's Stickers.
13+
- Updated every script to be contained in the "funkin.remnants" package.
14+
15+
### Fixes
16+
17+
- Fixed Random song being overridden incorrectly.
18+
- Fixed GF's Left Pose Repeating.
19+
20+
### Removed
21+
22+
- Removed the Fart Chance.
23+
24+
25+
826
## [1.1.0-expansion] - (2026-04-01)
927

10-
### Added
28+
### Additions
1129

1230
- Added 2 New Remnants Mixes! [Smash (Remnants Mix) & Ridge (Remnants Mix)]
1331

@@ -38,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3856

3957
## [1.0.3] - (2026-03-26)
4058

41-
### Added
59+
### Additions
4260

4361
- Added new overlay events to Tormentor (Remnants Mix).
4462
- Added alternate GF bop animation during the ending of Cocoa (Remnants Mix).
@@ -85,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
85103

86104
## [1.0.2] - (2026-02-25)
87105

88-
### Added
106+
### Additions
89107

90108
- Added Custom "introText" that appears on Remnants Menu Boot.
91109

@@ -109,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109127

110128
## [1.0.1] - (2026-02-24)
111129

112-
### Added
130+
### Additions
113131

114132
- Added this Lovely Changelog!
115133
- Added New "Metronome" Intro to the Tutorial (Remnants Mix) Cutscene.

_polymod_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@
239239
}
240240
],
241241
"api_version": "0.8.4",
242-
"mod_version": "1.1.0-expansion",
242+
"mod_version": "1.1.1",
243243
"license": "CC BY-NC-ND 4.0"
244244
}

data/players/bf-remnants.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"stickerPack": "remnants-default",
2222
"freeplayDJ": {
2323
"assetPath": "freeplay/freeplay-bf-remnants",
24-
"scriptClass": "BoyfriendRemnantsFreeplayDJ",
24+
"scriptClass": "funkin.remnants.players.djs.BoyfriendRemnantsFreeplayDJ",
2525
"fistPump": {
2626
"introStartFrame": 0,
2727
"introEndFrame": 4,
@@ -120,7 +120,7 @@
120120
"perfectGold": [
121121
{
122122
"renderType": "animateatlas",
123-
"scriptClass": "BFRemnantsBedPerfectResults",
123+
"scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults",
124124
"startFrameLabel": "INTRO",
125125
"filter": "naughty",
126126
"zIndex": 500,
@@ -138,7 +138,7 @@
138138
},
139139
{
140140
"renderType": "animateatlas",
141-
"scriptClass": "BFRemnantsBedPerfectResults",
141+
"scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults",
142142
"startFrameLabel": "INTRO 2",
143143
"filter": "safe",
144144
"zIndex": 500,
@@ -160,7 +160,7 @@
160160
"perfect": [
161161
{
162162
"renderType": "animateatlas",
163-
"scriptClass": "BFRemnantsBedPerfectResults",
163+
"scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults",
164164
"startFrameLabel": "INTRO",
165165
"filter": "naughty",
166166
"zIndex": 500,
@@ -178,7 +178,7 @@
178178
},
179179
{
180180
"renderType": "animateatlas",
181-
"scriptClass": "BFRemnantsBedPerfectResults",
181+
"scriptClass": "funkin.remnants.players.results.bf.BFRemnantsBedPerfectResults",
182182
"startFrameLabel": "INTRO 2",
183183
"filter": "safe",
184184
"zIndex": 500,
@@ -249,7 +249,7 @@
249249
"loss": [
250250
{
251251
"renderType": "animateatlas",
252-
"scriptClass": "BFRemnantsShitResults",
252+
"scriptClass": "funkin.remnants.players.results.bf.BFRemnantsShitResults",
253253
"zIndex": 500,
254254
"offsets": [570.5, -390.5],
255255
"loopFrameLabel": "Loop Start"

data/players/pico-remnants.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"perfectGold": [
8787
{
8888
"renderType": "animateatlas",
89-
"scriptClass": "PicoRemnantsPerfectResults",
89+
"scriptClass": "funkin.remnants.players.results.pico.PicoRemnantsPerfectResults",
9090
"zIndex": 500,
9191
"scale": 0.88,
9292
"offsets": [-169.5, -219],
@@ -96,7 +96,7 @@
9696
"perfect": [
9797
{
9898
"renderType": "animateatlas",
99-
"scriptClass": "PicoRemnantsPerfectResults",
99+
"scriptClass": "funkin.remnants.players.results.pico.PicoRemnantsPerfectResults",
100100
"zIndex": 500,
101101
"scale": 0.88,
102102
"offsets": [-169.5, -219],
@@ -106,7 +106,7 @@
106106
"excellent": [
107107
{
108108
"renderType": "animateatlas",
109-
"scriptClass": "PicoRemnantsGreatResults",
109+
"scriptClass": "funkin.remnants.players.results.pico.PicoRemnantsGreatResults",
110110
"zIndex": 500,
111111
"scale": 1.25,
112112
"offsets": [160, -235.5],
@@ -117,7 +117,7 @@
117117
"great": [
118118
{
119119
"renderType": "animateatlas",
120-
"scriptClass": "PicoRemnantsGreatResults",
120+
"scriptClass": "funkin.remnants.players.results.pico.PicoRemnantsGreatResults",
121121
"zIndex": 500,
122122
"scale": 1.25,
123123
"offsets": [160, -235.5],
@@ -128,7 +128,7 @@
128128
"good": [
129129
{
130130
"renderType": "animateatlas",
131-
"scriptClass": "PicoRemnantsGoodResults",
131+
"scriptClass": "funkin.remnants.players.results.pico.PicoRemnantsGoodResults",
132132
"zIndex": 500,
133133
"scale": 1.25,
134134
"offsets": [-200, -120],

scripts/FunkinRemnantsMod.hxc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package funkin.remnants;
2+
3+
#if funkin_autochecker
4+
import funkin.autochecker.mod.GamebananaMod;
5+
#end
6+
7+
class FunkinRemnantsMod #if funkin_autochecker extends GamebananaMod #end
8+
{
9+
#if funkin_autochecker
10+
public function new()
11+
{
12+
super('funkin-remnants', 'Mod/653229');
13+
}
14+
#end
15+
}

scripts/GoodRemnants.hxc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import funkin.modding.module.Module;
1+
package funkin.remnants;
2+
23
import Math;
34

45
class GoodRemnantsModule extends Module

scripts/albums/RemnantsAlbum.hxc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
package funkin.remnants.album;
2+
13
import funkin.ui.freeplay.Album;
24
import funkin.ui.freeplay.FreeplaySongData;
35
import funkin.util.ReflectUtil;
4-
import funkin.save.Save;
56
import haxe.Json;
67

78
class RemnantsAlbum extends Album

scripts/characters/bf-default-remnants.hxc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import funkin.play.character.MultiAnimateAtlasCharacter;
2-
import funkin.play.PlayState;
1+
package funkin.remnants.characters;
32

43
using StringTools;
54

scripts/characters/bf-prototype-opponent.hxc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
import funkin.play.character.AnimateAtlasCharacter;
1+
package funkin.remnants.characters;
2+
23
import funkin.data.notestyle.NoteStyleRegistry;
3-
import funkin.play.character.CharacterType;
44
import openfl.filters.DropShadowFilter;
55
import funkin.ui.FullScreenScaleMode;
66
import funkin.play.notes.Strumline;
7-
import funkin.util.Constants;
8-
import flixel.tweens.FlxTween;
9-
import funkin.play.PlayState;
10-
import funkin.Preferences;
117

128
class BFPrototypeOpponentCharacter extends AnimateAtlasCharacter
139
{

scripts/characters/bf-remnants-blazin.hxc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import flixel.util.FlxTimer;
2-
import funkin.play.PlayState;
3-
import funkin.play.character.AnimateAtlasCharacter;
1+
package funkin.remnants.characters;
2+
43
import funkin.play.GameOverSubState;
54
import funkin.play.PauseSubState;
65
import StringTools;

0 commit comments

Comments
 (0)