Star Valor

Upload your cheat tables here (No requests)
Post Reply
User avatar
NotAFedBoy
Expert Cheater
Expert Cheater
Posts: 78
Joined: Fri Oct 08, 2021 1:03 pm
Reputation: 7

Re: Star Valor

Post by NotAFedBoy »

any chance for a table update?

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

User avatar
Tales
Noobzor
Noobzor
Posts: 7
Joined: Sun Feb 10, 2019 8:35 pm
Reputation: 0

Re: Star Valor

Post by Tales »

+1 UP

TTK_86
Novice Cheater
Novice Cheater
Posts: 20
Joined: Mon Apr 10, 2017 5:57 am
Reputation: 15

Re: Star Valor

Post by TTK_86 »

Hi!
Here's assembly-CSharp.dll edit for 1.4.1 version of the game. Replace the original file in "SteamLibrary\steamapps\common\Star Valor\Star Valor_Data\Managed" and that's it =)

- Energy managment increase and bonuses [can set all to 200% and still generate positive energy ,but it will ie. raise weapon heat gen very high] (experimental, report bugs if any)
- Equipment space x2
- Cargospace x4
- Weapon heat gen /2 (affects enemy ships as well)

I haven't tested this much, so i advise you to backup your saves just to be sure. I am in no way responsible if this breaks the game.

Password for .rar is
cheat

Edit: Ofcourse there was minor update, so here's the version for 1.4.1a

edit2: more modifications!
- Much faster warp recharge
- Spacepilot bonuses altered:
level 5: dmgBonus +25%
level10: dmgResist +10%
level15: cargoSpace +10 , 50 %
level20: weaponCooling +50
level25: globalEfficiencyBonus +25%
level30: energyControlModifier +30% (?)
level35: baseHP +200, 50%
level40: dmgBonus +25%
level45: dmgResist +10%
level50: weaponSpace +50
level55: equipmentSpace +50
Attachments
Assembly-CSharp1.4.1av2.rar
(418.94 KiB) Downloaded 158 times
Assembly-CSharp1.4.1a.rar
(418.55 KiB) Downloaded 83 times
Assembly-CSharp.rar
(417.39 KiB) Downloaded 91 times
Last edited by TTK_86 on Wed Apr 20, 2022 2:08 pm, edited 1 time in total.

User avatar
NotAFedBoy
Expert Cheater
Expert Cheater
Posts: 78
Joined: Fri Oct 08, 2021 1:03 pm
Reputation: 7

Re: Star Valor

Post by NotAFedBoy »

TTK_86 wrote:
Sun Apr 17, 2022 6:15 pm
Hi!
Here's assembly-CSharp.dll edit for 1.4.1 version of the game. Replace the original file in "SteamLibrary\steamapps\common\Star Valor\Star Valor_Data\Managed" and that's it =)

-energy managment increase and bonuses [can set all to 200% and still generate positive energy ,but it will ie. raise weapon heat gen very high] (experimental, report bugs if any)
-equipment space x2
-cargospace x4
-weapon heat gen /2 (may affect enemy ships as well)

I haven't tested this much, so i advise you to backup your saves just to be sure. I am in no way responsible if this breaks the game.

Password for .rar is
cheat

Edit: Ofcourse there was minor update, so here's the version for 1.4.1a
You're a KING/QUEEN i love these DLL edits im interested in how to do this sort of thing is it fairly difficult to do, i'd like to learn so i don't have to post +1's all the time and possibly contribute!

TTK_86
Novice Cheater
Novice Cheater
Posts: 20
Joined: Mon Apr 10, 2017 5:57 am
Reputation: 15

Re: Star Valor

Post by TTK_86 »

Thank you!

Well, i think it depends on the game if it's difficult or not. In this game it's not so hard. I have no coding experience, so it's basically a trial and error process for me :D

You just need to download DNSPY and start to discover things inside assembly-CSharp.dll ;) Edits i've made are in PChar, Energymanagement, Shipstats and Spaceship. You can find some info on page 4 in this thread, but the weaponspace increase in that tutorial no longer works. If you can edit the method or the class, then it's easy, but if that's not possible, then you need to edit IL instructions and that is a whole another story (beyond my skills mostly)

