Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbratheUmbreon committed Nov 6, 2022
1 parent b26b5e2 commit 4c4ee3c
Show file tree
Hide file tree
Showing 845 changed files with 21,631 additions and 42,955 deletions.
115 changes: 49 additions & 66 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin': Denpa Engine" file="DenpaEngine" packageName="com.detean.denpaengine" package="com.deteam.denpaengine" main="Main" version="0.2.7" company="DETeam" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
<app title="Friday Night Funkin': Denpa Engine" file="DenpaEngine" packageName="com.detean.denpaengine" package="com.deteam.denpaengine" main="Main" version="0.2.8" company="DETeam" />

<!-- NOTE TO SELF: DISABLE THIS IF ISSUES ARE FOUND -->
<haxedef name="LINC_LUA_RELATIVE_DYNAMIC_LIB"/> <!-- stable luas PUT AFTER FIRST LINE WITH APP NAME AND ETC -->
Expand All @@ -29,12 +26,6 @@
<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" vsync="false"/>

<!--Mobile-specific-->
<window if="mobile" orientation="landscape" fullscreen="true" width="0" height="0" resizable="false"/>

<!--Switch-specific-->
<window if="switch" orientation="landscape" fullscreen="true" width="0" height="0" resizable="true" />

<!-- _____________________________ Path Settings ____________________________ -->

<set name="BUILD_DIR" value="export/debug" if="debug" />
Expand All @@ -43,35 +34,30 @@

<classpath name="source" />

<!-- PSYCH ENGINE CUSTOMIZATION -->
<!-- DENPA ENGINE CUSTOMIZATION -->
<define name="MODS_ALLOWED" if="desktop" />
<define name="LUA_ALLOWED" if="desktop" />
<!-- <define name="ACHIEVEMENTS_ALLOWED" /> -->
<define name="VIDEOS_ALLOWED" if="web || windows" unless="32bits"/>
<define name="PSYCH_WATERMARKS"/> <!-- DELETE THIS TO REMOVE WATERMARKS/DEV NAMES ON TITLE SCREEN -->
<define name="TITLE_SCREEN_EASTER_EGG" if="officialBuild"/> <!-- DELETE THE if="officialBuild" for enabling this on an unofficial build -->
<!-- <define name="VIDEOS_ALLOWED" if="web || windows" unless="32bits"/> --> <!-- UNCOMMENT THIS TO ENABLE VIDEOS -->
<define name="DENPA_WATERMARKS"/> <!-- COMMENT OUT THIS TO REMOVE WATERMARKS/DEV NAMES ON TITLE SCREEN -->
<!--<define name="FLIXEL_STUDIO"/>--> <!-- UNCOMMENT THIS TO ENABLE THE ADVANCED DEBUG MENU (WARNING: LAGGY) -->
<define name="CRASH_HANDLER" if="desktop release" />
<!-- <define name="DSIABLE_OPTIMIZE"/> --> <!-- DO NOT UNCOMMENT THIS! -->

<assets path="assets/preload" rename="assets" exclude="*.ogg" if="web"/>
<assets path="assets/preload" rename="assets" exclude="*.mp3" unless="web"/>
<section if="TITLE_SCREEN_EASTER_EGG">
<assets path="assets/secrets" rename="assets" exclude="*.ogg" if="web"/>
<assets path="assets/secrets" rename="assets" exclude="*.mp3" unless="web"/>
</section>

<!-- DONT ENABLE THIS -->
<define name="CHECK_FOR_UPDATES" if="desktop" />

<!-- <define name="PRELOAD_ALL" /> -->
<define name="PRELOAD_ALL" unless="web" />
<!-- <define name="PRELOAD_ALL" unless="web" /> --> <!-- UNCOMMENT THIS TO DISABLE LOADING SCREEN -->
<define name="NO_PRELOAD_ALL" unless="PRELOAD_ALL"/>

<!-- ALWAYS PRELOADED -->
<library name="videos" preload="true" />
<library name="splash" preload="true" />

