We have a Steam curator now. You should be following it. https://store.steampowered.com/curator/44994899-RPGHQ/

Super Credits Cheat Arrows (APRIL 29 UPDATE) 9.0 β€” Helldivers 2

Looking for the download?
This mod's files are on ModHQ.
Go to mod page
Share things you've made or found for games here.

Moderator: Mod Janitor

Ignore Topic
User avatar
BickDig
Posts: 1
Joined: Jan 5, '26

Geolocation

Post by BickDig »

It's working but its flickering for me kinda hard to see. And I've changed the lod multiplier but it doesn't seems to work
User avatar
FinallyTHere_1
Posts: 1
Joined: Jan 17, '26

Geolocation

Post by FinallyTHere_1 »

Still working for 17.01.26?
User avatar
Unborne
Posts: 9
Joined: Jan 12, '26

Geolocation

Post by Unborne »

orinEsque wrote: ↑ December 18th, 2024, 05:01
Can i mod the ******* out?
Image
The ironic part is you took more time reading that shit than i did writing it. I put 0 thought into that post. To put it in the words of Matt Walsh "Am I racist?" the answer is most certainly: maybe. Discord stoneaxewarrior
User avatar
orinEsque
Posts: 4939
Joined: Oct 9, '23
Location: Dubai
Gender: Potato

Geolocation

Post by orinEsque »

There's a ****** amongst us, get the ropes!
Victors clap when others succeed; Losers feel every spotlight as a personal bleed.
User avatar
Unborne
Posts: 9
Joined: Jan 12, '26

Geolocation

Post by Unborne »

orinEsque wrote: ↑ January 18th, 2026, 13:31
There's a ****** amongst us, get the ropes!
**** off
The ironic part is you took more time reading that shit than i did writing it. I put 0 thought into that post. To put it in the words of Matt Walsh "Am I racist?" the answer is most certainly: maybe. Discord stoneaxewarrior
User avatar
loregamer
Site Moderator
Posts: 5110
Joined: Dec 3, '23

Geolocation

Post by loregamer »

Still works
Jingle Jangle Jingle
User avatar
Xiseg
Posts: 3
Joined: Jan 31, '26

Geolocation

Post by Xiseg »

Are there settings other than lod_selection_multiplier that I should be aware of or has Arrowhead deliberately made Super Credits and Medals only appear when you are close? I even tried puting lod_selection_multiplier at 20. But only samples and some medals are highlighted by the arrows in the far distance.
User avatar
Oyster Sauce
Site Moderator
Posts: 11405
Joined: Jun 2, '23

Geolocation

Adventurer's Guild

Post by Oyster Sauce »

Xiseg wrote: ↑ January 31st, 2026, 16:46
Are there settings other than lod_selection_multiplier that I should be aware of or has Arrowhead deliberately made Super Credits and Medals only appear when you are close? I even tried puting lod_selection_multiplier at 20. But only samples and some medals are highlighted by the arrows in the far distance.
It's just janky
User avatar
DrSneed
Posts: 784
Joined: Jan 1, '25

Geolocation

Post by DrSneed »

Oyster is just lying so people will stop bugging him to fix it
Keep pinging him and posting in this thread
User avatar
Xiseg
Posts: 3
Joined: Jan 31, '26

Geolocation

Post by Xiseg »

Well it's certainly very annoying not to be able to see where they are across the map but at least I know which pois to ignore.
User avatar
loregamer
Site Moderator
Posts: 5110
Joined: Dec 3, '23

Geolocation

Post by loregamer »

What we really need is to investigate if we can edit visibility using my HD2SDK fork. Some units render regardless of distance, so maybe we can data mine and figure out how to change their visibility. If it's a game engine limitation, then probably not. But who knows

Will put it on my list
Jingle Jangle Jingle
User avatar
rusty_shackleford
Site Admin
Posts: 45807
Joined: Feb 2, '23
Gender: Watermelon

Geolocation

Adventurer's Guild

Post by rusty_shackleford »

have you considered not cheating?
Thank you for your attention to this matter!
Steam friend code: 40552640 https://steamcommunity.com/friends/add | email: [email protected]
Having trouble running an old Windows game?
Rusty's Stuff Collection
User avatar
Oyster Sauce
Site Moderator
Posts: 11405
Joined: Jun 2, '23

Geolocation

Adventurer's Guild

Post by Oyster Sauce »

rusty_shackleford wrote: ↑ January 31st, 2026, 18:23
have you considered not cheating?
Send me Steam gift cards
User avatar
DrSneed
Posts: 784
Joined: Jan 1, '25

Geolocation

Post by DrSneed »

Oyster Sauce wrote: ↑ January 31st, 2026, 18:32
rusty_shackleford wrote: ↑ January 31st, 2026, 18:23
have you considered not cheating?
Send me Steam gift cards
This but send them to me instead
User avatar
Xiseg
Posts: 3
Joined: Jan 31, '26

Geolocation

Post by Xiseg »

loregamer wrote: ↑ January 31st, 2026, 18:17
What we really need is to investigate if we can edit visibility using my HD2SDK fork. Some units render regardless of distance, so maybe we can data mine and figure out how to change their visibility. If it's a game engine limitation, then probably not. But who knows

Will put it on my list
The extraction beacon's light beam seems to be the convenient choice.

Instead of having a big arrow model that bugs the **** out, use the beam of light that is whitelisted in the game's aggressive LOD/culling system. Bonus points if we can change it's color according to the collectible.
User avatar
loregamer
Site Moderator
Posts: 5110
Joined: Dec 3, '23

