View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005755 | The Dark Mod | Saving/Loading | public | 11.09.2021 15:25 | 11.09.2021 15:53 |
Reporter | Geep | Assigned To | |||
Priority | normal | Severity | normal | Reproducibility | always |
Status | new | Resolution | open | ||
OS Version | Win 10 | ||||
Product Version | TDM 2.09 | ||||
Summary | 0005755: Calling script from console ruins saves/loads; says Can't load console | ||||
Description | The ability to call a script from the console is useful, e.g., for debugging. The syntax is "script myfunction()", where "()" is required. Unfortunately, once you do that, any further quicksaves/quickloads will fail, with the opaque message "Can't load console". This fail can seem mysterious, though documented in the wiki. At the very least, maybe make the message more informative, e.g., "Can't save/load after making a 'script' call from console" | ||||
Steps To Reproduce | Even a simple function should show it: void myfunction() {sys.println("Hello, world");} | ||||
Additional Information | For more, see https://forums.thedarkmod.com/index.php?/topic/20245-view-stealth-score-during-gameplay/&do=findComment&comment=443361 | ||||
Tags | No tags attached. | ||||
duplicate of | 0005142 | new | Calling scripts via console breaks future saves |