Need help with munging lua scripts into a new mission.lvl

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
USAfan20
Posts: 2
Joined: Wed Feb 07, 2018 9:43 pm
Projects :: No Mod project currently.
Games I'm Playing :: Starwars Battlefront
xbox live or psn: No gamertag set

Need help with munging lua scripts into a new mission.lvl

Post by USAfan20 »

Im trying to do this for my mod.

imp={
team = IMP,
units = 32,
reinforcements = 150,
soldier = {"imp_inf_rifleman", 9, 25},
assault = {"imp_inf_rocketeer", 1, 4},
engineer = {"imp_inf_engineer", 1, 4},
sniper = {"imp_inf_sniper", 1, 4},
officer = {"imp_hero_bobafett",1, 4},
special = {"imp_hero_bobafett",1, 4},

on the lua file myg1c_con.lua

I know i use the visual munge to munge it.

I guess my question is, do i move the lua in the asset folder in the word folder (I call it COM), in the COM folder? If so where do i put it so i can munge it?

I did munge it, into the directly, and i go the directly and there isn't a mission.lvl there in the LVL PC folder. (i munged it to the location)

Can someone please help me. I'm confused on what to do.
INMR
Private Recruit
Posts: 25
Joined: Mon May 18, 2020 11:11 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set

Re: Need help with munging lua scripts into a new mission.lvl

Post by INMR »

You shouldn't need to move the LUA folder. If you are munging changes to a LUA file, check the box that says "Common" on Visual Munge.

It might help other people to help you by providing more details on what your issue is.
Post Reply