Page 1 of 2

Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Sun Jun 20, 2021 5:58 pm
by VKX
Deedlit in Wonder Labyrinth - A metroidvania platformer set in the anime D&D Record of Lodoss War universe.



Options;

- Inf HP (including immunity to drowning)
- Inf MP (including options for all the magic types)
- Immunity to Mimics (Chest Imitators): No effect when they bite you.
- No Spirit Level Loss: No level loss when hit.
- Refund Purchase Cost
- XP Pointer Finder

Pointers for HP, MP, XP, Money and both Spirit Levels are included for convenience.
Old Tables
V001 for game version 1.0.4.1
Deedlit in Wonder Labyrinth - 001 - [v1.0.4.1].CT
(18.56 KiB) Downloaded 69 times

V002 for game version 1.1.1.6: The final update
Deedlit in Wonder Labyrinth - 002 - [v1.1.1.6].CT
(19.6 KiB) Downloaded 57 times

V003 for game version 1.1.1.6: The final update
Deedlit in Wonder Labyrinth - 003 - [v1.1.1.6].CT
(19.7 KiB) Downloaded 56 times

V004 for game version 1.1.1.7
Deedlit in Wonder Labyrinth - 004 - [v1.1.1.7].CT
(19.61 KiB) Downloaded 57 times

V005 for game version 1.1.1.7
Deedlit in Wonder Labyrinth - 005 - [v1.1.1.7].CT
(18.77 KiB) Downloaded 56 times
Current Table:
V006 for game version 1.1.1.8
Deedlit in Wonder Labyrinth - 006 - [v1.1.1.8].CT
(18.94 KiB) Downloaded 683 times

Re: Deedlit in Wonder Labyrinth [Steam]

Posted: Sun Jun 20, 2021 6:02 pm
by VKX
If you have problems with this table, please tell me which CPU you are using.

This game engine compiles different code on different CPUs, as I found out when I did a table for Touhou Luna Nights which also uses this engine. I have tried it on a couple of computers, so there shouldn't be an issue, but keep an eye out.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Mon Jun 21, 2021 8:51 pm
by JarJarPucha
Just gonna say thank you. Works great.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Wed Jul 07, 2021 5:50 pm
by exceptionerror
First thank you, it works great!
One small request, would it be possible to add infinite jump?
Really appreciate what you are doing.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Wed Jul 07, 2021 7:48 pm
by MBRKiNG
Deedlit_in_Wonder_Labyrinth_1.2.1.0_Steam


options:
-Invulnerable
-Health
-AP/Mana
-Mana/AP Upgrade Level
-Health/HP Upgrade Level
-Gold
-EXP
-max Spirit Level
-Wind/Fire Orb Level (can be used for onehit kills)
-inf Jumps (doublepress and hold jump key to fly)



Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Thu Jul 08, 2021 4:17 am
by exceptionerror
Thank you! I was able to advance past an area after obtaining the higher jump, as it wasn't working for me.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Mon Jul 12, 2021 7:59 pm
by VKX
Now updated for game version 1.1.1.6: The final update.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Mon Jul 12, 2021 8:07 pm
by VKX
Table 003 is a quick bugfix to make the XP pointer finder work on all CPUs. This game's code is weird.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Mon Jul 12, 2021 8:27 pm
by Carriva
Thanks you

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Mon Jul 12, 2021 9:49 pm
by GMan
MBRKiNG wrote:
Wed Jul 07, 2021 7:48 pm
exceptionerror wrote:
Wed Jul 07, 2021 5:50 pm
First thank you, it works great!
One small request, would it be possible to add infinite jump?
Really appreciate what you are doing.
Record.of.Lodoss.War.Deedlit.in.Wonder.Labyrinth.v1.1.1.6 FINAL UPDATE

copy/paste code into ce

Inf Jumps / hold doublejump to Fly (Double jump must be unlocked )

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>105</ID>
      <Description>"InfJump/Fly-FINAL-1.1.1.6"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>define(infjumps,"Deedlit in Wonder Labyrinth.exe"+3EFABD)
[ENABLE]
infjumps+5:
  db 00 00
[DISABLE]
infjumps+5:
  db F0 3F

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Invincible

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>106</ID>
      <Description>"Invincible-FINAL-1.1.1.6"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>define(invincible,"Deedlit in Wonder Labyrinth.exe"+75B02)
[ENABLE]
invincible:
  db 90 90 90 90 90
[DISABLE]
invincible:
  db E8 69 7E 47 02

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>



Record.of.Lodoss.War.Deedlit.in.Wonder.Labyrinth.v1.0.4.1

copy/paste code into ce

Inf Jumps / hold doublejump to Fly (Double jump must be unlocked )

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>94</ID>
      <Description>"InfJump/Fly"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>define(infjumps,"Deedlit in Wonder Labyrinth.exe"+3021AC)
[ENABLE]
infjumps+5:
  db 00 00
[DISABLE]
infjumps+5:
  db F0 3F

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Invincible

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>95</ID>
      <Description>"Invincible"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>define(invincible,"Deedlit in Wonder Labyrinth.exe"+73DE2)
[ENABLE]
invincible:
  db 90 90 90 90 90
[DISABLE]
invincible:
  db E8 A9 41 32 02

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

How did you find invincible and infinitely jumps ?

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Tue Jul 13, 2021 9:25 am
by mighty825
seems not work for 1.1.1.7?
please update table
thank you very much

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Tue Jul 13, 2021 4:05 pm
by VKX
Table updated for game version 1.1.1.7.

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Tue Jul 13, 2021 4:26 pm
by VKX
Updated to Table 005 to fix the XP script again...

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Wed Jul 14, 2021 4:42 pm
by dafirus
This Deedlit in Wonder Labyrinth - 003 - [v1.1.1.6] not working on my game. I select all cheat options and none of them work. My version of the game is 1.1.6.

Can anyone help me, plz?

Re: Record of Lodoss War - Deedlit in Wonder Labyrinth [Steam]

Posted: Wed Jul 14, 2021 8:51 pm
by VKX
dafirus wrote:
Wed Jul 14, 2021 4:42 pm
This Deedlit in Wonder Labyrinth - 003 - [v1.1.1.6] not working on my game. I select all cheat options and none of them work. My version of the game is 1.1.6.

Can anyone help me, plz?
Sorry, I only support the current version on Steam, which is currently at V1.1.1.7. These tables probably won't work if you got the game from another source.

One thing to check: You might want to make sure you're changing the values of the options from "False" to "True", and not clicking on the checkboxes instead.

Out of interest, what CPU are you using? This game engine sometimes works differently on different CPUs.