Optional scripts & wrappers for making games easier to launch
Go to file
2024-08-30 21:43:08 -04:00
.gitignore Initial re-upload 2024-08-28 23:39:19 -04:00
0005731108.py Initial re-upload 2024-08-28 23:39:19 -04:00
array_format_to_hex.py Initial re-upload 2024-08-28 23:39:19 -04:00
bytepatch_intern_to_mon.py Initial re-upload 2024-08-28 23:39:19 -04:00
ep_bm2dxnix Initial re-upload 2024-08-28 23:39:19 -04:00
ep_protonnix Initial re-upload 2024-08-28 23:39:19 -04:00
helper_steamct Initial re-upload 2024-08-28 23:39:19 -04:00
monitor_by_id.c Initial re-upload 2024-08-28 23:39:19 -04:00
patch_pages Initial re-upload 2024-08-28 23:39:19 -04:00
proton.patch Initial re-upload 2024-08-28 23:39:19 -04:00
README.md Update readme to provide basic instructions for s3p_to_2dx 2024-08-30 21:43:08 -04:00
s3p_to_2dx.sh Add proof of concept .s3p to .2dx script 2024-08-30 20:32:55 -04:00
stacktrace.py Initial re-upload 2024-08-28 23:39:19 -04:00

bm2dnix Helper Scripts

This repo may seem erratic with no documentation whatsoever.
This is because resources listed here are part of a bigger private repository.

s3p_to_2dx

This script is currently in its proof of concept stage. Please examine it before trying to run it, I reccommend copying your sound data elsewhere and running the script in there.

Helper script to convert .s3p .wma containers to .2dx .wav containers. Needed for songs in 25+ to play properly without disable-fx patches applied.

Dependencies (must to be registered to /usr/bin):

Usage:

  • Define your sound directory in SOUND_DIR ./s3p_to_2dx

etc

You don't have to use anything from this repo to get games running as these are just there to make process feel more seamless.

That being said part of a guide listed at pages may be harder to follow without any system integration whatsoever, therefore this repository exists, providing the minimal wrappers setup that should work with guide provided.

If it doesn't, create a new issue here, as some wrappers here may be outdated.