Dragon Star Varnir [+17]

Upload your cheat tables here (No requests)
GreenHouse
Expert Cheater
Expert Cheater
Posts: 857
Joined: Fri Oct 12, 2018 10:25 pm
Reputation: 891

Re: Dragon Star Varnir [+16]

Post by GreenHouse »

mancasoko wrote:
Thu Oct 17, 2019 6:31 pm
I want to ask something. For 500 Hp option when Infinite Dragon Awakening option is on too, when you get more then 500 damage you lose Dragon Awakening and on your next turn it trigger again Dragon Awakening and like that again and again. Can you increase minimum HP so this doesn't happen this much?
Sure, I'll increase the HP from 'Infinite Health' on the next update. For now, you can just edit the script and change the #500 for any number that you want.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Divinekyuubi
Cheater
Cheater
Posts: 39
Joined: Mon May 20, 2019 7:40 am
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by Divinekyuubi »

Yeah please edit the infinite hp so that it goes to max hp with unlimited hp and infinite sp too make it max infinite sp this would be nice

DominusDolor
Noobzor
Noobzor
Posts: 7
Joined: Fri Oct 18, 2019 12:50 pm
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by DominusDolor »

not sure if im just bad at this or because i have the steam version but the only options i can use are the Inf Items, No Quest Req, 100% Devour, EXP Multiplier. nothing else seems to activate and will not have the tic in the box for them. is this a settings thing on my end or a steam thing.

Atmogenic
Expert Cheater
Expert Cheater
Posts: 61
Joined: Mon Jul 23, 2018 4:03 pm
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by Atmogenic »

Is it possible we can have a "no equipment limit" with the skill sets?
Last edited by Atmogenic on Sat Oct 19, 2019 8:54 pm, edited 1 time in total.

Divinekyuubi
Cheater
Cheater
Posts: 39
Joined: Mon May 20, 2019 7:40 am
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by Divinekyuubi »

GreenHouse you know that skills script on the Chinese Cheat table that NumberXero shared can you make an English skills script cheat for Dragon Star Varnir this would be a nice addition to the plus 16 cheat table

XDAvenger93
Expert Cheater
Expert Cheater
Posts: 76
Joined: Fri Apr 28, 2017 1:59 pm
Reputation: 10

Re: Dragon Star Varnir [+16]

Post by XDAvenger93 »

A question on the little sister script: any chance you could also add the madness value to it?

I figured it would be manageable, but even a simple gathering run in a dungeon torpedoes the little sister madness levels to insane degrees. Thankfully it SEEMS it's linked mostly to gathering and not fights, but how many fights you do is also a factor, which makes farming cores even with the 100 devour rate a chore since you constantly have to pop back to base to check on them.

Divinekyuubi
Cheater
Cheater
Posts: 39
Joined: Mon May 20, 2019 7:40 am
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by Divinekyuubi »

Guys where do i go to request a Topless and Skirtless mod for Dragon Star Varnir for the Female Characters mainly Charlotta i want Topless and Skirtless yeee please awnser me ppl uwu

WarEagleUS
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Oct 20, 2019 3:04 pm
Reputation: 0

Re: Dragon Star Varnir [+16]

Post by WarEagleUS »

Is there a way to get these codes updated for the Fit-Girl Repack Site version of the game that has all the DLC?

Just curious as I have the same issue where several of the scripts do not work because of various nop# at certain lines causing the issue. I would fix them if I knew how (even just scanning).

User avatar
jonaaa
Expert Cheater
Expert Cheater
Posts: 342
Joined: Thu Apr 06, 2017 6:08 am
Reputation: 105

Re: Dragon Star Varnir [+16]

Post by jonaaa »

WarEagleUS wrote:
Sun Oct 20, 2019 3:06 pm
Is there a way to get these codes updated for the Fit-Girl Repack Site version of the game that has all the DLC?

Just curious as I have the same issue where several of the scripts do not work because of various nop# at certain lines causing the issue. I would fix them if I knew how (even just scanning).
I'm using the version of FitGirl, the scripts are working fine here.

