Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: autosave #275

Open
Tracked by #24
x-qq opened this issue Mar 19, 2020 · 1 comment · May be fixed by #672
Open
Tracked by #24

Feature request: autosave #275

x-qq opened this issue Mar 19, 2020 · 1 comment · May be fixed by #672
Assignees
Labels
enhancement game Affects the game, as opposed to the editors important A high priority task

Comments

@x-qq
Copy link
Contributor

x-qq commented Mar 19, 2020

Having the game create autosaves something like every 1000 (or maybe even every 100) turns could make finding various bugs in the game and in scenarios easier ("where did I get this special item that I am not supposed to have?" for one example).

So I think we could have an autosave directory, with filenames like

(timestamp)-(some unique id derived from party member names - first name letters?)-(scenario name)-(stepxyz).sav

EDIT 1
It would probably be beneficial to include some identifier of the openboe build that created the savefile in the filename - perhaps the git commit hash that's used at the title screen.

@clort81
Copy link

clort81 commented Mar 19, 2020

the party name doesn't really need to be unique - if it does though, creation timestamp would be an option.

I'd like the player to be able to see what party it is, maybe with first two letters of each name? JeThFrAdFeMi for default party, for e.g.

@CelticMinstrel CelticMinstrel added enhancement game Affects the game, as opposed to the editors labels Mar 13, 2022
@NQNStudios NQNStudios self-assigned this Feb 27, 2025
@NQNStudios NQNStudios added the important A high priority task label Mar 1, 2025
@NQNStudios NQNStudios linked a pull request Mar 2, 2025 that will close this issue
17 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement game Affects the game, as opposed to the editors important A high priority task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants