Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dark_Phantom

#1081
SWBF1 Modding / Locals not spawning?
February 14, 2013, 05:05:37 PM
I'm having an issue with my level... it's very odd.
    ReadDataFile("SIDE\\wok.lvl",
        "wok_inf_basic");

--  Local Stats
    SetTeamName(3, "locals")
    SetTeamIcon(3, "all_icon")
    AddUnitClass(3, "wok_inf_warrior", 3)
    AddUnitClass(3, "wok_inf_mechanic", 5)
    AddUnitClass(3, "wok_inf_rocketeer", 3)
    SetUnitCount(3, 11)
    SetTeamAsEnemy(3,ATT)
    SetTeamAsFriend(3,DEF)


This is just a small excerpt from my whole script.  When I spawn as a Friend, no Wookiees spawn.  When I spawn as the Enemy, 3 Wookiees spawn every time.  :dry:
Does the amount of reinforcements on the ally team have an impact on whether locals spawn?  Friendly has 1 reinforcement point in the match.  Its the only thing I can think of for this problem.  I'm going to see what happens when I remove the SetTeamAsFriend and create separate cps for them.
#1082
I will join as it has been a while since I have played and I feel I am ready to start again.
Be prepared to... win. Or lose if for some reason I regain all skill I once held :) 
8)
#1083
I'm willing to help with this project.  I have experience in .lua scripting and other mods for Battlefront 1 (have helped with reconstruction process) and have played it for a long time, as well as Battlefront 2 (which I do play, just never online).  I even already started making .lua scripts to integrate once I get the time to try to make a good imitation of the BF2 sides.
Notice the word "imitation".  Somebody could probably make actual sides if they wanted to. :)
:cheers:
#1084
Quote from: Buckler on February 04, 2013, 06:45:32 PM
Maybe you can put an invisible jedi AI attached to each wall!

LoL!  If only that would work that easily
#1085
SWBF1 Modding / Re: Best core builder?
February 10, 2013, 10:16:29 AM
Bamdurs v. 1.31.  Read the directions closely, most of the game is localized then.
#1086
Requests / Re: Help: Weapon odfs
February 01, 2013, 07:26:00 AM
"NextCharge = 2.20"
Maybe refresh my memory, but shouldn't it only go to 1.0?  I forgot to check my bowcaster again...
#1087
Requests / Re: Help: Weapon odfs
January 31, 2013, 03:41:33 PM
I think if you look at the Wookiee bowcaster it mentions how many shots to fire when it's at a certain charge level (like 0.50, 0.75, if I remember right).  Maybe if you copy those and change the shots to 0 then it won't fire.
Also, maybe just putting one at 0.00 and then making the shot count 0 will do it.
Sorry I don't have the exact code with me now...
#1088
Getting those reconstructed scripts to pull up extra/less buttons for Multiplayer is a pain  :dry:
Play around in the shell and you find that Galactic Conquest was intended for Multiplayer too.
#1089
SWBF1 Modding / Re: A personal "THANK YOU!"
January 26, 2013, 03:43:53 PM
Sounds like a good plan to me.  8)
#1090
SWBF1 Modding / Re: A personal "THANK YOU!"
January 26, 2013, 02:28:52 PM
It was my pleasure to help another modder  :cheers:
Now, someone should tell us how to use the core.lvl addon builder really quick because I can never get it to work with addon levels   ;)
#1091
SWBF1 Modding / Re: A personal "THANK YOU!"
January 26, 2013, 01:14:27 PM
Your core.lvl is screwed up.  Your shell and addme (I am not quite sure why the addme looked funny but it didn't seem to impact anything.  Get rid of the dc:addon.lvl) seemed to be fine.  The real issue is the core.lvl.

I know this (and switched it out just to make sure) because I have been having issues with my core.lvl.  But at least mine loads.  I was telling Phobos that everything in my map went [NULL] but yours didn't show up.  After switching with a core.lvl from TAT3, it works.

Someone should show us how to use Bamdur's Addon core.lvl builder sometime.  I can make a main core, but not an addon :)
#1092
SWBF1 Modding / Re: addme.lua Setup
January 25, 2013, 09:44:18 PM
Do not load every level at once.  Load the ONE level that you want.  With mission and addme in BF1, only one planet should be loaded.
This is what your lua says:
[spoiler]ScriptInit (the mission.lua loader)
Sides are read.  May have a problem with "dc:SIDE\\cis.lvl" if loading a stock lua, just stick your new side file in the game's side folder.  Then just call "ReadDataFile(SIDE\\yoursidehere)"
Unit setup looks good.
SetTeamAsEnemy and Friend are unnecessary as there are no locals and you aren't doing anything with deathmatch.  The teams ATT and DEF are auto set to beat each other up.
Load only one world now.  This lua is for one planet, so "ReadDataFile(BES/bes2.lvl)" if calling Cloud City
Then all the lovely sound stuff that makes the world go around.[/spoiler]

I know this was blunt, but that is the easiest way to explain it in my eyes.  Hope I helped a little  8)
#1093
SWBF1 Modding / Re: addme.lua Setup
January 24, 2013, 04:52:58 PM
Each Addon level has a separate addme.script file associated with it.  There is no universal one (as you seem to be trying to create).
#1094
Released Maps and Mods / Re: Dark_Phantom's Imp.lvl
January 22, 2013, 06:07:03 PM
Which ones?  I can give you those for now and get all the assets out later.
#1095
SWBF1 Modding / Re: Amateur Modding Contest
January 22, 2013, 05:52:08 PM
Hehe, looks like I've got to come up with a good idea to submit.  ;)