FUSER
Onvoldoende beoordelingen
FUSER Game.ini Modding Guide
Door DarleneX
Game.ini mods for XP Boost, Character Limit Minimum/Maximum Limit Boost, Avatar/Snapshot/Crate Limit Boost, etc.
2
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Disclaimer/Warning
Please note that this may harm your save file. I haven't seen any way that it could harm it (at the time of initial writing), but there is a bit of a risk due to values being higher than they are supposed to be.
Please make backups of your save file, if you want to avoid risking loss of it.
I am not liable for you losing your save file.

Also remember, if you make any changes to the .ini file, please make sure Read-Only is turned back on in the file properties, or else the game will wipe the file clean of any data (this goes for the other .ini files too).
Changelog
2/24/23: Added Default .ini files. Have fun.
3/1/23: Removed Online fix since the official servers are actually down now.
4/12/23: Updated info about the crate limits. (no, this still doesn't mean we have unlimited crates)
12/30/24: Changed url to catbox
- Downloads
Main File Download (if you don't want to mess around with things)
Put this in C:\Users\[USER]\AppData\Local\Fuser\Saved\Config\WindowsNoEditor\
Make sure Read-Only stays on (even after you make edits).


https://files.catbox.moe/qz8818.zip

(i just put this in a .zip file so the filename doesn't get modified)
Main .ini text (just in case Steam decides to block the link)
Put this in C:\Users\[USER]\AppData\Local\Fuser\Saved\Config\WindowsNoEditor\Game.ini
Make sure Read-Only stays on (even after you make edits).

; Put this in C:\Users\[USER]\AppData\Local\Fuser\Saved\Config\WindowsNoEditor ; If you make any changes to this file, make sure to turn Read-Only back on in the file properties before booting the game back up, or else the game will wipe this file. ; Note: Use at your own risk, I'm unsure if any of this would corrupt your savefile. -DarleneX [/script/hype.hypesettings] ; Crate limit MaxNumUserCrates=100 ; Snapshots limit MaxInGameMomentSlotsNum=100 ; Stage Kit limit MaxNumUserVenueConfigs=100 ; Crate Name Character Limit Minimum MinCrateNameCharacters=0 ; Crate Name Character Limit Maximum MaxCrateNameCharacters=100 ; Stage Kit Name Character Limit Minimum MinVenueConfigNameCharacters=0 ; Stage Kit Name Character Limit Maximum MaxVenueConfigNameCharacters=100 ; XP Hacks (good for if you have Online enabled or playing campaign) XPForEvaluation=1000 NumMeasuresPerXPIncrement=1 XPForFreestyleRecording=1000 XPForRemixRecording=1000 XPForEventSubmission=1000 XPForHottestMix=1000 XPForMultiplayerParticipationPerMinute=1000 OneStarXP=0.400000 TwoStarXP=0.800000 ThreeStarXP=1.200000 FourStarXP=1.600000 FiveStarXP=2.000000 MainStageHottestMixXP=1000 MainStageSpectatorXpPerRound=1000 MainStageSpectatorXpPerMinute=1000 [/script/movieplayer.movieplayersettings] ; Makes videos skippable(?) bMoviesAreSkippable=True [/script/hype.hypecharactersettings] ; Avatar Character Limit Minimum MinAvatarConfigNameCharacters=0 ; Avatar Character Limit Maximum MaxAvatarConfigNameCharacters=100 ; Avatar limit MaxCustomAvatars=100
Default .ini files
Just if you want to see what's in the default .ini files:

https://cdn.discordapp.com/attachments/717993979836366868/1078900215060377632/Config.zip

(Paste link into discord and then click it)

I won't be explaining how each of these files work, so use these at your own risk. Just make sure after whatever edits you make, make sure you turn on read-only and actually put the edits in the appdata .ini files with their proper sections, lines and files. Don't edit the files included in the .zip archive.
- Editing Game.ini
Introduction
This is only going to cover the Game.ini file, since the rest of the files have not much interesting in there or you can't change much (to my knowledge).
Notepad++ is recommended if you want an easy and understandable way of editing a file (but really any text editor is fine).
Recording Settings
Put this at the start of the section:
[/script/hype.hyperecordingsettings]
Change how many bars a mix rewinds when you are recording and press the rewind button:
NumBarsPerRewind=2.000000
Different mix beat lengths:
Notes:
  • 64 is not listed in here since it just takes from RecLength3, but iirc if you make 32 higher than 64 the game just overwrites that value.
  • Exporting a mix higher than 64 bars may lag your computer before it tries to load the song credits (since the game doesn't know what to do).
RecLength1=8 RecLength2=16 RecLength3=32
Maximum Offline Recordings limit:
MaxOfflineRecordings=10
Audio Settings
Put this at the start of the section:
[/script/hype.hypeaudiosettings]
Default Music Volume:
DefaultMusicVolume=1.000000
Minimum/Maximum Music Volume:
MinMusicVolume=0.000000 MaxMusicVolume=2.000000
Default SFX Volume:
DefaultSFXVolume=1.100000
Minimum/Maximum SFX Volume:
MinSFXVolume=0.200000 MaxSFXVolume=2.000000
Default Crowd Volume:
DefaultCrowdVolume=1.100000
Minimum/Maximum SFX Volume:
MinCrowdVolume=0.200000 MaxCrowdVolume=2.000000
Default Voiceover Volume:
DefaultVoiceoverVolume=1.000000
Minimum/Maximum SFX Volume:
MinVoiceoverVolume=0.000000 MaxVoiceoverVolume=2.000000
Minimum/Maximum Audio Calibration Range:
MinAudioCalibrationRange=0.000000 MaxAudioCalibrationRange=400.000000
Minimum/Maximum Video Calibration Range:
MinVideoCalibrationRange=0.000000 MaxVideoCalibrationRange=120.000000
General Settings
Put this at the start of the section:
[/script/hype.hypesettings]
Crate Limit:
MaxNumUserCrates=16
Snapshot Limit:
MaxInGameMomentSlotsNum=100
Minimum/Maximum Crate Character Limits:
MinCrateNameCharacters=4 MaxCrateNameCharacters=16
Stage Kit Limit:
MaxNumUserVenueConfigs=16
Minimum/Maximum Stage Kit Character Limits:
MinVenueConfigNameCharacters=4 MaxVenueConfigNameCharacters=16
XP Stuff: (Note to self: describe these better later)
XPForEvaluation=200 NumMeasuresPerXPIncrement=8 XPForFreestyleRecording=80 XPForRemixRecording=0 XPForEventSubmission=80 XPForHottestMix=100 XPForMultiplayerParticipationPerMinute=250 OneStarXP=0.200000 TwoStarXP=0.400000 ThreeStarXP=0.600000 FourStarXP=0.800000 FiveStarXP=1.000000 MainStageHottestMixXP=1000 MainStageSpectatorXpPerRound=100 MainStageSpectatorXpPerMinute=25
Campaign Points Stuff:
PointsPerGoalAction=300 BadActionBonusPoints=0 EarlyActionBonusPoints=425 LateActionBonusPoints=425 PerfectActionBonusPoints=1200 PointsPerRequest=1000 RequestComboBonus=400 CrowdMeterLowHealthBonus=100 CrowdMeterMediumHealthBonus=400 CrowdMeterHighHealthBonus=1200 CrowdMeterPeakHealthBonus=1600
Minimum/Maximum Fade In/Out Gain Limit:
GainForFadeOut=0.000000 GainForFadeIn=1.000000
Unknown but probably useful stuff: (Will check on these later)
OneStarCompletionThreshold=0.200000 TwoStarCompletionThreshold=0.400000 ThreeStarCompletionThreshold=0.600000 FourStarCompletionThreshold=0.800000 FiveStarCompletionThreshold=0.900000 SectionEndCountOutLengthInBars=2 ShowEndCountOutLengthInBars=4 QuotaGoalEndSlopInBeats=0.250000 GoalAnimLengthSec=1.000000 GoalAnimDelaySec=0.100000 TrickSlopMs=200.000000 TrickPerfectTimingThreshold=0.450000
Movie Player Settings
Put this at the start of the section:
[/script/movieplayer.movieplayersettings]
All Cutscenes are skippable?: (probably? haven't really checked)
bMoviesAreSkippable=False
Multiplayer Settings
(These aren't really needed anymore since the servers are down, but I'm just keeping them here for preservation reasons).
Put this at the start of the section:
[/script/hype.hypemultiplayersettings]
AFK Enabler:
EnableAfkChecks=True
Backend Server Manager Settings
(These aren't really needed anymore since the servers are down, but I'm just keeping them here for preservation reasons).
Put this at the start of the section:
[/script/hype.backendservermgrsettings]
Ping Buffer?
PingSeconds=10.000000
Ping Failure Counter (before Offline is turned on)
PingFailuresForOfflineState=3
Connection Status Check Buffer?
ConnectionStatusChangeWaitSeconds=5.000000
Character Settings
Put this at the start of the section:
[/script/hype.hypecharactersettings]
Empty Clothing Slot Probabilities:
Notes:
  • The higher the value is, the more chance you'll get an empty slot.
  • Making Hair "1.000000" will always make your character bald.
  • Making Top or Bottom "1.000000" will not remove your character's clothing, it'll just default to random, no matter what.
EmptySlotProbability=((Hand, 0.700000),(Hair, 0.000000),(Hat, 0.800000),(Top, 0.000000),(Bottom, 0.000000),(Foot, 0.000000),(EarLeft, 0.600000),(Bracelet, 0.500000),(Mask, 0.600000),(FacialHair, 1.000000),(EarRight, 0.300000),(EyeLeft, 0.000000),(EyeRight, 0.000000),(Head, 0.000000)) EmptyBodyTextureSlotProbability=((Tattoo, 0.800000),(Makeup, 0.800000))
Minimum/Maximum Height Settings:
Note:
  • The game was never supposed to let your character to be shorter/taller than these values. Setting your Min & Max values for example to 0.0 & 2.0 respectively, will cause abnormal results to some of the body parts/model bones. Caution: May cause funny moments.
MinHeightScaleFactor=0.900000 MaxHeightScaleFactor=1.100000
Minimum/Maximum Avatar Name Character Limits:
MinAvatarConfigNameCharacters=4 MaxAvatarConfigNameCharacters=16
Custom Avatar Limit:
MaxCustomAvatars=16
FAQ
Note: I'll add more questions if people ask for them and I think they are of importance.

Will this work on a copy of the game from the Epic Games Store (or other means)?
Answer: Yes, since they use the same AppData path.

Where is my save file?
Answers:
Steam: C:\Program Files (x86)\Steam\userdata\[User ID]\1331440\remote\FuserSave
Epic: C:\Users\[Username]\AppData\Local\Fuser\Epic\[User Hash]\SaveGames\FuserSave.sav
(They are the same format, except for the file extension)

How come I can't edit the .ini file you uploaded?
Answer: Turn off Read-Only in the file properties. You'll have to right click and go down to Properties to see it.
Just make sure you turn it back on before you boot up the game, or else the file will be wiped (this goes for the other .ini files too).

How did you get all of this data?
Answer: FModel. You have to find the AES key to fully get inside the game, but I'm not gonna tell you how to find it (unless steam's totally fine with it). For now, internet search engines are your friend.

I found the key, where are the .ini files located in the game files?
Answer: In FModel, select Loading Mode to "All" and go to:
Fuser/Config/
Unsure if the rest of the .ini files include anything editable, but you can have a look if you want.

Can I change how many Songs/Instruments/Effects/Snapshots I can have in my crate?
Answer: Technically yes, the functions are there to change them, but if you make the crate song limit between 25-32, it just takes over the Snapshot slots. The game was never intended to have more than the set items in the crate.

Can I at least see the functions anyway?
Answer: Sure, knock yourself out with these. Just don't say I didn't warn you if the game crashes.
USE AT YOUR OWN RISK
[/script/hype.hypesettings] DefaultCrateSongSlotsNum=24 DefaultCrateInstrumentSlotsNum=8 DefaultCrateAudioEffectSlotsNum=8 DefaultCrateMomentSlotsNum=8
(Pretty sure, increasing the other numbers won't do anything.


I found a function(s) that has/have some interesting effects. Can you add it to the guide?
Answer: Just describe where it belongs, what the function(s) is/are and I'll go check on it when I have the time. I'll make sure to credit you after it's gone through my testing process.
8 opmerkingen
DarleneX  [auteur] 30 dec 2024 om 17:24 
@Pepedro10
just moved file to catbox
also it's not dead, you just have to paste it into discord, but i'm fine with replacing it.
Pepedro10 30 dec 2024 om 16:42 
The Link to Download is off, can you try to Put that on Mediafire or Google Drive?
Bunkey Bounce 29 dec 2023 om 23:31 
@SandwichPony

Instruments and effects are their own standalone, so they won't be affected by crate or snapshot limits. However, the max config available visibility wise is 32 snapshots/songs + 8 instruments + 8 effects.
SandwichPony 24 dec 2023 om 5:57 
@Bunkey Bounce
I was wondering if it's possible to do it in a way where I can just have it so that either the instrument/song effects are replaced (not both) but the snapshots still remain?
Bunkey Bounce 18 jul 2023 om 6:19 
So it turns out that the inversion also works and you can have 32 screenshots if you so desire:

https://www.youtube.com/watch?v=1oBqAayCNWs

Basically, you would just be removing all the song slots in order to accommodate having 32 screenshots. Just enter these numbers below:

DefaultCrateSongSlotsNum=0
DefaultCrateMomentSlotsNum=32

So, it's possible to have 3 unique crates: One default, one for 32 songs, and one for 32 screenshots.
Bunkey Bounce 18 jul 2023 om 5:55 
I was tinkering a bit with the functions, and thought I'd add this in case anyone else was having issues with getting 32 songs in the crate.

Adding on to DarleneX's comment below, you also have to adjust the line below by changing the amount of snapshots from 8 to 0

DefaultCrateMomentSlotsNum=0

Adding 32 songs will render snapshots unusable in crates. However, there's a loophole if you want to still use 24 songs + snapshots without having to change the function numbers back to default. As long as you have a crate that has at least one snapshot included before you've changed the numbers on the functions, that crate will remain under the default 24 song limit + 8 snapshots. New crates added will only allow the 32 song limit.

So basically, keep one crate with snapshots if you want the default game config, and one crate for 32 songs.

I'm just excited it's working, and I hope this helps!
DarleneX  [auteur] 9 jul 2023 om 13:20 
@Vibe Town
just add in this line to [/script/hype.hypesettings]

DefaultCrateSongSlotsNum=32
Vibe Town 9 jul 2023 om 7:36 
Hello im trying to make the song limit to 32 and im using the file downloaded here, but its not working any ways to fix it?