[Scummvm-devel] OSystem changes

Travis Howell kirben at optusnet.com.au
Tue Feb 17 03:11:11 CET 2004


Max Horn wrote:
> I saw Kirben (?) mention on IRC that HE games need some additional
> functionality not provided right now. Well, go ahead and tell us
> which, else we hardly can work on it. One concrete thing I saw was
> file renaming... that's a tricky one, and I wonder, why would you
> need it? I am not sure if we can implement this in a generic fashion
> on all systems...

So far the Humongous Entertaiment games need the following file operations:
Read from files
Seek in files (Opcode still incomplete)
Write to files
Close files
Delete files
Rename files

The original versions created a temporary save game (temp.sgs through
o6_roomOps case 221) before showing the save game screen and renamed this
temporary saved game when the user makes an actual save of game.
The original versions also checked if a tempoaray file exists sometimes, and
deletes that temporary file if found.





More information about the Scummvm-devel mailing list