Создать ответ 
 
Рейтинг темы:
  • Голосов: 0 - Средняя оценка: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Help with LUA scripting.
Автор Сообщение
MastaG Не на форуме
Пользователь
**

Сообщений: 87
Зарегистрирован: 13.04.2011
Рейтинг: 0
Сказал спасибо: 31
Поблагодарили 12 раз(а) в 12 сообщ.
Сообщение: #10
RE: Help with LUA scripting.
I'm still awaiting my serial cable so I can actually see what is going on.
But according to "the inernet", it should be something like this:
Код:
...
        self:InstallingApps(path .. "/apps");
        self.initialized = true;
        
        -- Networking
        os.execute("net --init");
        
        -- Trying to download a file
        local ltn12 = require("ltn12");
        ltn12.pump.all(
            ltn12.source.file(assert(io.open("/http/xxx/regta3dc.ds.iso", "rb"))),
            ltn12.sink.file(assert(io.open("/ide/GTA3/regta3dc.ds.iso", "wb")))
        );
        
        OpenApp(os.getenv("APP"));
        -- Run GTA3
        os.execute("isoldr -i -a -x 0x8c000100 -f /ide/GTA3/regta3dc.ds.iso -o 1 -h 0");
        os.execute("console --show");
    end,
...

Unfortunately it seems to hang here.
Any ideas @SWAT ?
12.08.2024 11:56
Найти все сообщения Цитировать это сообщение
Создать ответ 


Сообщения в этой теме
Help with LUA scripting. - MastaG - 07.08.2024, 12:31
RE: Help with LUA scripting. - MastaG - 07.08.2024, 13:09
RE: Help with LUA scripting. - SWAT - 08.08.2024, 05:57
RE: Help with LUA scripting. - MastaG - 08.08.2024, 11:59
RE: Help with LUA scripting. - MastaG - 08.08.2024, 14:23
RE: Help with LUA scripting. - SWAT - 09.08.2024, 06:11
RE: Help with LUA scripting. - MastaG - 09.08.2024, 18:40
RE: Help with LUA scripting. - MastaG - 09.08.2024, 19:28
RE: Help with LUA scripting. - MastaG - 09.08.2024, 19:44
RE: Help with LUA scripting. - MastaG - 12.08.2024 11:56
RE: Help with LUA scripting. - SWAT - 13.08.2024, 06:51

Переход:


Пользователи просматривают эту тему: 1 Гость(ей)