custom fastfile support #3

Closed
mjkzy wants to merge 5 commits from mjkzy/s1-mod:custom-fastfiles into master
First-time contributor

to be used with https://github.com/Joelrau/x64-zt

this PR does not include code for

TODO:

  • singleplayer needs addresses in order to load MP maps without error (check for db_find_aipaths_stub in fastfiles.cpp)

this will simply load custom fastfiles from the zone folder

to be used with https://github.com/Joelrau/x64-zt this PR does not include code for - parsing custom arena files (https://github.com/auroramod/h1-mod/blob/develop/src/client/component/arena.cpp#L83) - using a `usermaps` folder (https://github.com/auroramod/h1-mod/blob/develop/src/client/component/fastfiles.cpp#L223-L352) - mod downloading (https://github.com/auroramod/h1-mod/blob/develop/src/client/component/party.cpp#L242) - checking the current usermap being played (https://github.com/auroramod/h1-mod/blob/develop/src/client/component/fastfiles.cpp#L1255-L1262) TODO: - singleplayer needs addresses in order to load MP maps without error (check for `db_find_aipaths_stub` in fastfiles.cpp) this will simply load custom fastfiles from the `zone` folder
mjkzy added 3 commits 2025-05-17 19:32:08 +00:00
mjkzy added 1 commit 2025-05-17 19:34:49 +00:00
mjkzy added 1 commit 2025-05-18 03:48:46 +00:00
Owner

Initial progress (mods/custom weapon support here)
b25aeb38a5
Needs testing to see if it can work like this initially

Initial progress (mods/custom weapon support here) https://git.alterware.dev/alterware/s1-mod/commit/b25aeb38a5f1781ff8c9aa888663d9166f764ec4 Needs testing to see if it can work like this initially
Author
First-time contributor

closed in favor of rewrote mod loading

closed in favor of rewrote mod loading
mjkzy closed this pull request 2025-06-18 14:01:06 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alterware/s1-mod#3
No description provided.