Need help with munging lua scripts into a new mission.lvl
Posted: Mon May 11, 2020 12:19 pm
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.
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.