s4top Posted December 24, 2012 Report Share Posted December 24, 2012 Ktoś wie może jak to zrobić żeby Szrama zawsze chciał spać? Quote Link to comment Share on other sites More sharing options...
Yurek Posted December 26, 2012 Report Share Posted December 26, 2012 Wydaje mi się, że można zrobić tak, żeby Szrama mógł zasnąc już po godzinie od poprzedniego spania. ;) Nie sprawdzałem tego, ale jak chcesz potestować, to działaj :D Oczywiście pamietaj o zrobieniu kopii zapasowej pliku ! Poszukaj pliku: "amk_mod.script" w folderze: gamedatascripts Otwórz go w notatniku i znajdź fragment kodu: if amk.load_variable("block_sleep_menu",0)==0 then if amk.load_variable("gg_need_sleep",0)>10 then local spwn=ui_cheat.cheat(get_hud()) level.start_stop_menu(spwn,true) else amk.send_tip(game.translate_string("not_need_sleep"),nil,nil,5) end i zamień go na taki: if amk.load_variable("block_sleep_menu",0)==0 then if amk.load_variable("gg_need_sleep",0)>1 then local spwn=ui_cheat.cheat(get_hud()) level.start_stop_menu(spwn,true) else amk.send_tip(game.translate_string("not_need_sleep"),nil,nil,5) end Zapisz zmiany w pliku i sprawdź czy sposób zadziałał ;) 1 Quote Link to comment Share on other sites More sharing options...
LordDino Posted December 26, 2012 Report Share Posted December 26, 2012 A ja chyba wiem po czego ci to potrzebne poszukaj na forum jest sposób na ustawienie transmutacji każdego arta na godzinę. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.