I came up with something that works. (kinda. for some people)
Now this works every single time without fail for me, and also for one of my friends.
admittedly we both have pretty high spec machines. overclocked i7s, SSDs etc...
and our dedicated server machine is also quite decent. 4/8HT core e3-xeon, 16gb ram, SSD etc.
even with all our different scripts, wai, dzms and 40 players our server fps stays above 5.
so i'm thinking it isn't server load.
but for many of our players, if they select any class that uses these arrays,
they spawn in with the default mags, backpack. plain survivor skin.
I tried this on the mrs' pc, which is my old amd hexcore from 5 years ago,
and 2/5 spawns on her pc, spawned with default mags only.
Now i'm wondering is this script taking too long to load for someone with a slower cpu? is it due to slower hdd read times?
I've put this in the mission pbo, so that way it randomises each spawn.
if i put it in server pbo it only randomises once per restart and all players get the same kit every time they spawn. which isn't how i want the script to function.
is there possibly another way i can write this that would cause it to work 100% of the time?
My theory is, that due to the config files for overwatch+epoch containing so many items, the getArray to get the mag class names is what is causing this problem.
I'm still kind of noob when it comes to scripting for arma, so i'm probably wrong.
Question
js2k6
Hi everyone,
I have been working on modifying ebay's enhanced spawn select for one of my overpoch servers.
And I was working on a randomiser for the loadouts, after much playing around and help from ebay.
http://opendayz.net/threads/release-ess-enhanced-spawn-selection.19998/
I came up with something that works. (kinda. for some people)
Now this works every single time without fail for me, and also for one of my friends.
admittedly we both have pretty high spec machines. overclocked i7s, SSDs etc...
and our dedicated server machine is also quite decent. 4/8HT core e3-xeon, 16gb ram, SSD etc.
even with all our different scripts, wai, dzms and 40 players our server fps stays above 5.
so i'm thinking it isn't server load.
but for many of our players, if they select any class that uses these arrays,
they spawn in with the default mags, backpack. plain survivor skin.
I tried this on the mrs' pc, which is my old amd hexcore from 5 years ago,
and 2/5 spawns on her pc, spawned with default mags only.
Now i'm wondering is this script taking too long to load for someone with a slower cpu? is it due to slower hdd read times?
I've put this in the mission pbo, so that way it randomises each spawn.
if i put it in server pbo it only randomises once per restart and all players get the same kit every time they spawn. which isn't how i want the script to function.
is there possibly another way i can write this that would cause it to work 100% of the time?
here is an example snippet from my variables.sqf.
My theory is, that due to the config files for overwatch+epoch containing so many items, the getArray to get the mag class names is what is causing this problem.
I'm still kind of noob when it comes to scripting for arma, so i'm probably wrong.
any help would be greatly appreciated.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now