Please, make a CT for this game
Game Name: Lords Of Exile
Game Engine:
Game Version: chronos
Options Required: Infinite Health, Infinite Lifes, item
[REQUEST] Lords of Exile
Re: [REQUEST] Lords of Exile
+2 Multi Jump !
Re: [REQUEST] Lords of Exile
It's not much, but here is a small table... Enjoy!!
If you use this please Click the Like/Thumbs up button for some rep, Thanks!
Options
[Link]
Re: [REQUEST] Lords of Exile
+1
Need a proper table for this game. please make it happen.
Need a proper table for this game. please make it happen.
Re: [REQUEST] Lords of Exile
Actually you can get double jump after the second boss, rather early.
I argue that the major problem with the game is the MC's movement speed, too slow to a point where at times it feels very clunky. I made a brief attempt with CE, but this being a game engine's product means it's hard to pin point the actual source of that value. It is more feasible/practical (in terms of effort vs gain) to use Undertale modding tools to change the movement speed. I am not familiar with the tool itself, but I did manage to get what I want. Here's a simple walkthrough.
1.From UndertaleModTool, choose File -> Open -> data.win (of this game of course).
2.Choose Find -> Search in code. It asks: "Case sensitive?", answer "Yes", then "Regex search?", answer "No".
In the search box, type case sensitively, originalSpeed ,then click "Done".
3. In the search results you'll find, roughly in the middle
Results in gml_Object_objPlayer1_Create_0:
Line 7: originalSpeed = (is_playing_as_lyria_ ? 6 : 1.3)
Line 58: originalSpeed = 1.3999999...
Line 59: originalSpeed = 1.3999999...
the "gml_Object_objPlayer1_Create_0" part is clickable, and you'll jump right to the actual code.
4.Change these 3 occurrences (1.3, 1.39999...) to 1.5, choose File -> Save, save as a new *.win file.
5.Rename your original data.win to something else, and the new one you just modified to data.win.
(Simple terms: replace the file while keeping the original as backup.)
This makes a whole lot of difference. I was ready to ditch the game at the beginning of level 2, because it's just so painful with the walking and awful jump-to-deaths. Now I'm at level 3 and going.
I contemplated about using a CT script to allow people to patch the data.win, but a simple diff search quickly convinced me that it's not a trivial task. So here I leave you with how I did the hack (modding actually).
I argue that the major problem with the game is the MC's movement speed, too slow to a point where at times it feels very clunky. I made a brief attempt with CE, but this being a game engine's product means it's hard to pin point the actual source of that value. It is more feasible/practical (in terms of effort vs gain) to use Undertale modding tools to change the movement speed. I am not familiar with the tool itself, but I did manage to get what I want. Here's a simple walkthrough.
1.From UndertaleModTool, choose File -> Open -> data.win (of this game of course).
2.Choose Find -> Search in code. It asks: "Case sensitive?", answer "Yes", then "Regex search?", answer "No".
In the search box, type case sensitively, originalSpeed ,then click "Done".
3. In the search results you'll find, roughly in the middle
Results in gml_Object_objPlayer1_Create_0:
Line 7: originalSpeed = (is_playing_as_lyria_ ? 6 : 1.3)
Line 58: originalSpeed = 1.3999999...
Line 59: originalSpeed = 1.3999999...
the "gml_Object_objPlayer1_Create_0" part is clickable, and you'll jump right to the actual code.
4.Change these 3 occurrences (1.3, 1.39999...) to 1.5, choose File -> Save, save as a new *.win file.
5.Rename your original data.win to something else, and the new one you just modified to data.win.
(Simple terms: replace the file while keeping the original as backup.)
This makes a whole lot of difference. I was ready to ditch the game at the beginning of level 2, because it's just so painful with the walking and awful jump-to-deaths. Now I'm at level 3 and going.
I contemplated about using a CT script to allow people to patch the data.win, but a simple diff search quickly convinced me that it's not a trivial task. So here I leave you with how I did the hack (modding actually).
Re: [REQUEST] Lords of Exile
Untouchable cheat.
Who is online
Users browsing this forum: No registered users