User avatar
NotAFedBoy
Expert Cheater
Expert Cheater
Posts: 78
Joined: Fri Oct 08, 2021 1:03 pm
Reputation: 7

Re: Star Valor

Post by NotAFedBoy »

TTK_86 wrote:
Tue Apr 19, 2022 3:11 pm
Thank you!

Well, i think it depends on the game if it's difficult or not. In this game it's not so hard. I have no coding experience, so it's basically a trial and error process for me :D

You just need to download DNSPY and start to discover things inside assembly-CSharp.dll ;) Edits i've made are in PChar, Energymanagement, Shipstats and Spaceship. You can find some info on page 4 in this thread, but the weaponspace increase in that tutorial no longer works. If you can edit the method or the class, then it's easy, but if that's not possible, then you need to edit IL instructions and that is a whole another story (beyond my skills mostly)
Holy Fuck I did it i managed to increase the weapon space
i edited method on this line

this.shipData.weaponSpace = (float)shipModel.data.weaponSpace * 4f;

all i did was add * (4f)
and compiled then tested and for my current ship (Hephaestus) i went from 45 WS to 105 WS!!!!

TTK_86
Novice Cheater
Novice Cheater
Posts: 20
Joined: Mon Apr 10, 2017 5:57 am
Reputation: 15

Re: Star Valor

Post by TTK_86 »

That's great! And weird too, because if i try edit the method, i get a bunch of compile errors :D

What version of dnspy are you using?

User avatar
NotAFedBoy
Expert Cheater
Expert Cheater
Posts: 78
Joined: Fri Oct 08, 2021 1:03 pm
Reputation: 7

Re: Star Valor

Post by NotAFedBoy »

TTK_86 wrote:
Wed Apr 20, 2022 4:36 pm
That's great! And weird too, because if i try edit the method, i get a bunch of compile errors :D

What version of dnspy are you using?
im using the (6.1.8 64bit, .Net)

also i should have mentioned im viewing everything in C#
the image is basically where i edited weapon space, equipment space and cargo

[Link]


TTK_86
Novice Cheater
Novice Cheater
Posts: 20
Joined: Mon Apr 10, 2017 5:57 am
Reputation: 15

Re: Star Valor

Post by TTK_86 »

Then it's even weirder, because i'm using ver. 6.1.9 :D Congratulations on your first edits, let the journey begin =)

User avatar
Empress_Ravenna
Expert Cheater
Expert Cheater
Posts: 380
Joined: Mon Oct 09, 2017 11:42 pm
Reputation: 51

Re: Star Valor

Post by Empress_Ravenna »

update?

TTK_86
Novice Cheater
Novice Cheater
Posts: 20
Joined: Mon Apr 10, 2017 5:57 am
Reputation: 15

Re: Star Valor

Post by TTK_86 »

It is already at the recent version 1.4.1a, check a few posts up :D

User avatar
Empress_Ravenna
Expert Cheater
Expert Cheater
Posts: 380
Joined: Mon Oct 09, 2017 11:42 pm
Reputation: 51

Re: Star Valor

Post by Empress_Ravenna »

TTK_86 wrote:
Sat Apr 23, 2022 6:05 am
It is already at the recent version 1.4.1a, check a few posts up :D
just the dll that doesnt have much Info, no Cheat table itself

TTK_86
Novice Cheater
Novice Cheater
Posts: 20
Joined: Mon Apr 10, 2017 5:57 am
Reputation: 15

Re: Star Valor

Post by TTK_86 »

What info is missing?

User avatar
Empress_Ravenna
Expert Cheater
Expert Cheater
Posts: 380
Joined: Mon Oct 09, 2017 11:42 pm
Reputation: 51

Re: Star Valor

Post by Empress_Ravenna »

nvm just Craft your own Weapons >;D

ElMorte
Noobzor
Noobzor
Posts: 5
Joined: Sat Nov 13, 2021 12:54 pm
Reputation: 0

Re: Star Valor

Post by ElMorte »

Update please :D

Post Reply

Who is online

Users browsing this forum: admantx, AhrefsBot, Axeen, Behop, bigbri, bluemoon27112, DEMONGAZER, DotBot, DvLc, elmo160, frogger1357, Fxoyian, Google Adsense [Bot], guerre_1121, jonaaa, Nokutiki, Raijinken, SemrushBot, Skyross_VII, Xforcen, YandexBot