Skip to content

Commit e3bb879

Browse files
author
Lily
committed
Merge branch 'main' into mobile
2 parents 2848ca5 + a2df45d commit e3bb879

40 files changed

+917
-315
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export/*
1313
# Local history which shouldn't be shared.
1414
.history
1515
.ionide
16+
# macOS file attribute which can cause problems when uploading.
17+
*.DS_Store
1618
# ! means a file should be added regardless of it it gets ignored prior.
1719
# Including to allow others to use already set-up configuration tweaked for the project.
1820
!.vscode/settings.json

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Lime",
9+
"type": "lime",
10+
"request": "launch"
11+
}
12+
]
13+
}

Project.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,27 +110,37 @@
110110
<assets path='art/ffmpeg-android/ffmpeg-x86_64' rename="ffmpeg-x86_64" />
111111
</section>
112112

113+
<!-- OpenAL config -->
114+
<section if="desktop">
115+
<assets path="alsoft.txt" rename="plugins/alsoft.ini" type="text" if="windows"/>
116+
<assets path="alsoft.txt" rename="plugins/alsoft.conf" type="text" unless="windows"/>
117+
</section>
118+
113119
<assets path="assets/fonts" />
114120
<!-- _______________________________ Libraries ______________________________ -->
115121

116122
<haxelib name="lime" />
117123
<haxelib name="flixel" />
118-
<haxelib name="flixel-ui" />
119-
<haxelib name="flixel-addons" />
120-
<haxelib name="away3d" />
124+
<haxelib name="flixel-ui" version="2.6.1" />
125+
<haxelib name="flixel-addons" version="3.2.3" />
126+
<haxelib name="away3d" version="git"/>
121127

122128
<!--JS stuff needed-->
123129
<haxelib name="hscript" />
124130
<haxedef name="hscriptPos" />
125131
<haxelib name="linc_luajit" if="LUA_ALLOWED"/>
126-
<haxelib name="hxCodec" if="VIDEOS_ALLOWED"/>
132+
<!--<haxelib name="hxCodec" if="VIDEOS_ALLOWED"/>-->
133+
134+
<haxelib name="hxvlc" if="VIDEOS_ALLOWED" version="1.9.2"/>
127135

128136
<haxelib name="hxdiscord_rpc" if="DISCORD_ALLOWED" />
129137
<haxelib name="flxanimate"/>
130138
<haxelib name="extension-androidtools" if="android" />
131139

132140
<!-- Enables a terminal log prompt on debug builds -->
133141
<haxelib name="hxcpp-debug-server" if="debug"/>
142+
<haxedef name="HXC_LIBVLC_LOGGING" if="VIDEOS_ALLOWED debug" />
143+
<haxedef name="HXVLC_NO_SHARE_DIRECTORY" if="VIDEOS_ALLOWED" />
134144

135145
<!--Disable the Flixel core focus lost screen-->
136146
<haxedef name="FLX_NO_FOCUS_LOST_SCREEN" />

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`,
100100
* SqirraRNG - Crash Handler and Base code for Chart Editor's Waveform
101101
* KadeDev - Fixed some cool stuff on Chart Editor and other PRs
102102
* iFlicky - Composer of Psync and Tea Time, also made the Dialogue Sounds
103-
* PolybiusProxy - .MP4 Video Loader Library (hxCodec)
103+
* PolybiusProxy - Former .MP4 Video Loader Library (hxCodec)
104+
* MAJigsaw77 - .MP4 Video Loader Library (hxVLC)
104105
* Keoiki - Note Splash Animations
105106
* Smokey - Sprite Atlas Support
106107
* Nebula the Zorua - LUA JIT Fork and some Lua reworks

THECHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
1.40.0;
1+
1.42.0;
22

3-
Merry Christmas!
4-
5-
Added a rare Santa startup that ONLY shows between the dates 12/16 to 12/31!
6-
The default menu theme is now a Christmas remix!
7-
Removed everything related to SB Engine
8-
Fixed camera pointer not showing in the Character Editor
9-
Noteskins now change to your default skin if you call "Change Character" and the character doesn't have a noteskin field
10-
Sustain lengths are now rounded instead of floored
11-
Fixed a bug where some users wouldn't be able to scroll in the Options menu. Additionally, scrolling between the option categories is now more centered.
3+
Added an option to have.. no menu music
4+
New tips and botplay text AND new crash text
5+
(Windows only) New Windows Notification Event (just like in Exploitation!)
6+
OpenFL downgraded to 9.3.3, 9.4.0 caused some shaders to implode
7+
Changed the video library from hxCodec to hxvlc
8+
Fixed note alpha not working correctly again

alsoft.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[general]
2+
sample-type=float32
3+
stereo-mode=speakers
4+
stereo-encoding=panpot
5+
hrtf=false
6+
cf_level=0
7+
resampler=fast_bsinc24
8+
front-stablizer=false
9+
output-limiter=false
10+
volume-adjust=0
11+
[decoder]
12+
hq-mode=false
13+
distance-comp=false
14+
nfc=false

assets/preload/data/botplayText.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ this is not Nice! - Vs Dave And Bambi: Golden Apple Edition OST
3131
imagine using botplay
3232
oh noo, cringehh
3333
You Motherfucker-
34+
hey did u know that girl you like is 12-
3435
you're about to die in 30 seconds
3536
dfgsmhbwkufygsmwas
3637
Okay so what do I Say? I Lost my Lines :(((((
@@ -168,6 +169,7 @@ uh oh! stinky!
168169
hi youtube
169170
you have 10 seconds to run.
170171
[BUTTPLUG]
172+
"Ha! I like your style. You make up your own rules, just like me." - Cheater Johnson Portal 69
171173
This is why your mom left. because of your big ass SKILL ISSUE
172174
skincare routine by Sky! on YouTube
173175
sparkle on! its Wednesday.
@@ -359,4 +361,6 @@ dawg this isn't just botplay it's AI MODE :skull:
359361
you probably just added a lot of spam into your "chart" :sob:
360362
did you go outside today
361363
practice mode better + ratio
362-
WHY ARE YOU NOT GETTING A NULL REFERENCE :sob:
364+
WHY ARE YOU NOT GETTING A NULL REFERENCE :sob:
365+
1 line for every day of the year! (line 365)
366+
IVE USED BOTPLAY ON THESE SONGS BEFORE!!

assets/preload/data/funnyTips.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ Stefan's grammar is so bad and un-understandable for real
6565
2006archives says: "Penis"
6666
Mario is the best rythm gamer on mania charts. Go subscribe him tho btw.
6767
Mays, you know what happend if you gonna ignore Trollge?
68-
69th line, nice.
6968
I challenge you to make a 2 million note chart and save the chart :troll: if that works then what
69+
69th line, nice.
7070
Wanna find your song but theres like 1000 of them and you cant find where it is but you know the song name?? then Use the freeplay search bar!! Fast and easy.
7171
In 2025, you can load a 1 million note chart in 1 second, probably.
7272
Did you know that the name of the file that's loading this tip is named "funnyTips.txt"?
7373
Chart a dave and bambi song and make it 100,000+ notes, it will be super awesome.
74-
Imagine fnf psych engine rtx mode
75-
Imaging fnf psych engine 3d support
74+
Imagine fnf psych engine rtx mode
75+
Imagine fnf psych engine 3d support, WAIT, JS ENGINE ALREADY HAS IT????
7676
I challenge you to learn lua and code a 250kb lua file, trust me you need to be a master to do it.
7777
"I dare you to beat my record (7,070,000 notes)" -Nael2xd
7878
Tip: Don't use botplay when it has <30 nps, if you do, do you have skill issue?
@@ -95,11 +95,7 @@ Did you know that if you press 7 twice while on this menu, nothing will happen?
9595
If your game is lagging, try changing "Anti-Aliasing" to false
9696
If your game is lagging, try closing some process in your peecee
9797
If your game is lagging, just buy a new pc!
98-
Jordan when added buldi JSE 1.39.0 Jordan
98+
Jordan when added buldi JSE 2.63.0 Jordan
9999
JS Engine is mentioned in the Funkipedia Mods Wiki exactly 7 times.
100100
This is the 100th fact that was added in here.
101-
meow meow nya~ :3
102-
*explodes from karim's patpat*
103-
Lily's here!!! mnya :3
104-
yo really think so?
105-
gay sex
101+
whatr if expung invades all world.

assets/preload/data/introText.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ stevan--love cats
8383
skibidi--gyatt
8484
linux--tested
8585
yes--I use Arch Linux
86+
portal--best game series
4.64 KB
Loading

0 commit comments

Comments
 (0)