So it is possible to modify the Sonic Orca engine without it DRM-ing out this time? Also they really need to recode the sound engine. The sounds seem clip too much when there's too many instances of a sound playing at once.
@thesupersonic167 жыл бұрын
SonicOrca doesn't have any DRM, for sound I'll recommend you to change these in the config file to: [audio] sound_volume = 0.4 music_volume = 0.4 volume = 0.5 As that seems to fix sound issues for me.
@jaidenlikemario56603 жыл бұрын
OH GOD I LIKE THE 1-UP SONG BUT NOT THIS MUCH
@tylerjones65327 ай бұрын
How do I change the controls or rebind the keys
@80constant6 жыл бұрын
can you do some kind of tutorial on how to get inside the files, or just what program you need?
@thesupersonic166 жыл бұрын
I have made a modified dll to extract the files, But I think I lost it.
@thesupersonic166 жыл бұрын
I have built an unfinished level editor, But it will require the .dat to be extracted. github.com/KTE2399/HedgeLib/tree/master/HedgeEdit
@80constant6 жыл бұрын
darn, I really wanted to take a peak at the assets
@thesupersonic166 жыл бұрын
if you want I can look for a backup and upload it.
@80constant6 жыл бұрын
that would be sweet (also how would you go about going into debug like you did in the metropolis zone video)
@smd89xx5 жыл бұрын
how does sonic feel being the ai?
@jaredalonso83994 жыл бұрын
Wta
@andresgonzalesjiemenz60954 жыл бұрын
Tu
@toge0inumaki3 жыл бұрын
@@andresgonzalesjiemenz6095 **mario gibberish**
@Pedrohenrique-d5h2x4 жыл бұрын
thats so earrape
@AnaAna-qk2hh4 жыл бұрын
Que. Es. Esto
@riva87145 жыл бұрын
Imagine sonic.exe hd
@pajamasthepajamas79866 жыл бұрын
Debug mode
@prez-cq4fn5 жыл бұрын
Как ты это сделал?
@iarir8355 жыл бұрын
Как?!
@robloxplay26355 жыл бұрын
What
@jaytorkiah64612 жыл бұрын
I want link pls
@CrystallizedAU4 жыл бұрын
Link
@ephemeralic96485 жыл бұрын
does the data need to be recompiled into sonicorca.dat for the game to load it? if so, how can that be accomplished?
@thesupersonic165 жыл бұрын
No, you would only need to set use_mods to true and create a mods folder and put your new .dat file in there. For me I modded my own modloader which allows me to dump the files in a mods directory directly.
@ephemeralic96485 жыл бұрын
@@thesupersonic16 hmm okay. i am sort of confused... what i have right now is the original sonicorca.dat and a full extraction of it. the game does not load the extracted folder, only the dat. i cannot modify the .dat directly, only whats extracted. when you say "put your new .dat file in mods" you are implying that the modified data has to be recompiled?
@thesupersonic165 жыл бұрын
@@ephemeralic9648 You will need to create a new .dat file with all the edited files. iirc creating a .dat is as simple as making a ResourceTree and calling GetResourcesFromDirectory on it then Write
@ephemeralic96485 жыл бұрын
@@thesupersonic16 ahhh that makes much more sense. also, i see you mention a config file in other replies, yet my install lacks one. can i just create this?
@thesupersonic165 жыл бұрын
@@ephemeralic9648 %USERPROFILE%\Documents\SonicOrca\sonicorca.cfg And place it under [general]