Arma 3
A3 - Antistasi Altis
How to cheat HR and money?
Before anyone starts telling me to just play the game, read the post!

So me and my friend were playing antistasi untill the new update wiped out our saves (no persistsnt save).

We don't want to conpletely start over so I was wondering if somebody could provide me with a line of code to add HR/Money so i can execute that through the server debug?
< >
16-24 van 24 reacties weergegeven
Origineel geplaatst door Rainbow Vietcong:
Origineel geplaatst door daradal:
Press in-game Escape and type:
server setVariable [ "hr", 1000, true ]; (Human resources = 1000)
server setVariable [ "resourcesFIA", 100000, true ]; (This changes the money)
server setVariable [ "prestigeNATO", 100, true ]; (Increase NATO Support when it gets low)
server setVariable [ "prestigeCSAT", 5, true ]; (lower the CSAT Support to 5)
into the debug console and local exec it. No need to change files, you can do it in game.
Where do you find all those Commands?
I figured them out. Not sure if they are available anywhere.
The "command" here is setVariable [community.bistudio.com].

Syntax:

varspace setVariable [name, value, public]

Parameters:
varspace: missionNamespace, Object or Group - variable space in which variable can be set
(Set to Server here so your changes affect all players)

[name, value, public]: Array
name: String - variable name
value: Anything - variable value (if public is true, check publicVariable for what types are supported for broadcast)
public: Boolean, Number or Array of Numbers
Boolean - when true, the variable broadcast is global and persistent Effects of this scripting command are broadcasted over the network and happen on every computer in the network
Number - the variable is set only on the client of given owner (clientOwner) id, or if id is negative, the variable is set on every client except the given one
Array of Numbers - array of owner (clientOwner) IDs

The variable names can be found in the mission files if you unpack them as described earlier in the thread.

Origineel geplaatst door UltimateAntic:
Before anyone starts telling me to just play the game, read the post!

So me and my friend were playing antistasi untill the new update wiped out our saves (no persistsnt save).

We don't want to conpletely start over so I was wondering if somebody could provide me with a line of code to add HR/Money so i can execute that through the server debug?

Real late to respond, but incase anyone else stumbles across this post, to anyone wanting to know how to give you Personal Money and not just company money is:

player setVariable ["dinero",10000,true];

I dug around in the functions as the server admin and found this. Some editing is difficult because the mod creators aren't primary english speakers. That said I did test this and it does work. You may have to buy something with personal cash for the amount to update (I bought an off road to see it). Recently lost my hard drive and had to start a multi week campaign over and I only play with one other person so I know there are people who need the boost to have fun.
@snipo117 where do i write that?
Origineel geplaatst door Nuclear Ape:
@snipo117 where do i write that?
You're going to want to put that in the Debug Console, in the pause menu. You need to be logged on as admin if it's for a Multiplayer Server.
Origineel geplaatst door Sifter:
Origineel geplaatst door Nuclear Ape:
@snipo117 where do i write that?
You're going to want to put that in the Debug Console, in the pause menu. You need to be logged on as admin if it's for a Multiplayer Server.
how do we put it in i have just tried copy and paste but nothing
Origineel geplaatst door <{Easy}> John Bones:
Origineel geplaatst door Sifter:
You're going to want to put that in the Debug Console, in the pause menu. You need to be logged on as admin if it's for a Multiplayer Server.
how do we put it in i have just tried copy and paste but nothing
You shouldn't have any problem Copy & Pasting the command into the Execute box. Just tried it myself and I was able to C&P into the Debug Console. Did you make sure that input was active for the Execute box?

Also, unrelated but I forgot to say a while ago that you use the Local Exec button after entering the command into the Execute box, Server & Global are most of the time, unnecessary aside from changing weather/time/anything that should affect the server as a whole. Just something to add to clear any possible confusion for anyone.
doesnt work, i have tried everything
Origineel geplaatst door LCDC:
doesnt work, i have tried everything
You need to purchase something or hire HR so the game updates these values.
< >
16-24 van 24 reacties weergegeven
Per pagina: 1530 50