How to set autorun a game - Версия для печати +- DC-SWAT Forum (http://www.dc-swat.ru/forum) +-- Форум: Sega Dreamcast (/forum-2.html) +--- Форум: English section (/forum-29.html) +--- Тема: How to set autorun a game (/thread-2578.html) |
How to set autorun a game - aykiri1 - 19.03.2017 17:19 Hi all i have a question how can a autorun game after power ON directly ? thx edit: İ found it from with "os.execute" thx. RE: How to set autorun a game - linskiller - 21.01.2018 02:07 please tell me how i can autoboot game a startup dreamshell.i have bios mod my dreamcast and i installed an sd card . RE: How to set autorun a game - megavolt85 - 21.01.2018 02:17 why??? you can create link on desktop for fast run game RE: How to set autorun a game - linskiller - 21.01.2018 02:21 i cant create .ii no know.look this. -- Script for dinocrisis local path = os.getenv("PATH"); OpenModule(path .. "/modules/minilzo.klf"); OpenModule(path .. "/modules/isofs.klf"); OpenModule(path .. "/modules/isoldr.klf"); os.execute("isoldr -x 0x8c004000 -f /sd/iso/dinocrisis.cdi"); ShowConsole(); can you help me? i triyed but not work. RE: How to set autorun a game - megavolt85 - 21.01.2018 02:47 1) Update your DS 2) Create link from app ISO Loader RE: How to set autorun a game - linskiller - 21.01.2018 02:59 1)Update your DS . link not work .and how create link from app ISO Loader. RE: How to set autorun a game - megavolt85 - 21.01.2018 03:13 (21.01.2018 02:59)linskiller писал(а): link not work https://yadi.sk/d/OaBGZ1vV3REipP (21.01.2018 02:59)linskiller писал(а): how create link from app ISO Loader. select game in isoloader click setting icon change setting (if need) click link icon select icon size (if need) rename (if need) press save RE: How to set autorun a game - linskiller - 21.01.2018 03:36 Thanks !! it worked .but i won to autoboot directly to game at startup. RE: How to set autorun a game - megavolt85 - 21.01.2018 03:56 open DS/apps/main/scripts/your_link_name.dsc in text editor, and write me RE: How to set autorun a game - linskiller - 21.01.2018 04:46 module -o -f /sd/DS/modules/minilzo.klf module -o -f /sd/DS/modules/isofs.klf module -o -f /sd/DS/modules/isoldr.klf isoldr -s 1 -e 8 -x 0x8cfe0000 -f /sd/ISO/DynamiteCop/DynamiteCop.gdi console --show RE: How to set autorun a game - megavolt85 - 21.01.2018 05:41 unpack and replace DS/lua/startup.lua [attachment=684] RE: How to set autorun a game - linskiller - 21.01.2018 15:42 Thank YOU ThankYOU thank you so much !!! its worked fine. RE: How to set autorun a game - gng4 - 02.04.2018 08:29 (21.01.2018 05:41)megavolt85 писал(а): unpack and replace DS/lua/startup.lua @'megavolt85 I need help if you can write a startup.lua that flash the bios with nogdrom.bios at DS/firmware/ds/boot_loader_devkit_nogdrom.bios the bios get messed up by Sturmwind.cdi (I did not expect that), now the opening logo run in slowmo and black screen after (the SD card flashing, and the VMU showed "MAIN") Thank you in advance. RE: How to set autorun a game - megavolt85 - 02.04.2018 13:43 Sturmwind don't work with DreamShell you have GD-ROM? RE: How to set autorun a game - gng4 - 04.04.2018 16:32 Sturmwind works with RC3 SD card, not yet tried with G1ATA cos the bios got ruined. |