<!-- NOT ALWAYS PRELOADED -->
<section if="PRELOAD_ALL">
<library name="songs" preload="true" />
<library name="shared" preload="true" />
<library name="splash" preload="true" />
<library name="static" preload="true" />
<library name="week1" preload="true" />
<library name="week2" preload="true" />
<library name="week3" preload="true" />
<library name="week4" preload="true" />
Expand All @@ -83,27 +69,39 @@
<section if="NO_PRELOAD_ALL">
<library name="songs" preload="false" />
<library name="shared" preload="false" />
<library name="splash" preload="false" />
<library name="static" preload="false" />
<library name="week1" preload="false" />
<library name="week2" preload="false" />
<library name="week3" preload="false" />
<library name="week4" preload="false" />
<library name="week5" preload="false" />
<library name="week6" preload="false" />
<library name="week7" preload="false" />
</section>

<section if="VIDEOS_ALLOWED">
<assets
path="plugins/"
embed='true'
rename=''
if="windows" />
<assets
path="dlls/"
rename=''
if="windows" />
<assets
path="assets/videos"
library="videos" />
</section>

<assets path="plugins/" embed='true' rename='' if="VIDEOS_ALLOWED windows" />
<assets path="dlls/" rename='' if="VIDEOS_ALLOWED windows" />
<assets path="assets/videos" library="videos" if="VIDEOS_ALLOWED"/>
<!-- PATH DEFINITIONS -->
<assets path="assets/songs" library="songs" exclude="*.ogg" if="web"/>
<assets path="assets/songs" library="songs" exclude="*.mp3" unless="web"/>
<assets path="assets/shared" library="shared" exclude="*.ogg" if="web"/>
<assets path="assets/shared" library="shared" exclude="*.mp3" unless="web"/>
<assets path="assets/splash" library="splash" exclude="*.ogg" if="web"/>
<assets path="assets/splash" library="splash" exclude="*.mp3" unless="web"/>
<assets path="assets/static" library="static" exclude="*.ogg" if="web"/>
<assets path="assets/static" library="static" exclude="*.mp3" unless="web"/>
<assets path="assets/week1" library="week1" exclude="*.ogg" if="web"/>
<assets path="assets/week1" library="week1" exclude="*.mp3" unless="web"/>
<assets path="assets/week2" library="week2" exclude="*.ogg" if="web"/>
<assets path="assets/week2" library="week2" exclude="*.mp3" unless="web"/>
<assets path="assets/week3" library="week3" exclude="*.ogg" if="web"/>
Expand All @@ -119,16 +117,18 @@

<assets path='example_mods' rename='mods' embed='false' if="MODS_ALLOWED"/>
<assets path='art/readme.txt' rename='do NOT readme.txt' />
<!-- <template path='mods' /> -->

<!-- assets path="CHANGELOG.md" rename='changelog.txt' -->

<!-- NOTE FOR FUTURE SELF SINCE FONTS ARE ALWAYS FUCKY
TO FIX ONE OF THEM, I CONVERTED IT TO OTF. DUNNO IF YOU NEED TO
THEN UHHH I USED THE NAME OF THE FONT WITH SETFORMAT() ON THE TEXT!!!
NOT USING A DIRECT THING TO THE ASSET!!!
-->
<assets path="assets/fonts" embed='true'/>
<!-- _________________________________ Flags ________________________________ -->

<haxeflag name="-dce no" if="debug" />
<haxeflag name="-dce std" unless="debug" />

<!-- _______________________________ Libraries ______________________________ -->

<haxelib name="flixel" />
Expand All @@ -140,41 +140,13 @@

<!--In case you want to use the ui package-->
<haxelib name="flixel-ui" />
<haxelib name="hxcodec" if="VIDEOS_ALLOWED" />
<haxelib name="linc_luajit" if="LUA_ALLOWED"/>
<haxelib name="faxe" if='switch'/>
<!--<haxelib name="polymod"/> -->
<haxelib name="discord_rpc" if="desktop"/>
<!-- <haxelib name="hxcpp-debug-server" if="desktop"/> -->

