Page 1 of 1

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

Posted: Mon May 11, 2020 12:19 pm
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.

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

Posted: Wed May 20, 2020 4:24 pm
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.