Ok it works well
but I tried to specify the triggering property as collected mineral
But it doesnt work.. dunno why
Anyway I can do what I want with this solution
Hi guys , I hope you can help me with this problem :
I want to play with value like 1 000 000 and as I understood only integer can have this value (dunno the max but it surely over 10 000 000 (also over 9000)) instead of float vaalue wich is 53X XXX.
I want to use this value in a bank system where you can get income every 5 minutes (2% to 5%) to raise the total value I need to make a calcul like this ("bank value" * (income/100) but I need float to do this cause result of (income/100) will be under 0, also I need to convert "bank value" to float(real) to be able to make the calcul but my problem is if integer value is over float max value (53X XXX) the result will be bugged and I cant do anything ....
Maybe you have this problem too , and I need your help.
I was wondering how to modifiy the ressources trade system with Galaxy Editor.
I would like to increase the giving money value (50 by click) to give mineral faster.
But i can't find any help =(
Someone got an idea ?
0
Make a custom bank value for you only and type some texte in a private channel to get what you want.
0
Ok it works well but I tried to specify the triggering property as collected mineral But it doesnt work.. dunno why Anyway I can do what I want with this solution
Thanks again.
0
Thanks a lot I ll try it .
0
Hi dudes,
I got a problem , I want to catch the moment where an scv collect mineral and share it between 6 players .
It would be like this: Scv collect mineral Scv go back to command center Mineral is shared between 6 players
Anyone got idea ? thanks
0
int bank value = 1M
in editor :
Real Value = ((ConvertToReal(bankvalue))/10)
ConvertoReal will be equal to 500K max
also if int bank value = 123456789/10 = 12345678 so I lose a number
0
Hi guys , I hope you can help me with this problem :
I want to play with value like 1 000 000 and as I understood only integer can have this value (dunno the max but it surely over 10 000 000 (also over 9000)) instead of float vaalue wich is 53X XXX.
I want to use this value in a bank system where you can get income every 5 minutes (2% to 5%) to raise the total value I need to make a calcul like this ("bank value" * (income/100) but I need float to do this cause result of (income/100) will be under 0, also I need to convert "bank value" to float(real) to be able to make the calcul but my problem is if integer value is over float max value (53X XXX) the result will be bugged and I cant do anything ....
Maybe you have this problem too , and I need your help.
0
no one got an idea about this ?
0
Tried to look in Game UI Data but nothing =(
0
Hi,
I was wondering how to modifiy the ressources trade system with Galaxy Editor. I would like to increase the giving money value (50 by click) to give mineral faster.
But i can't find any help =( Someone got an idea ?
Thanks a lot