0 of 0

File information

Last updated

Original upload

Created by

DarthNickolas

Uploaded by

DarthNickolas

Virus scan

Safe to use

Tags for this mod

9 comments

  1. didbossi63
    didbossi63
    • premium
    • 1 kudos
    hey can u spawn in campaign ?
  2. rockymontana223
    rockymontana223
    • member
    • 0 kudos
    I was wondering if you could spawn in the tac gun with this?
  3. GonzoTheSamuraiiii
    GonzoTheSamuraiiii
    • member
    • 0 kudos
    Very useful thanks a lot.
  4. Shadowgenji
    Shadowgenji
    • member
    • 0 kudos
    hi I was curious on how I could use the MOAR attachment for the alienmount weapon if anyone can help?
    Edited*
    I know how to the summon the attachment on the alienmount but it doesn't shoot the beam and the animation is buggy
    1. DarthNickolas
      DarthNickolas
      • member
      • 1 kudos
      Hi!

      Unfortunately I can't give you any advice here(
      In the remastered version not everything works that was implemented in the original. For example, Vtol or the helicopter also doesn't work correctly, since they can't be obtained in the main story
  5. willard808
    willard808
    • member
    • 0 kudos
    Hello I love the mod but how do you spawn npc like marines?
    1. DarthNickolas
      DarthNickolas
      • member
      • 1 kudos
      Hi!

      You can manually add any NPCs by creating new presets for them in SpawnEntityList.lua (read the description for more information about the file path and format). List of all available NPCs that you can find in the sandbox in "Archetype Entity".

      For example, a simple category with enemy soldiers for the spawn list:
      {
              name = "Enemy NPC",
              categoryElements =
              {
                  {
                      name = "Asian heavy solder - rifle",
                      class = "Grunt",
                      archetype = "Asian_new.Camper\\Camp.Heavy_Rifle",
                      zOffset = 0.5
                  },
                  {
                      name = "Asian light solder - rifle & law",
                      class = "Grunt",
                      archetype = "Asian_new.Camper\\Camp.Light_Rifle_LAW",
                      zOffset = 0.5
                  },
                  {
                      name = "Asian light solder - shootgun",
                      class = "Grunt",
                      archetype = "Asian_new.Camper\\Camp.Light_Shootgun",
                      zOffset = 0.5
                  },
              }
          },

          
  6. Lulhuk
    Lulhuk
    • member
    • 0 kudos
    Really great mod, it's a good alternative to the map editor, keep it up
    1. DarthNickolas
      DarthNickolas
      • member
      • 1 kudos
      Thank you, I'm glad I could bring some fun in game 😄