WarEagleUS
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Oct 20, 2019 3:04 pm
Reputation: 0

Re: Dragon Star Varnir [+16]

Post by WarEagleUS »

Hmm alright maybe I am missing something then. I will give it a shot later.

Thanks man.

Update: Restarted the PC and the game...Same thing.

This screenshot is what I can activate - although it is possible that which is not checked actually works as well..

Image

GreenHouse
Expert Cheater
Expert Cheater
Posts: 857
Joined: Fri Oct 12, 2018 10:25 pm
Reputation: 891

Re: Dragon Star Varnir [+16]

Post by GreenHouse »

WarEagleUS wrote:
Sun Oct 20, 2019 7:58 pm
Hmm alright maybe I am missing something then. I will give it a shot later.
To begin with, you're using Cheat Engine 6.8.3, while the last version is the 7.0. Don't be surprised if it doesn't work... :|
Get the last version, and you'll see how everything works.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Re: Dragon Star Varnir [+16]

Post by Cake-san »

Here, simple script to freeze hp and sp to max - just paste it directly into CE

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>1579</ID>
      <Description>"Freeze Hp"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{$STRICT}
{$lua}
if syntaxcheck then return end
[ENABLE]
local pointer
girlHp = createTimer()
girlHp.setInterval(500)
girlHp.OnTimer = function()
for i=0,4,1
do
pointer= readPointer('DragonStarVarnir.exe+107C8F0')
if(pointer==nil)then break end
if(readInteger(pointer+0x90A70+0x560*i+0x18) &lt;= 0 ) then break end
writeInteger(pointer+0x1D08+0xB0*i,readInteger(pointer+0x90A70+0x560*i+0x18))
end
end
[DISABLE]
girlHp.destroy()
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>1581</ID>
      <Description>"Freeze Sp"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{$STRICT}
{$lua}
if syntaxcheck then return end
[ENABLE]
local pointer
girlSp = createTimer()
girlSp.setInterval(500)
girlSp.OnTimer = function()
for i=0,4,1
do
pointer= readPointer('DragonStarVarnir.exe+107C8F0')
if(pointer==nil)then break end
if(readInteger(pointer+0x90A70+0x560*i+0x20) &lt;= 0 ) then break end
writeInteger(pointer+0x1D08+0xB0*i+10,readInteger(pointer+0x90A70+0x560*i+0x20))
end
end
[DISABLE]
girlSp.destroy()
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Since, I don't know how many playable char's hp in this game (In GreenHouse's table, there are 5 but in game code there are like 8)
So, I just put 4 means equal to 5 char because it start counting from 0. You can edit it if you want...

Divinekyuubi
Cheater
Cheater
Posts: 39
Joined: Mon May 20, 2019 7:40 am
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by Divinekyuubi »

Oh nice cheat Script Cake-san btw @NumberXero the mod doesnt have charlotta topless and Skirtless in this mod infact there is nothing change about her in this mod nor even on her Dragon Awakening form costume nothing has changed about Charlotta

Divinekyuubi
Cheater
Cheater
Posts: 39
Joined: Mon May 20, 2019 7:40 am
Reputation: 1

Re: Dragon Star Varnir [+16]

Post by Divinekyuubi »

So wait cake-san are you saying there are 8 playable characters in Dragon Star Varnir hmm refer to your "but in game code there are like 8"

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Re: Dragon Star Varnir [+16]

Post by Cake-san »

Divinekyuubi wrote:
Mon Oct 21, 2019 8:07 am
So wait cake-san are you saying there are 8 playable characters in Dragon Star Varnir hmm refer to your "but in game code there are like 8"
Maybe, my eyes are fooling me... The gameplay data structures is pretty flat (not much branches), so it might be struct for another 3 little sisters, lol. :oops: :ph34r:

Post Reply

Who is online

Users browsing this forum: admantx, Coffetti, defe, Google Adsense [Bot], headmember, Korvax, Leunsel, MadMacChad, Noire Blackheart, OfficialXona, Siuxter, skyline86, WhoAmI, ZoDDeL