Warhammer 40,000: Space Marine 2 Trainer

Upload your trainers here (No requests)
milenias
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Sep 22, 2024 1:35 am
Reputation: 1

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by milenias »

doobiedoo wrote:
Sun Nov 17, 2024 2:19 pm
milenias wrote:
Wed Nov 13, 2024 5:37 pm
Is there a way to edit or get mastery point for chainsaw.
I fuck up edit default_other.pak and it reset the chainsaw with no mastery point and no way to get more point.
try finding it by using CheatEngine to look for:
GROUPSEARCH - 4:xp w:4 4:mastery
...where XP is (actual_chainsword_xp * 8 + 1), and mastery = 1 (since it'll be _actual_mastery_points * 8 + 1, and you have 0 mastery points so it's 0*8+1=1).
if you have several weapons w the same XP amount (you're getting multiple hits on the search), then reset your perks on the other weapons so that the mastery value won't be the same anymore and re-run the search.
Thank you so much, it work.

milenias
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Sep 22, 2024 1:35 am
Reputation: 1

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by milenias »

doobiedoo wrote:
Sun Nov 17, 2024 2:19 pm
milenias wrote:
Wed Nov 13, 2024 5:37 pm
Is there a way to edit or get mastery point for chainsaw.
I fuck up edit default_other.pak and it reset the chainsaw with no mastery point and no way to get more point.
try finding it by using CheatEngine to look for:
GROUPSEARCH - 4:xp w:4 4:mastery
...where XP is (actual_chainsword_xp * 8 + 1), and mastery = 1 (since it'll be _actual_mastery_points * 8 + 1, and you have 0 mastery points so it's 0*8+1=1).
if you have several weapons w the same XP amount (you're getting multiple hits on the search), then reset your perks on the other weapons so that the mastery value won't be the same anymore and re-run the search.
doobiedoo do you know how to edit volkite pistol to not lock out perk?

User avatar
doobiedoo
Expert Cheater
Expert Cheater
Posts: 179
Joined: Mon Dec 28, 2020 8:27 pm
Reputation: 121

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by doobiedoo »

milenias wrote:
Wed Nov 20, 2024 7:30 pm
doobiedoo do you know how to edit volkite pistol to not lock out perk?
if you want to take all Perks for a weapon, you need to edit...

ssl\main\user\progression\weapons_mastery\perks\weapon_perks_progression_library.sso

basically just delete every blockedByPerks = [] code block.

fun little learning exercise, those code blocks can be captured by the regex expression:
blockedByPerks(\n|.|\r)*?]

if you have Notepad++ or similar, you can find text blocks with that expression, replacing with nothing and you'll remove all weapon mastery perk blocking.

i've never done this so i'm not sure if you'd have to do more. like, there's typically a limit to the number of Mastery points you have to buy Perks and i don't think this will alter that. you can edit your Perk points for the weapon with Cheat Engine and see if you can take them with unlimited Mastery points.

lemmetrydatfr
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Nov 12, 2024 12:51 am
Reputation: 0

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by lemmetrydatfr »

I got a few things working, but the last thing I am looking for is where the timers are for cooldowns. Such as Auspex scan? Thank you!

milenias
What is cheating?
What is cheating?
Posts: 4
Joined: Sun Sep 22, 2024 1:35 am
Reputation: 1

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by milenias »

doobiedoo wrote:
Thu Nov 21, 2024 1:24 pm
milenias wrote:
Wed Nov 20, 2024 7:30 pm
doobiedoo do you know how to edit volkite pistol to not lock out perk?
if you want to take all Perks for a weapon, you need to edit...

ssl\main\user\progression\weapons_mastery\perks\weapon_perks_progression_library.sso

basically just delete every blockedByPerks = [] code block.

fun little learning exercise, those code blocks can be captured by the regex expression:
blockedByPerks(\n|.|\r)*?]

if you have Notepad++ or similar, you can find text blocks with that expression, replacing with nothing and you'll remove all weapon mastery perk blocking.

i've never done this so i'm not sure if you'd have to do more. like, there's typically a limit to the number of Mastery points you have to buy Perks and i don't think this will alter that. you can edit your Perk points for the weapon with Cheat Engine and see if you can take them with unlimited Mastery points.
It work.
Thank you so much, last time i try to copy the old file and just delete the "blockedByPerks" part, it reset entire mastery tree without anyway to get more point.

User avatar
doobiedoo
Expert Cheater
Expert Cheater
Posts: 179
Joined: Mon Dec 28, 2020 8:27 pm
Reputation: 121

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by doobiedoo »

