DC-SWAT Forum
Icons on Dreamshell - Версия для печати

+- DC-SWAT Forum (http://www.dc-swat.ru/forum)
+-- Форум: Sega Dreamcast (/forum-2.html)
+--- Форум: General Discussion (/forum-7.html)
+--- Тема: Icons on Dreamshell (/thread-2454.html)



Icons on Dreamshell - Pedro_Oliveira - 21.07.2016 10:23

Friends i need a help.. i lost an important document on how to configure the icons of dreamshell, where in this picture, had details of what it meant each string parameter configuration for certain game running... could you help me?

example:
click="os.execute(string.format('isoldr -a -x 0x8c004000 -e 8 -j 2 -f /ide/games/last_blade2/The_Last_blade2.cdi', os.getenv('PATH')));"

In other words, my doubt is about these parameters: -a -x -e(number) -j(number) -f

Before he had a picture that i have picked up here on the forum, where he had to exemplify each parameter, and legend of these codes. Could someone give this force?


RE: Icons on Dreamshell - DCF - 21.07.2016 12:07

http://www.dc-swat.ru/forum/thread-2173-post-28160.html#pid28160

http://www.dc-swat.ru/forum/thread-2157-post-27392.html#pid27392


RE: Icons on Dreamshell - megavolt85 - 21.07.2016 15:14

Код:
Usage: isoldr options args
Options:

-s, --fast       -Fast boot mode (don't show any info on screen)
-i, --verbose    -Show additional info
-a, --dma        -Use DMA transfer if available
-c, --cdda       -Emulate CDDA audio

Arguments:
-e, --async      -Emulate async reading, 0=none default, >0=sectors per frame
-d, --device     -Loader device (sd/ide/cd/dcl/dcio), default auto
-p, --fspart     -Device partition (0-3), default auto
-t, --fstype     -Device filesystem (fat, ext2, raw), default auto
-x, --lmem      -Any valid address for the loader (default auto)
-f, --file       -ISO image file path
-j, --jmp        -Boot mode:
                                0 = from executable (default)
                                1 = from IP.BIN
                                2 = from truncated IP.BIN
-o, --os         -Executable OS:
                                0 = auto (default)
                                1 = KallistiOS
                                2 = KATANA
                                3 = WINCE
-r, --addr       -Executable memory address (default 0xac010000)
-b, --boot       -Executable file name (default from IP.BIN)
--pa1        -Patch address 1
--pa2        -Patch address 2
--pv1        -Patch value 1
--pv2        -Patch value 2



RE: Icons on Dreamshell - Pedro_Oliveira - 22.07.2016 15:58

Thank you my dear ! Thank mega volt ! This helped me friend! Best regards to all!


RE: Icons on Dreamshell - end666 - 28.04.2020 18:41

Hi!! I'm a new member !! I have a big question !!
How do I put a different loader in the script. Example 0.7.0 to play soul calibur, but other games I prefer the original version of my dreamshell 0.6.0. The default loader is 0.6, but for some games I need 0.7.0. Is it the -b 0.7.0 command? Please, I need an example. thank you


RE: Icons on Dreamshell - megavolt85 - 28.04.2020 22:23

-d loader_name

loader name without extension

for loader 0.7.0 add option -x 0x8ce00000


RE: Icons on Dreamshell - end666 - 29.04.2020 05:29

(28.04.2020 22:23)megavolt85 писал(а):  -d loader_name

loader name without extension

for loader 0.7.0 add option -x 0x8ce00000


Thanks, thanks thankss!!!