ItsMods

Full Version: MW3 Server Addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
(08-21-2012, 07:11)zxz0O0 Wrote: [ -> ]@Kasperle I don't understand what you mean.

@kraze1994 I limited OldRotationVal to 512 letters, basically now it just reads like that:
Code:
OldRotationVal=playlist Erosion map mp_terminal_cls playlist Erosion map mp_courtyard_ss playlist lockdown map mp_alpha playlist Bootleg map mp_bootleg playlist Aground map mp_aground_ss playlist Interchange map mp_interchange playlist mission map mp_bravo playlist carbon map mp_carbon playlist seatown map mp_seatown playlist Downturn map mp_exchange playlist hardhat map mp_hardhat playlist Bakaara map mp_mogadishu playlist fallen map mp_lambeth playlist resistance map mp_paris playlist Arkaden map mp_plaza2 playlist out
that's why the rotation stops there. I did not think that someone uses a bigger value Tongue but I will increase it in the next update.

Ummm, after the "=" there are only 511 chars Wink http://charcount.com/
Yes, he was just posting how the rotation script is reading it. Look at the end, part of the map is cut off;

playlist Arkaden map mp_plaza2 playlist out

it should be like this;

playlist Arkaden map mp_plaza2 playlist outpost map mp_radar
(08-21-2012, 07:11)zxz0O0 Wrote: [ -> ]@Kasperle I don't understand what you mean.

@kraze1994 I limited OldRotationVal to 512 letters, basically now it just reads like that:

Somebody said, that he test it on the "latest" version. So is the latest Version for the new Update of MW3 ? Smile
i have mine set as below with no issues.

addon .Version 1.413
mw3 version 1.9.441

OldRotationVal=playlist village map mp_village playlist dome map mp_dome playlist underground map mp_underground playlist hardhat map mp_hardhat playlist mission map mp_bravo playlist outpost map mp_radar playlist fallen map mp_lambeth playlist seatown map mp_terminal_cls playlist carbon map mp_carbon playlist resistance map mp_paris playlist seatown map mp_seatown playlist lockdown map mp_alpha playlist bootleg map mp_bootleg playlist interchange map mp_interchange
(08-21-2012, 09:12)kraze1994 Wrote: [ -> ]Yes, he was just posting how the rotation script is reading it. Look at the end, part of the map is cut off;

playlist Arkaden map mp_plaza2 playlist out

it should be like this;

playlist Arkaden map mp_plaza2 playlist outpost map mp_radar

Woops. My bad.

(08-21-2012, 15:13)hillbilly Wrote: [ -> ]i have mine set as below with no issues.

addon .Version 1.413
mw3 version 1.9.441

OldRotationVal=playlist village map mp_village playlist dome map mp_dome playlist underground map mp_underground playlist hardhat map mp_hardhat playlist mission map mp_bravo playlist outpost map mp_radar playlist fallen map mp_lambeth playlist seatown map mp_terminal_cls playlist carbon map mp_carbon playlist resistance map mp_paris playlist seatown map mp_seatown playlist lockdown map mp_alpha playlist bootleg map mp_bootleg playlist interchange map mp_interchange

because your rotation is not 512+ characters long.
Just to confirm, setting this value to 1 overrides the character limit, correct?

//Disable map rotation threshold (set to 0)
RotationThreshold=1
No, it disables the threshold of map rotation (5maps/240seconds or something). While testing new addon stuff it always annoyed me so I thought I add it, not sure if it's useful for anyone else.
i've never used that feature, but thx for it Wink
disabling map rotation threshold is very useful for the new god plugin 4.0 . thanks zxz.
When will the new update be released? I have two projects which i can't finish without the new changes Undecided
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20