Page 1 of 1

Using DLC heroes

Posted: Wed Nov 17, 2010 9:10 pm
by modmaster13
Hi I am stuck on how to use the kit fisto and asajj ventress that Teancum/Maveritchell/Pandemic made?

Link to DL: http://www.filefront.com/12886014/HeroesLVLs.zip

:?

Re: Using DLC heroes

Posted: Wed Nov 17, 2010 9:31 pm
by AQT
I suggest you learn the basics of LUA first, particularly loading .lvl files from different directories, so that you aren't constantly asking simple questions every time you're stuck.

Re: Using DLC heroes

Posted: Thu Nov 18, 2010 6:26 pm
by modmaster13
I know, but ive tried 6 times and I read fierfek's modding tutorial and I am confused. I know how to code the lua's. Your right I will try to cut down simple questions :wink:

Re: Using DLC heroes

Posted: Thu Nov 18, 2010 6:55 pm
by Fiodis
Fierfek's tutorial has an uncommon amount of errors in it.

Re: Using DLC heroes

Posted: Sun Nov 21, 2010 2:35 am
by SAMofBIA
i have not found many if any errors in what he teaches in his tutorial (besides maybe sky, but im not sure on that part). He just gives a tut for the basics of making a map, nothing more comlicated is added.

Re: Using DLC heroes

Posted: Sun Nov 21, 2010 4:30 pm
by modmaster13
In my sides folder I made a folder called rep and put kit.lvl in it.

Re: Using DLC heroes

Posted: Sun Nov 21, 2010 5:39 pm
by DarthD.U.C.K.
you should put it into the "BF2_ModTools\data_XXX\_LVL_PC\SIDE"-folder
correct me if im wrong please

Re: Using DLC heroes

Posted: Sun Nov 21, 2010 5:49 pm
by Jendo7
Those files are already munged, so all you have to do is reference them in your .lua like so:
Hidden/Spoiler:
ReadDataFile("dc:SIDE\\kit.lvl",
"rep_hero_fisto")
... and then place kit.lvl in your maps side folder after it's been munged here: addon/ABC/data/_LVL_PC/SIDE

ABC= Maps three letter name folder.