lemmetrydatfr wrote:
Sat Nov 23, 2024 3:24 am
I got a few things working, but the last thing I am looking for is where the timers are for cooldowns. Such as Auspex scan? Thank you!
this is in ssl\abilities\ability_library.sso but i'm sure how to manipulate it such that it actually takes effect.

others have commented that only when they host does it actually work the way they want it to.

from my own experience, setting regenStartingDelay = 0 works regardless of who is host.

Thaetius
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Nov 06, 2024 8:12 am
Reputation: 0

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by Thaetius »

doobiedoo wrote:
Thu Nov 21, 2024 1:24 pm
milenias wrote:
Wed Nov 20, 2024 7:30 pm
doobiedoo do you know how to edit volkite pistol to not lock out perk?
if you want to take all Perks for a weapon, you need to edit...

ssl\main\user\progression\weapons_mastery\perks\weapon_perks_progression_library.sso

basically just delete every blockedByPerks = [] code block.

fun little learning exercise, those code blocks can be captured by the regex expression:
blockedByPerks(\n|.|\r)*?]

if you have Notepad++ or similar, you can find text blocks with that expression, replacing with nothing and you'll remove all weapon mastery perk blocking.

i've never done this so i'm not sure if you'd have to do more. like, there's typically a limit to the number of Mastery points you have to buy Perks and i don't think this will alter that. you can edit your Perk points for the weapon with Cheat Engine and see if you can take them with unlimited Mastery points.
I've done exactly as you instructed but I can't seem to get it working, and I'm getting the issue mentioned previously of all perks being empty and my mastery points being zero. How do I fix this issue and unlock everything properly?

Thaetius
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Nov 06, 2024 8:12 am
Reputation: 0

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by Thaetius »

black750 wrote:
Tue Oct 01, 2024 6:35 pm
black750 wrote:
Sun Sep 29, 2024 7:19 pm
Hey guys, new question about default_other
How to cheat mastery points? All weapons is full, can't open some point
3 days I've been trying to solve the problem
mastery count in the game - 0, and I can't buy some points, because all weapon have prestige level
maybe I can somehow reset all the progress of the weapon?
Did you happen to locate a fix for that 0 mastery points issue?

User avatar
doobiedoo
Expert Cheater
Expert Cheater
Posts: 179
Joined: Mon Dec 28, 2020 8:27 pm
Reputation: 121

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by doobiedoo »

Thaetius wrote:
Tue Nov 26, 2024 5:25 am
Did you happen to locate a fix for that 0 mastery points issue?
first part here:
viewtopic.php?p=381256#p381256

benny89
Expert Cheater
Expert Cheater
Posts: 182
Joined: Mon Sep 18, 2017 10:11 pm
Reputation: 11

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by benny89 »

Anyone found if you can make Heavy Stance on Heavy to NOT block ability to Dodge attacks?

Ron316
Noobzor
Noobzor
Posts: 9
Joined: Mon Dec 02, 2024 7:09 pm
Reputation: 1

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by Ron316 »

Can we still use cheat engine using the bypass ?

sabichuong
Novice Cheater
Novice Cheater
Posts: 15
Joined: Fri Oct 04, 2024 2:37 am
Reputation: 2

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by sabichuong »

Ron316 wrote:
Tue Dec 03, 2024 3:04 pm
Can we still use cheat engine using the bypass ?
Yes

Ikaspirit
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Oct 07, 2021 9:13 am
Reputation: 0

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by Ikaspirit »

Hello, is there still a way to edit money/XP ?
Last edited by Ikaspirit on Mon Dec 09, 2024 2:15 pm, edited 1 time in total.

Ron316
Noobzor
Noobzor
Posts: 9
Joined: Mon Dec 02, 2024 7:09 pm
Reputation: 1

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by Ron316 »

sabichuong wrote:
Wed Dec 04, 2024 3:23 am
Ron316 wrote:
Tue Dec 03, 2024 3:04 pm
Can we still use cheat engine using the bypass ?
Yes
When i use it I'm offline, doesn't that mean my changes wont be saved ?

sabichuong
Novice Cheater
Novice Cheater
Posts: 15
Joined: Fri Oct 04, 2024 2:37 am
Reputation: 2

Re: Warhammer 40,000: Space Marine 2 Trainer

Post by sabichuong »

Ron316 wrote:
Wed Dec 04, 2024 1:28 pm
sabichuong wrote:
Wed Dec 04, 2024 3:23 am
Ron316 wrote:
Tue Dec 03, 2024 3:04 pm
Can we still use cheat engine using the bypass ?
Yes
When i use it I'm offline, doesn't that mean my changes wont be saved ?
Please follow the instruction here viewtopic.php?f=23&t=32166 to get things run in online

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Romire