Warhammer 40,000: Space Marine 2 Trainer
Re: Warhammer 40,000: Space Marine 2 Trainer
isnt there a way to hack xp and stuff thats all i want and then put back the normal exe
-
- What is cheating?
- Posts: 1
- Joined: Mon Nov 11, 2024 11:14 am
- Reputation: 0
Re: Warhammer 40,000: Space Marine 2 Trainer
Hi, sorry, but something goes wrong at about step 4. I only get one value. Did the value structures change?p1tbull wrote: ↑Mon Sep 09, 2024 4:45 pmI’m going to tell you how I did it, considering that you have EAC disabled when launching the game. You reach the barge and access the armory terminal. Now imagine that you have 200 requisition coins and follow these steps:Woxjee wrote: ↑Mon Sep 09, 2024 3:23 pmAny chance we could get that video for dummies?dysgraced wrote: ↑Mon Sep 09, 2024 3:00 am
I am getting offline for the night, but I will make a video tomorrow and show how it's done with CE. There is also a way to edit values for weapon mastery points (weapon perks) as well as the actual weapon XP. It's all fairly simple once you find the right addresses.
I am following this step by step, using chatgpt for hexadecimal calculator.
1. Find currency (multiply by 8, add 1)
2. Spend currency, repeat step 1.
3. Bring addresses down again. Add +8 to the first one, -16 for the second one.
Doesn't seem to be working for me.
1. Open CheatEngine and attach the Space Marine II process.
2. 200x8+1 = 1601, search for this in CH. You will get a very long list with those values.
3. Go and buy a decal of any Astartes chapter, meaning spend requisition, let's say it cost you 30 coins.
4. 170x8+1 = 1361, next search, you should get two addresses. Bring both down with the red arrow.
5. Rename them to make it easier to find; name the first one Coin A, and the one below Coin B. Now we are going to look for the Purple Data. Copy Coin A and paste it below, a pop-up window will appear. At the top, in offset, add +10. Automatically (assuming you have 0) it will show 1, because it is 0+1. Do the same with Coin B, copy and paste, and in offset put -30. It will automatically show 1 just like the previous one.
6. Now remember, don't be greedy, change the value to, for example, 81, so that it give you 10 of the purple one. To see the effect, buy any shoulder decal from the Space Marines and go back to the armory, and you will see that the amount is populated.
I hope I explained it well, hehe.
Re: Warhammer 40,000: Space Marine 2 Trainer
Yes it did, you only need the negative value, at least i did.
Re: Warhammer 40,000: Space Marine 2 Trainer
I have WinZip Pro and I open .pak with it but I do not see any option to replace a file inside pak? Can you be more specific where is it? I right click on firearm_library_pve but there is no "replace" option.doobiedoo wrote: ↑Sat Oct 19, 2024 6:37 pm
8, after editing the files and storing them locally, replace them within your default_other.001 file using WinZip. note that when replacing the files, in the lower left there's a dropdown noting the Compression type; choose "Store". if the files are compressed i dont think the new PAK file will work
Re: Warhammer 40,000: Space Marine 2 Trainer
my impression is that the additive set are some kind of cache that you don't need to actually modify.
the only search you need is...
GROUP SEARCH SYNTAX - 4:gold w:20 4:purple w:20 4:green w:20 4:coin
...where again, the searched-for values are <(base_value * 8) + 1>
the only search you need is...
GROUP SEARCH SYNTAX - 4:gold w:20 4:purple w:20 4:green w:20 4:coin
...where again, the searched-for values are <(base_value * 8) + 1>
Re: Warhammer 40,000: Space Marine 2 Trainer
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.
I fuck up edit default_other.pak and it reset the chainsaw with no mastery point and no way to get more point.
Re: Warhammer 40,000: Space Marine 2 Trainer
Which setting works for heavy bolter since I assume that one is irrelevant for it:
isInfiniteAmmo = True or isInfiniteClip = True ?
I assume for normal weapons Clip = rounds in magazine, Ammo = reserve.
isInfiniteAmmo = True or isInfiniteClip = True ?
I assume for normal weapons Clip = rounds in magazine, Ammo = reserve.
-
- What is cheating?
- Posts: 2
- Joined: Tue Nov 12, 2024 12:51 am
- Reputation: 0
Re: Warhammer 40,000: Space Marine 2 Trainer
Does anyone know how to change the damage for weapons? When I edit any damage multipliers nothing seems to change in game.
Re: Warhammer 40,000: Space Marine 2 Trainer
How to "unlock" all perks on weapons (so they don't "grey out" when you choose different one) and give more mastery points via .pak editing?
Re: Warhammer 40,000: Space Marine 2 Trainer
how to make multi-melta and plasma for heavy infinite ammo?
-
- What is cheating?
- Posts: 1
- Joined: Fri Nov 15, 2024 9:31 am
- Reputation: 0
Re: Warhammer 40,000: Space Marine 2 Trainer
I saw a heavy equips multi-melta as secondary weapon and perform a gun strike. Is it possible for CE to cheat in weapon slot? or modding in .pak?
Re: Warhammer 40,000: Space Marine 2 Trainer
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.
i use them both, no need to be stingy w the code.
just note that if you're talking about the Heavy's weapons, they all have "_support_" in their name: hwpn_support_heavy_bolter, not the other one.
you might have better luck with adjusting the "damage = #" values. otherwise, you need to host. at the least i know that you can give yourself infinite ammo without being host.lemmetrydatfr wrote: ↑Thu Nov 14, 2024 3:17 amDoes anyone know how to change the damage for weapons? When I edit any damage multipliers nothing seems to change in game.
add "isInfiniteClip = True" and "isInfiniteAmmo = True" after "maxAmmo = #" for the hwpn_support_plasma_incinerator and hwpn_support_heavy_meltagun. note that Heavy weapons have _support_ in their name. you might be adjusting the Tactical versions of these.
i'm pretty sure you can do this w PAK editing but i have no idea how.1292365626 wrote: ↑Fri Nov 15, 2024 9:37 amI saw a heavy equips multi-melta as secondary weapon and perform a gun strike. Is it possible for CE to cheat in weapon slot? or modding in .pak?
-
- What is cheating?
- Posts: 1
- Joined: Mon Nov 18, 2024 11:49 am
- Reputation: 0
Re: Warhammer 40,000: Space Marine 2 Trainer
if we edit pak, does it affect the whole squad or just me?
-
- Noobzor
- Posts: 5
- Joined: Mon Oct 28, 2024 10:13 am
- Reputation: 1
Re: Warhammer 40,000: Space Marine 2 Trainer
Here is the pak for for infinite ammo for anyone interested
[url][Link]
[url][Link]
-
- Noobzor
- Posts: 5
- Joined: Mon Oct 28, 2024 10:13 am
- Reputation: 1
Re: Warhammer 40,000: Space Marine 2 Trainer
No, only you got affectedpandajunior wrote: ↑Wed Nov 20, 2024 5:07 amif we edit pak, does it affect the whole squad or just me?
Who is online
Users browsing this forum: No registered users