Geolocation

Post by loregamer »

Turns out there are a few different properties in units that we could potentially modify:
Image
  • LOD Min
  • LOD Max
  • BBox Vol
  • unk1
  • unk3
  • unk4
What to set as the values, I'm not sure. Here's a file of all units with the values logged (sorted by LOD Min):
πŸ“₯ LODs.txt



Requires some testing and playing around with, but my guess is that we CAN make those arrows visible always and not have culling issues. If we could identify a unit that is one of those "always visible" ones and check their values, we just need to replicate it on the arrow meshes.

I'll play around with it at some point, but here's an early version of my HD2SDK fork with the ability to edit these values incase anyone wants to do it first (You can either edit the values manually by selecting it and using the new Unit Editor dropdown, or you can test right clicking on the units and click Always Visible):

πŸ“₯ HD2SDK-RacistEdition-v2.3-b1.zip

Image Image
Last edited by loregamer on February 1st, 2026, 06:50, edited 1 time in total.
Jingle Jangle Jingle
User avatar
loregamer
Site Moderator
Posts: 5110
Joined: Dec 3, '23

Geolocation

Post by loregamer »

I asked Gemini 3 Flash to read the whole file and report if my "Always Visible" button implementation is correct and it said yes, so I guess that's good
Image

Can't be arsed to test it right now
Jingle Jangle Jingle
User avatar
BigBad
Posts: 3
Joined: Feb 2, '26

Geolocation

Post by BigBad »

Hey, is that possible, that after I added the mod if I pick up SCs it doesn't added to my valet?
User avatar
Oyster Sauce
Site Moderator
Posts: 11405
Joined: Jun 2, '23

Geolocation

Adventurer's Guild

Post by Oyster Sauce »

BigBad wrote: ↑ February 2nd, 2026, 14:15
Hey, is that possible, that after I added the mod if I pick up SCs it doesn't added to my valet?
You can't restart the same mission anymore
User avatar
BigBad
Posts: 3
Joined: Feb 2, '26

Geolocation

Post by BigBad »

Oyster Sauce wrote: ↑ February 2nd, 2026, 14:17
BigBad wrote: ↑ February 2nd, 2026, 14:15
Hey, is that possible, that after I added the mod if I pick up SCs it doesn't added to my valet?
You can't restart the same mission anymore
Thy for the fast response, but:
I am not restarting the same mission. I am dropping in, picking up blues, and it is not registered in my wallet. I checked it before and after picking. Can it be some kind of game defence mechanism? I farmed like 500 just before I added the mod without problem.
User avatar
Oyster Sauce
Site Moderator
Posts: 11405
Joined: Jun 2, '23

Geolocation

Adventurer's Guild

Post by Oyster Sauce »

BigBad wrote: ↑ February 2nd, 2026, 15:15
Oyster Sauce wrote: ↑ February 2nd, 2026, 14:17
BigBad wrote: ↑ February 2nd, 2026, 14:15
Hey, is that possible, that after I added the mod if I pick up SCs it doesn't added to my valet?
You can't restart the same mission anymore
Thy for the fast response, but:
I am not restarting the same mission. I am dropping in, picking up blues, and it is not registered in my wallet. I checked it before and after picking. Can it be some kind of game defence mechanism? I farmed like 500 just before I added the mod without problem.
It gets delayed sometimes but you'll still get them so long as you're not resetting the same map.
User avatar
KillerQueen479
Posts: 5
Joined: Feb 2, '26

Geolocation

Post by KillerQueen479 »

loregamer wrote: ↑ February 1st, 2026, 06:36
I asked Gemini 3 Flash to read the whole file and report if my "Always Visible" button implementation is correct and it said yes, so I guess that's good
Image

Can't be arsed to test it right now
Wanted to try this out but realized im ******* useless when it comes to that **** so ill just have to wait lmao
User avatar
stonedemon11
Posts: 5
Joined: May 29, '25

Geolocation

Post by stonedemon11 »

new update came. Mod is broken again.
User avatar
BlackthornDragon
Posts: 1
Joined: Jan 28, '26

Geolocation

Post by BlackthornDragon »

mod is broken after new update, please fix it.
User avatar
Coolmen4302
Posts: 26
Joined: Dec 13, '25

Geolocation

Post by Coolmen4302 »

Mod seems to cause the game to crash on bootup?
User avatar
Ragcraftis
Posts: 3
Joined: Feb 3, '26

Geolocation

Post by Ragcraftis »

mod broke with the new update.
made my game crash

unexpected error while loading game files. check for any data that may have been modified or corrupted from the initial install (error code:0x44415441)

note: i like this mod, so much i f#cking made a acount on a website i never knew(pls fix)
User avatar
leoleahy
Posts: 34
Joined: Jul 15, '25

Geolocation

Post by leoleahy »

I know nothing about modding, even though I did get some BASIC coding done in college. I wonder why we had such a long streak of updates that didn't affect the mod at all, and then this one update that doesn't seem different from the previous ones comes and breaks everything. What a pain. I'm just thankful that the modders are active here. Hopefully they'll be able to figure this out :)
User avatar
Adacho1331
Posts: 6
Joined: Jul 15, '25

Geolocation

Post by Adacho1331 »

Hey guys, guess what.
User avatar
Childfarmer69
Posts: 4
Joined: May 14, '25

Geolocation

Post by Childfarmer69 »

Every Update I return
User avatar
Ragcraftis
Posts: 3
Joined: Feb 3, '26

Geolocation

Post by Ragcraftis »

any progress oyster?