mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #240] [Question] Directory structure for same game but different OS #124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tedstriker on GitHub (Sep 6, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/240
I tried a little back and forth, but to no avail, how to structure games I have for mulitple OS's.
Lets say I want to add BZFlag to it. There's a macOS, Linux and Windows version.
How do I have to organize the files, to make drop recognize that I have multiple versions for each OS?
Currently it seems I can't add the game for each OS.
Any ideas?
@DecDuck commented on GitHub (Sep 6, 2025):
You create separate versions and import them as different platforms.
@DecDuck commented on GitHub (Sep 6, 2025):
Just to expand on that, take this structure from the docs:
You'd have a single game, "BZFlag", and then a subfolder for each platform's version. You can then import them separately, and specify the platform with each.
[Question] Directory structure for same game but different OSto [GH-ISSUE #240] [Question] Directory structure for same game but different OS@DecDuck commented on GitHub (Feb 25, 2026):
Can now import the same files for multiple versions in v0.4.0 onwards.