Path redirection akin to ifs_layeredfs #63

Open
opened 2025-03-10 10:57:57 +00:00 by akanyan · 1 comment

As not everything can be replaced with options, such a feature would be useful for data modding; in particular, I need it for Startliner. Segatools already intercepts file access, so this should be relatively straightforward to implement.

#62 has various limitations that make it unsuitable for my use case:

  • It doesn't seem to handle asterisk-containing paths with FindFirstFile,
  • It has an effective limit on the number of redirections
As not everything can be replaced with options, such a feature would be useful for data modding; in particular, I need it for Startliner. Segatools already intercepts file access, so this should be relatively straightforward to implement. #62 has various limitations that make it unsuitable for my use case: * It doesn't seem to handle asterisk-containing paths with `FindFirstFile`, * It has an effective limit on the number of redirections
Dniel97 added the
help wanted
label 2025-06-19 17:45:58 +00:00
Owner

Could you explain more precise what feature you want/need? I'm not sure if I understand the issue correctly, is this just for ONGEKI an issue? And which paths/files should be redirected?

Could you explain more precise what feature you want/need? I'm not sure if I understand the issue correctly, is this just for ONGEKI an issue? And which paths/files should be redirected?
Dniel97 added the
enhancement
label 2025-06-19 17:47:43 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TeamTofuShop/segatools#63
No description provided.