Εγκατάσταση Steam
Σύνδεση
|
Γλώσσα
简体中文 (Απλοποιημένα κινεζικά)
繁體中文 (Παραδοσιακά κινεζικά)
日本語 (Ιαπωνικά)
한국어 (Κορεατικά)
ไทย (Ταϊλανδικά)
Български (Βουλγαρικά)
Čeština (Τσεχικά)
Dansk (Δανικά)
Deutsch (Γερμανικά)
English (Αγγλικά)
Español – España (Ισπανικά – Ισπανία)
Español – Latinoamérica (Ισπανικά – Λατινική Αμερική)
Français (Γαλλικά)
Italiano (Ιταλικά)
Bahasa Indonesia (Ινδονησιακά)
Magyar (Ουγγρικά)
Nederlands (Ολλανδικά)
Norsk (Νορβηγικά)
Polski (Πολωνικά)
Português (Πορτογαλικά – Πορτογαλία)
Português – Brasil (Πορτογαλικά – Βραζιλία)
Română (Ρουμανικά)
Русский (Ρωσικά)
Suomi (Φινλανδικά)
Svenska (Σουηδικά)
Türkçe (Τουρκικά)
Tiếng Việt (Βιετναμικά)
Українська (Ουκρανικά)
Αναφορά προβλήματος μετάφρασης
is it possible to add feature which would make the launcher auto-launch the previously selected option (either vanilla BoI or WotL) when no input is detected for a period of say, 10-15 seconds?
Sure, it's possible. I'm actually thinking of rewriting this in Adobe AIR, so it supports OSX. I'll do it when I'm finished with my current project, Snowflake[github.com], which is a frontend for emulators.
thanks for the reply, i'm glad you're open to adding more features.
also good luck on your current project!
Like I said, I don't know any C(++). I could try to tackle PyQt though, I'm getting pretty good at Python.
It shouldn't mess with achievements at all. All it does is launch the original Binding or Isaac or the Wrath of The Lamb executable, depending on your choice.
With the achievement fix, all achievements you've already unlocked ingame (viewable in the achievements screen in BoI) will unlock on Steam as well if it hasn't already. If you've unlocked the achievement in game, it will show on your Steam profile
It's a known issue with playing non WotL after WotL launching in any way (possibly only under certain conditions, if the vanilla version goes by number of items rather than which items getting more than the number of items in the vanilla game regardless of how many come from each?), happens (or at least used to, I'm not sure if there's been a fix) ./DosBoss/'s version too, and presumably when launching the executables by themselves and may be why Edmund/Florian didn't include the functionality to switch between them.
Well, that certainly is an issue. If I get the time, I'll dig out the old source code and maybe write an isolation mode feature to isolate each save file. That is, if I can find where BoI saves it's files.
On the downside, that might mess up ingame achievements between both games since you're now juggling 2 save files, but anything you unlock on Steam will stay on Steam.
I did some research, BoI stores its save files in 2 formats, so.sol, which is standard flash shared object format, and serial.txt, which seems to be a csv of sorts. Deleting either one should not affect the save file. Anything I collected seems to stay even after I prevent it from creating so.sol, forcing it to read from serial.txt. So, I'm working on it :)