Skip to content

Commit 95390fa

Browse files
committed
Merge pull request RemnantsCrew/FunkinRemnants-Private#95 from minor/sugarcrash-april
[MINOR] Funkin' Remnants v1.1.0-expansion - April Fools Update Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
2 parents ef992be + 3d71891 commit 95390fa

264 files changed

Lines changed: 54948 additions & 13967 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: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ 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.0-expansion] - (2026-04-01)
9+
10+
### Added
11+
12+
- Added 2 New Remnants Mixes! [Smash (Remnants Mix) & Ridge (Remnants Mix)]
13+
14+
### Changes
15+
16+
- Updated Song Mixing for Remnants Erect!
17+
- Updated Base GF's Adobe Animate Atlases to be more optimized.
18+
- Updated the Remnants Freeplay Script to have more customization.
19+
- Updated Philly Nice (Remnants Mix) ending fade times.
20+
- Updated a ton of scripts to be more optimized and readable.
21+
22+
### Fixes
23+
24+
- Fixed Mommy Mearest being frozen on her dodge pose when dying.
25+
- Fixed Grieving's Game Over not showing during the flashbacks.
26+
- Fixed Opponent Strumline Note Hit Glow not showing on mobile.
27+
- Fixed Blazin' Characters not holding their animations.
28+
- Fixed being able to see body parts through some Week 2 Characters.
29+
- Fixed some Week 2 Dark Character Offsets. (Help me)
30+
- Fixed Remnants Pico Character Select Animation Errors.
31+
32+
### Removed
33+
34+
- Roses (Remnants Mix) [Hard] - Removed tiny Sustain Notes.
35+
- Removed Run (Remnants Mix).
36+
37+
38+
839
## [1.0.3] - (2026-03-26)
940

1041
### Added
@@ -18,12 +49,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1849
- Added No Animation Notes to Cocoa (Remnants Mix).
1950
- Added Script Parenting to Remnants Pico and Remnants Nene's character scripts.
2051
- Added Censored version of the Roses Secret Dialogue.
21-
- Added new secret random chances to Remnants! (Pico Mix), & Weekend 1.
52+
- Added new secret random chances to Remnants! (Pico Mix) & Weekend 1.
2253

2354
### Changes
2455

2556
- Updated a ton of characters to use Adobe Animate Atlases.
2657
- Updated BF's Adobe Animate Atlases to be more optimized.
58+
- Updated Spooky Kids, Pico & Senpai's Freeplay Pixel Icons to match their original designs. (Like a remnant!)
2759
- Updated Monster (Remnants Mix) Difficulty Ratings by incrementing them by 1.
2860
- Updated all character offsets to be consistent with base game's.
2961
- Updated Credits Video.
@@ -34,8 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3466
- Fixed Blazin' (Remnants Mix) Giga Punch secret triggering on every pico uppercut if rolled.
3567
- Fixed the Remnants Overlay Event not resetting Retro Fades properly when resetting mid fade while "Tween On Restart?" is on.
3668
- Fixed Pico Speaker's animations spazing out.
37-
- Fixed Results Text being offset.
3869
- Fixed Flying Tanks during Week 7 cutscenes.
70+
- Fixed Results Text being offset.
71+
- Fixed Glitcher Characters not being alined properly.
3972
- Fixed many other minor stuffs.
4073

4174
### Removed
@@ -65,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6598
### Removed
6699

67100
- Removed Girlfriend's Sparrow Spritesheet for her "Car" Variation since it went Unused.
101+
- Removed Sammy's Cunt Ass Bitch Ass Sister
68102

69103

70104

@@ -78,6 +112,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
78112
- Added Dialogue to Grieving (Remnants Mix).
79113
- Added Miss Poses to Luis in Grieving (Remnants Mix).
80114
- Added a New Secret Chance to the End of Roses (Remnants Mix).
115+
- Added the ability for the Merch button to cycle between Donate, Kickstarter & Goodies.
81116
- Added Censored BOOBIES Graphic for when Naughtyness is Off in Grieving (Remnants Mix).
82117
- Added a Fade-In to the Results Background. ([82f635b](https://github.com/RemnantsCrew/FunkinRemnants/commit/82f635bc067291d0b22c5c6e9b71c383bbabf031)) - by @macohi in [#1](https://github.com/RemnantsCrew/FunkinRemnants/pull/1)
83118
- Bopeebo (Remnants Mix) [Hard] - Added an Extra Note for Dad in Beat 93.
@@ -129,4 +164,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129164

130165
### Additions
131166

132-
- ADDED EVERYTHING!!
167+
- ADDED EVERYTHING!!

_polymod_meta.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@
213213
"email": "techniktil@tilnotdrip.org",
214214
"url": "https://techniktil.tilnotdrip.org"
215215
},
216+
{
217+
"name": "Pixlexia",
218+
"role": "Artist, Animator",
219+
"email": null,
220+
"url": "https://x.com/PixIexia_"
221+
},
216222
{
217223
"name": "LeGooey",
218224
"role": "Coder, Modpack Compatibility, Texture Atlas Exports",
@@ -233,6 +239,6 @@
233239
}
234240
],
235241
"api_version": "0.8.4",
236-
"mod_version": "1.0.3",
242+
"mod_version": "1.1.0-expansion",
237243
"license": "CC BY-NC-ND 4.0"
238244
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "1.0.0",
3+
"name": "Prototype BF (Opponent)",
4+
"renderType": "animateatlas",
5+
"assetPath": "shared:characters/proto-bf",
6+
"flipX": false,
7+
"singTime": 4.0,
8+
"healthIcon": {
9+
"id": "bf-prototype",
10+
"isPixel": false
11+
},
12+
"atlasSettings": {
13+
"swfMode": false
14+
},
15+
"animations": [
16+
{
17+
"name": "idle",
18+
"prefix": "Idle",
19+
"looped": true
20+
},
21+
{
22+
"name": "singLEFT",
23+
"prefix": "Left"
24+
},
25+
{
26+
"name": "singDOWN",
27+
"prefix": "Down"
28+
},
29+
{
30+
"name": "singUP",
31+
"prefix": "Up"
32+
},
33+
{
34+
"name": "singRIGHT",
35+
"prefix": "Right"
36+
},
37+
{
38+
"name": "hey",
39+
"prefix": "Hey"
40+
}
41+
]
42+
}

