Massive Savestate Update

Started by Hungry Horace, November 07, 2006, 01:57:18 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

FOL

QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

sho

Is it possible somehow to make a savestate for games that are HD installable out of the box without WHDLoad?

FOL

Quote from: sho on April 04, 2008, 07:23:46 PM
Is it possible somehow to make a savestate for games that are HD installable out of the box without WHDLoad?

no, as they would require installing to ram, like the WHDLoad one's. We are simply using the RAM as a HD.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

sternumil

#48
Quote from: Hungry Horace on November 09, 2006, 05:08:26 PM
excellent !  ;D

you guys are nicely up to speed, so i can write a guide that doesnt involve me going over every fine detail.

here's an example of how i do it;


i boot my regualar Amiga HD setup in WinUAE. This has a nice workbench instlal and a games partition.

a good pre-installed WB setup can be found at http://classicwb.abime.net if required.


if needed, i install a new game with the WHDload or JST installer. I tend to do this using CAPS images if needed, although i have downloaded a bunch of pack with all the WHDload games pre-installed. (sadly the website with these is down at the moment) 

edit:  not any more....   www.whdownload.com   or www.guildserver.co.uk/kgwhd  should help here ;)



when my WB boots, it creates an Assign called "ADF:" - this is just a folder which contains a template startup-sequence, and a C folder containing WHDload, LHA and the Assign command.... this comes in useful in a bit.

from CLI i get myself to my new game folder...

eg.  Games:ShootemUp/Xenon2/

have a look to see if its data files or disk images, and pack the files with LHA into multiple archives which will fit onto floppy disks. In some cases (larger disk images) the files will only pack down to a size which fits ontio a High Density Floppy disk. not a problem, PSPUAE supports this.

you should end up with something like this; (i've made this up from my head btw)

XII1.lha (contents; disk.1  xenon2.slave  size;723567) 
XII2.lha (contents; disk.2  size; 802623 )

now copy the contents of ADF: to a floppy disk.  i usually name my floppys from this simply  1:  , 2: , 3: etc  -  copy ADF:#? all to 1:

in cli, make the disk bootable with the "install" command (i usually use the wb 1.3 install command too, not really sure why, just seems more reliable) .... eg. Install DF0:

copy the achives to the disks.... copy xII1.lha 1:  copy xII2.lha 2:

edit the startup-sequence on 1: - this would look something like this....

    assign ENV: RAM:
    lha x 1:XII1.lha ram:
    lha x 2:xII2.lha ram:
    cd RAM:
    whdload slave=xenon2.slave PRELOAD

as you see, all this script does is unpacks the achives to ram: and then loads the WHDLOad slave

now reset winUAE and boot the disks.

it should auto-unpack to ram: and run the game.... the taks now is to get this to run with the minimum amount of memory , but still with enough to Preload, to avoid "OS flashing" when it is reading from ram (i.e. black flicking screens)

once you've established the minimum memory required, reproduce this on PSPUAE with the ADFs you have created... if needed use HD floppies, and definately use Turbo speed and Max CPU speed.

innitially, savestate the game ON the whdload splash-screen, this way you can keep reloading it to make sure you can re-save the savestate exactly where the game begins.

make your final "fine cut" save, just before the first game screen kicks in, prefereably without the ADF inserted anymore. (although i dont think it really matters if the disk is there, it just looks better)

rename the savestate to the game name.... and thats it.



phew!


takes as long to write out as it does to do!  have fun guys! let me know if anything is unclear.
it is not clear ... you can step-by-step instructions, and even better with screenshots?
(winuae)

kenedy

I got a bit problem: the mega-lo-mania link seems to be not working.
Graduated from Soran   University with First Class Degree with Honours in Computer Science.

Hungry Horace

Quote from: kenedy on September 28, 2017, 09:54:49 PM
I got a bit problem: the mega-lo-mania link seems to be not working.

I have just downloaded and it is working here?


To all, please note that FOL and I no-longer maintain the RISS save-states for PSPUAE.


@sternumil - you have mentioned WinUAE, but these files are not for WinUAE, as you can use actual hard-drive mounting with that emulator.
Quote from: KillerGorillabecause winuae is made of code and your amiga is made of stuff


sternumil

Quote from: Hungry Horace on September 29, 2017, 04:58:29 PM
@sternumil - you have mentioned WinUAE, but these files are not for WinUAE, as you can use actual hard-drive mounting with that emulator.
I know that for pspuae, I meant that I need detailed instructions on how to do riss save state. Or is it too difficult for a person who is little acquainted with the Amiga?

Hungry Horace

oh, well.... reading that guide there is not much more to write, and what is written there is as much as i can really remember.


I dont use WinUAE anymore, and I no longer have immediate access to my RISS files. Unfortunately i am more comitted at the moment to other Amiga projects i am working on.
Quote from: KillerGorillabecause winuae is made of code and your amiga is made of stuff


sternumil

#53
Zool and Zool2 empty zip.
Can I upload my riss-savestate? If so, where?

Hungry Horace

Sorry, but we will be removing direct links to RISS / game data files from this site over the next few days.

We may look to find an external host for these files in the future however, where you woul dbe welcome to contribute any newly created files.
Quote from: KillerGorillabecause winuae is made of code and your amiga is made of stuff


FOL

Quote from: sternumil on October 07, 2017, 10:48:06 AM
Zool and Zool2 empty zip.
Can I upload my riss-savestate? If so, where?

Once I get some free time, I will see if I can sort a simple guide to let you make your own.
QuoteResolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire