Jump to content

D1SC0RD

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

12 Good

About D1SC0RD

  • Rank
    Rookie

Profile Information

  • Gender
    Male
  • Location
    Italy

Contact Methods

  • Steam url id
    th1sc0rd
  1. Wow thanks, can't believe I actually missed something this basic. Gotta be more careful the future.
  2. D1SC0RD

    Eden Objects

    No problem, it was my pleasure.
  3. Hi everybody, I'm currently working on an addon that adds new magazines for vanilla weapons. What I am having trouble with is configuring the weapons to accept them. I'm trying to add the magazines to the magazines array without overwriting the default one for compatibility with other addons. I've taken a look into one of toadie2k's NIArms compatibility patches for CUP and he uses something like this: class Gun1_base : Rifle_Base_F { magazines[] += {"Mag1", "Mag2"}; }; I tried using the same method, but nothing seems to work. Here's something from my config: class Rifle_Base_F; class arifle_Katiba_Base_F : Rifle_Base_F { magazines[] += {"30Rnd_65x39_caseless_yellow_mag_Tracer", "30Rnd_65x39_caseless_red_mag_Tracer" }; }; Am I missing something? Might I have written something wrong? I even checked in the config viewer and the new magazines DO exist, but they don't appear in the magazines array of CfgWeapons.
  4. D1SC0RD

    Eden Objects

    Hey mate, I quickly fixed some strings of the Italian localization. Here's the stringtable: https://www.dropbox.com/s/gi3c0qjctz2ieef/Stringtable-EdenObjects.xml?dl=0
  5. D1SC0RD

    R_Unfold - Unfoldable Map

    Italian translation for your excellent mod. <?xml version="1.0" encoding="utf-8"?> <Project name="R_Unfold"> <Key ID="STR_R_Unfold_UnfoldMap"> <English>Unfold Map</English> <German>Karte ausbreiten</German> <Polish>Rozłóż mapę</Polish> <Italian>Apri mappa</Italian> </Key> <Key ID="STR_R_Unfold_PickupMap"> <English>Pickup Map</English> <German>Karte aufheben</German> <Polish>Podnieś mapę</Polish> <Italian>Raccogli mappa</Italian> </Key> <Key ID="STR_R_Unfold_OpenMap"> <English>Look At Map</English> <German>Karte anschauen</German> <Polish>Spójrz na mapę</Polish> <Italian>Guarda mappa</Italian> </Key> </Project>
×