Resouce 203, 204 doesn't work

:play_button: GAME INFORMATION

  • GAME BUILD #: Aug, 25
  • GAME PLATFORM: Steam / Microsoft Store / Xbox / PlayStation
  • OPERATING SYSTEM: Windows 11 / Windows 10 / Windows 8 / Windows 7 / Mac / Linux

:play_button: ISSUE EXPERIENCED

:backhand_index_pointing_down:
Resouce 203, 204 should be modifiable via xs scripting. But it does not work

*

:play_button: FREQUENCY OF ISSUE

* **100%** of the time / matches I play (ALWAYS)

:play_button: REPRODUCTION STEPS

Here’s the steps to reproduce the issue:

  1. Use appropriate xs script command to modify resource 203

:play_button: EXPECTED RESULT

Map should be revealed

Could you please share the appropriate game information? You can find the game’s build number at the bottom of the main menu. Please choose the right platform/OS.

Could you also share the XS script that you used and what exactly you tried?

Hi Mr. Legend,

Feel honored to reply to you.
I have tried

xsEffectAmount(0, 203, 1,2, -1);

It should make the map "All Visible:

This syntax correctly enable “Vietnamese Vision” if 203 is replaced with 209.

Thank you

Sorry for getting back to you so late. That syntax is incorrect. You need to use it like this:

void test() {
    xsEffectAmount(cModResource, 203, cAttributeSet, 2);
}

Although, the even better method is to do it like this:

for(player = 1; <= xsGetNumPlayers()) {
        xsSetPlayerAttribute(player, 203, 2);
}

I salute you. Will you be so kind to inform about ways to implement cheats like “marco”, “ polo” via xs scripts?

It still doesn’t work tho

Is this bug being tracked? It definitely doesn’t work for me either.

1 Like