<!-- <haxelib name="markdown" /> -->
<!-- <haxelib name="HtmlParser" /> -->

<!--In case you want to use nape with flixel-->
<!--<haxelib name="nape-haxe4" />-->
<haxelib name="flixel-studio" if="FLIXEL_STUDIO"/>

<!-- ______________________________ Haxedefines _____________________________ -->

<!--Enable the Flixel core recording system-->
<!--<haxedef name="FLX_RECORD" />-->

<!--Disable the right and middle mouse buttons-->
<!-- <haxedef name="FLX_NO_MOUSE_ADVANCED" /> -->

<!--Disable the native cursor API on Flash-->
<!--<haxedef name="FLX_NO_NATIVE_CURSOR" />-->

<!--Optimise inputs, be careful you will get null errors if you don't use conditionals in your game-->
<!-- <haxedef name="FLX_NO_MOUSE" if="mobile" /> -->
<!-- <haxedef name="FLX_NO_KEYBOARD" if="mobile" /> -->
<!-- <haxedef name="FLX_NO_TOUCH" if="desktop" /> -->
<!--<haxedef name="FLX_NO_GAMEPAD" />-->

<!--Disable the Flixel core sound tray-->
<!--<haxedef name="FLX_NO_SOUND_TRAY" />-->

<!--Disable the Flixel sound management code-->
<!--<haxedef name="FLX_NO_SOUND_SYSTEM" />-->

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

Expand All @@ -187,6 +159,17 @@
<haxedef name="HXCPP_CHECK_POINTER" if="CRASH_HANDLER" />
<haxedef name="HXCPP_STACK_LINE" if="CRASH_HANDLER" />

<!-- No deprecation warnings. -->
<haxedef name="no-deprecation-warnings"/>

<haxedef name="no_copt" if="DSIABLE_OPTIMIZE" />
<haxedef name="no_opt" if="DSIABLE_OPTIMIZE" />
<haxedef name="no_traces" unless="debug" />

<error value="You're not using NebulaZoruas github fork of luajit, use it instead." if="${linc_luajit == 0.0.4}" />

<error value="You're using Haxe 4.1.5, update to 4.2.5." if="${haxe == 4.1.5}" unless="linux" />

<!-- _________________________________ Custom _______________________________ -->

<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
Expand Down
23 changes: 23 additions & 0 deletions QUICK SETUP.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@echo off
color 0a
cd ..
echo Installing and updating libraries.
haxelib install flixel-addons
haxelib install flixel-ui
haxelib install hscript
haxelib install hxcodec
haxelib remove discord_rpc
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib remove linc_luajit
haxelib git linc_luajit https://github.com/nebulazorua/linc_luajit
haxelib update
echo Libraries installed and updated.
pause
echo Setting up Flixel.
haxelib install lime 8.0.0
haxelib install openfl 9.2.0
haxelib install flixel 4.11.0
haxelib run lime setup
echo Flixel setup complete.
echo Please install "MSVC v142 - VS 2019 C++ x64/x86 build tools" and "Windows SDK (10.0.17763.0)" to complete the compile prerequisites.
pause
9 changes: 0 additions & 9 deletions UPDATE HAXE TO 4.2.5.txt

This file was deleted.

27 changes: 27 additions & 0 deletions UPDATE LIBRARIES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE HAXE TO 4.2.5
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE LIME TO 8.0.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
UPDATE OPENFL TO 9.2.0
Binary file removed art/FMOD Logo Black - White Background.png
Binary file not shown.
Binary file removed art/FMOD Logo White - Black Background.png
Binary file not shown.
Binary file removed art/Funkin.bmp
Binary file not shown.
Binary file removed art/FunkinAlt.bmp
Binary file not shown.
7 changes: 0 additions & 7 deletions art/build_html-debug.bat

This file was deleted.

7 changes: 0 additions & 7 deletions art/build_html.bat

This file was deleted.

10 changes: 0 additions & 10 deletions art/build_x32.bat

