Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I have following mods installed:
- C-UAE Cross-Mod Universal Armament Expansion
- Revised Tactical Gear II
- Tons of Components
- Tons of Guns
- Masters of War
- Revised Magazines for Masters of War
```
function OnMsg.RevisedMagPropsAddedToFirearms()
REV_SetupWeapon(AK74, "?AK545", "zzAK74Magazine", "MagNormal", { "MagLarge", "MagNormal" })
REV_SetupWeapon(AKSU, "?AK545", "zzAK74Magazine", "MagNormal", { "MagLarge", "MagNormal" })
REV_SetupWeapon(RPK74, "?AK762", "zzAK47MagazineMagLarge", "MagLarge", { "MagLarge", "MagLarger", "MagNormal" })
REV_SetupWeapon(DragunovSVD, "?SVD", "zzSVDMagazine", "MagNormal", { "MagNormal" })
REV_SetupWeapon(DesertEagle, "?DesertEagle", "zzDesertEagleMagazine", "MagNormal", { "MagLarge", "MagNormal" })
end
```
I will try and contact Rato and see if he will make the tiny change needed. I think he probably just forgot to add it anyhow.
p.s Thank you for your great work. Love it :-)
I have plans to play RevMags+Zulib and play to make them work together but dont onow how much time it will take.
I think last update was to improve compatibility with Rato and the change log is wrong there.
As I described, I needed to add in calibres to Rato Mow compatability patch weapons.LUA script.
(you have done this for ToG compatabiity patch already). Maybe you could add this ?.
I also had to edit the magazine calibres where necessary.
The AK74 family magazines are in this mod already, Not sure about the Druganov or Desert Eagle as they come from the original, will check those, I may have just edited those in RM II but know a work around.)
RATO would need a seperate version. I can do that if you would like ? but await your new update etc.
Also the actual magazine calibres are different with Rato as you know, so the above won't work unless you do a bit of editing of this mod (just the relevant magazine calibres. Rato does not have 45ACP by default (should move it from the ToG compatability patch into Rato's main mod perhaps ?.)
Zulib has developed quite a complicated calibre switching system that generates a universal DB table. I also needed to edit the Weapons script in Rato's compatability patch for MoW .
e.g:- add MoW_Pistol_M1911A1.Caliber = "45ACP"
Then it works with Switch vanilla Caliber OFF and Don't change Calibres OFF (Zulib effects all calibre code it seems , even that from other mods even thoughRato's patch turns Zulib off ....ish)....
Its a convaluted can of worms at the moment isn't it !. Too complicated for me to put up for others I think.
I have a question, did you did anything to vanilla Magazines in related to by Zulib's Switch Vanilla Caliber?
If you have Switch Vanilla Caliber ON then those vanilla magazines from Mags II won't work with those vanilla weapons: AK74, AKSU, RPK74, DragunovSVD,DesertEagle