data/characters/bf-remnants-dark.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "Remnants BF (Dark)",
44
"renderType": "multianimateatlas",
55
"assetPath": "shared:characters/bf-remnants/dark",
6+
"offsets": [9.1, 25.95],
7+
"cameraOffsets": [-9.3, 41.8],
68
"flipX": true,
79
"singTime": 8.0,
810
"healthIcon": {
911
"id": "bf-remnants"
1012
},
11-
"offsets": [9, 26.3],
12-
"cameraOffsets": [-9.3, 41.8],
1313
"death": {
1414
"cameraZoom": 0.85,
1515
"cameraOffsets": [250, 75]
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"version": "1.0.0",
3+
"name": "Remnants BF (PFP)",
4+
"renderType": "animateatlas",
5+
"assetPath": "shared:characters/bf-remnants/pfp",
6+
"flipX": true,
7+
"cameraOffsets": [0, -70],
8+
"healthIcon": {
9+
"id": "bf-remnants"
10+
},
11+
"animations": [
12+
{
13+
"name": "idle",
14+
"prefix": "idle",
15+
"offsets": [0, 0]
16+
},
17+
{
18+
"name": "singLEFT",
19+
"prefix": "left",
20+
"offsets": [0, 0]
21+
},
22+
{
23+
"name": "singDOWN",
24+
"prefix": "down",
25+
"offsets": [0, 0]
26+
},
27+
{
28+
"name": "singUP",
29+
"prefix": "up",
30+
"offsets": [0, 0]
31+
},
32+
{
33+
"name": "singRIGHT",
34+
"prefix": "right",
35+
"offsets": [0, 0]
36+
},
37+
{
38+
"name": "idle-evil",
39+
"prefix": "evil idle",
40+
"offsets": [0, 0]
41+
},
42+
{
43+
"name": "singLEFT-evil",
44+
"prefix": "evil left",
45+
"offsets": [0, 0]
46+
},
47+
{
48+
"name": "singDOWN-evil",
49+
"prefix": "evil down",
50+
"offsets": [0, 0]
51+
},
52+
{
53+
"name": "singUP-evil",
54+
"prefix": "evil up",
55+
"offsets": [0, 0]
56+
},
57+
{
58+
"name": "singRIGHT-evil",
59+
"prefix": "evil right",
60+
"offsets": [0, 0]
61+
},
62+
{
63+
"name": "idle-yellow",
64+
"prefix": "yellow idle",
65+
"offsets": [0, 0]
66+
},
67+
{
68+
"name": "singLEFT-yellow",
69+
"prefix": "yellow left",
70+
"offsets": [0, 0]
71+
},
72+
{
73+
"name": "singDOWN-yellow",
74+
"prefix": "yellow down",
75+
"offsets": [0, 0]
76+
},
77+
{
78+
"name": "singUP-yellow",
79+
"prefix": "yellow up",
80+
"offsets": [0, 0]
81+
},
82+
{
83+
"name": "singRIGHT-yellow",
84+
"prefix": "yellow right",
85+
"offsets": [0, 0]
86+
},
87+
{
88+
"name": "idle-whatsapp",
89+
"prefix": "whatsapp idle",
90+
"offsets": [0, 0]
91+
},
92+
{
93+
"name": "singLEFT-whatsapp",
94+
"prefix": "whatsapp left",
95+
"offsets": [0, 0]
96+
},
97+
{
98+
"name": "singDOWN-whatsapp",
99+
"prefix": "whatsapp down",
100+
"offsets": [0, 0]
101+
},
102+
{
103+
"name": "singUP-whatsapp",
104+
"prefix": "whatsapp up",
105+
"offsets": [0, 0]
106+
},
107+
{
108+
"name": "singRIGHT-whatsapp",
109+
"prefix": "whatsapp right",
110+
"offsets": [0, 0]
111+
}
112+
]
113+
}
Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,52 @@
11
{
22
"version": "1.0.0",
33
"name": "Remnants GF (Car)",
4-
"assetPath": "shared:characters/gf-remnants/base",
4+
"assetPath": "shared:characters/gf-remnants/car",
55
"startingAnimation": "danceRight",
66
"renderType": "animateatlas",
7-
"cameraOffsets": [0, -187],
7+
"cameraOffsets": [0, -196.5],
88
"animations": [
99
{
1010
"name": "danceLeft",
11-
"prefix": "GF Dancing Beat Hair blowing CAR",
12-
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14],
13-
"offsets": [44, -1]
11+
"prefix": "Dance Left Car"
1412
},
1513
{
1614
"name": "danceRight",
17-
"prefix": "GF Dancing Beat Hair blowing CAR",
18-
"frameIndices": [
19-
15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29
20-
],
21-
"offsets": [44, -1]
15+
"prefix": "Dance Right Car"
2216
},
2317
{
2418
"name": "idle-hold",
25-
"prefix": "GF Dancing Beat Hair blowing CAR",
26-
"looped": true,
19+
"prefix": "Dance Car Full",
2720
"frameIndices": [10, 11, 12, 25, 26, 27],
28-
"offsets": [44, -1]
21+
"looped": true
2922
},
3023
{
3124
"name": "duck",
32-
"prefix": "GF Duck Hair Blowing",
33-
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 4, 5, 6, 7, 4, 5, 6, 7, 4, 5],
34-
"offsets": [44, -1]
25+
"prefix": "Duck Car",
26+
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 4, 5, 6, 7, 4, 5, 6, 7, 4, 5]
3527
},
3628
{
3729
"name": "duck-hold",
38-
"prefix": "GF Duck Hair Blowing",
39-
"frameIndices": [2, 3, 5, 6, 7],
40-
"offsets": [44, -1]
30+
"prefix": "Duck Car",
31+
"frameIndices": [2, 3, 5, 6, 7]
4132
},
4233
{
4334
"name": "cheer",
44-
"prefix": "GF Cheer CAR",
45-
"offsets": [44, -1]
35+
"prefix": "Cheer Car"
4636
},
4737
{
4838
"name": "sad",
49-
"prefix": "gf sad CAR",
50-
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
51-
"offsets": [44, -1]
39+
"prefix": "Sad Car",
40+
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
5241
},
5342
{
5443
"name": "combo50",
55-
"prefix": "GF Cheer CAR",
56-
"offsets": [44, -1]
44+
"prefix": "Cheer Car"
5745
},
5846
{
5947
"name": "drop70",
60-
"prefix": "gf sad CAR",
61-
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],
62-
"offsets": [44, -1]
48+
"prefix": "Sad Car",
49+
"frameIndices": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
6350
}
6451
]
6552
}

data/characters/gf-remnants-dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"startingAnimation": "danceRight",
66
"renderType": "animateatlas",
77
"singTime": 8.0,
8-
"offsets": [0, 11],
8+
"offsets": [-0.8, 11.2],
99
"cameraOffsets": [0, 13.5],
1010
"healthIcon": {
1111
"id": "gf-remnants"

data/characters/gf-remnants-pot-dark.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"version": "1.0.0",
33
"name": "Remnants GF (Pot Dark)",
4-
"assetPath": "shared:characters/gf-remnants/pot dark",
4+
"assetPath": "shared:characters/gf-remnants/pot/dark",
55
"startingAnimation": "danceRight",
66
"renderType": "animateatlas",
77
"singTime": 8.0,
8-
"offsets": [-6, 3],
8+
"offsets": [-6.25, 2],
99
"cameraOffsets": [5, 10],
10+
"atlasSettings": {
11+
"useRenderTexture": true
12+
},
1013
"animations": [
1114
{
1215
"name": "danceLeft",

data/characters/gf-remnants-pot.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"singTime": 8.0,
88
"offsets": [-7, -5],
99
"cameraOffsets": [5, 10],
10+
"atlasSettings": {
11+
"useRenderTexture": true
12+
},
1013
"animations": [
1114
{
1215
"name": "danceLeft",

0 commit comments

Comments
 (0)