This file was deleted.

10 changes: 0 additions & 10 deletions art/build_x64-debug.bat

This file was deleted.

Binary file removed art/c_z.mp3
Binary file not shown.
Binary file modified art/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/iconOG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed art/mdps/albumGrid.mdp
Binary file not shown.
Binary file added art/mdps/bf_bill.mdp
Binary file not shown.
Binary file removed art/mdps/hardness_bar.mdp
Binary file not shown.
Binary file added art/mdps/healthicon_BF.mdp
Binary file not shown.
Binary file added art/mdps/healthicon_senpai.mdp
Binary file not shown.
Binary file added art/mdps/healthicon_spirit.mdp
Binary file not shown.
Binary file added art/mdps/mom_bill.mdp
Binary file not shown.
Binary file added art/mdps/pico_bill.mdp
Binary file not shown.
Binary file added art/mdps/song_cardpx.mdp
Binary file not shown.
Binary file removed art/preloaderArt.png
Binary file not shown.
27 changes: 27 additions & 0 deletions art/readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<-------------------------------------------------------------------------------------------------------------------------->

Sup!
Thank you for downloading DENPA Engine!
We hope you enjoy your time with this mod that we poured our blood sweat and tears into!
If you ever want to, leave a like or a post on the gamebanana page!
It really helps out :D

Oh, and if you downloaded this from anywhere other than Gamebanana, Gamejolt, or Github, DELETE THE DOWNLOAD AND RUN AN ANTIVIRUS SCAN.
Anywhere but those three sites are NOT officially endorsed, affiliated, nor supported by us.
Downloading from them can lead to malware getting in your computer!!!
Go find one of the official pages and download from there!

Well, that's all we got for ya, DENPA Engine team OUT...

________ _______ ________ ________ ________ _______ ________ ________ ___ ________ _______
|\ ___ \|\ ___ \ |\ ___ \|\ __ \|\ __ \ |\ ___ \ |\ ___ \|\ ____\|\ \|\ ___ \|\ ___ \
\ \ \_|\ \ \ __/|\ \ \\ \ \ \ \|\ \ \ \|\ \ \ \ __/|\ \ \\ \ \ \ \___|\ \ \ \ \\ \ \ \ __/|
\ \ \ \\ \ \ \_|/_\ \ \\ \ \ \ ____\ \ __ \ \ \ \_|/_\ \ \\ \ \ \ \ __\ \ \ \ \\ \ \ \ \_|/__
\ \ \_\\ \ \ \_|\ \ \ \\ \ \ \ \___|\ \ \ \ \ \ \ \_|\ \ \ \\ \ \ \ \|\ \ \ \ \ \\ \ \ \ \_|\ \
\ \_______\ \_______\ \__\\ \__\ \__\ \ \__\ \__\ \ \_______\ \__\\ \__\ \_______\ \__\ \__\\ \__\ \_______\
\|_______|\|_______|\|__| \|__|\|__| \|__|\|__| \|_______|\|__| \|__|\|_______|\|__|\|__| \|__|\|_______|


<-------------------------------------------------------------------------------------------------------------------------->


__ /
/ _ _ |_ |_ . _
\__) (- |_ |_ | | )
Expand Down
File renamed without changes.
8 changes: 0 additions & 8 deletions art/test_x64-debug.bat

This file was deleted.

Binary file removed art/thumbnailNewer.png
Binary file not shown.
Binary file removed assets/fonts/8-BIT WONDER.TTF
Binary file not shown.
Binary file added assets/fonts/calibri-regular.ttf
Binary file not shown.
Empty file removed assets/fonts/fonts-go-here.txt
Empty file.
Binary file removed assets/fonts/komika-display.bold.ttf
Binary file not shown.
Binary file removed assets/fonts/komika-display.regular.ttf
Binary file not shown.
Binary file removed assets/fonts/komika-display.shadow.ttf
Binary file not shown.
Loading

0 comments on commit 4c4ee3c

Please sign in to comment.