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 - Darth Tyllo

#1
Led, I'm sorry, I just don't think I'll be able to do it.  I'm having a bit of technical difficulties right now.  Functions that I've used a hundred times before are suddenly giving me errors, and I just cannot find the problem, nor will the program work without them.  I've even tried google searching for similar functions, but I tried those, and they curiously give me the same error.  I was really looking forward to doing this project, as I've never attempted anything like it, but it seems I just cannot do it. :c
#2
Led, could you PM me the contents of the batch file you use to run the Update Server?  I'm nearly done, but I need that so I can complete the program.
#3
It will take a bit longer than I had previously thought, I got slammed with homework on the first day of the semester, and I have to work on that =/
#4
The GUI isn't working yet.  I'll be home tomorrow though, so I can work on it, in between playing Battlefront on a Monday for the first time in a year. 
#5
Yes, I've played on the Update Server (the one with the patch) several times.
#6
It works when I use Cloud City, but crashes when I try L0030x :(
#7
I already did :p
I'll try overwriting the mission.lvl again, but other than that, I can't think of what is wrong.  Would you mind posting the contents of your batch file for me to see?
#8
Ah, alright.  Also, how does your batch file run the maps currently, I've tried:
battlefront.exe /win /norender /noteamdamage /autonet dedicated /resolution 320 240 /nosound /noaim /tps 30 /gamename TEST /playerlimit 16 /playercount 1 /bots 2 /difficulty 2 /throttle 2048 /lan /spawn 5 L0030x 400 400 L0031x 400 400
but battlefront.exe crashes; I need to know how it works so that I can code it, I have all the GUI, but there's no code for most of it.
#9
Ah, thanks :D  Also, where in the .../data/_LVL_PC/SWBFgamersUpdate1.0/ Folder are these maps? I can't find any maps like L0030x, only the SWBF2 Conversions and such.
#10
Led, what does the "/spawn #" command do?  Right now I am compiling a txt file with all the GUI Options/Switches they mean, I looked here, but it doesn't list it's function.
#11
So, I've started on the program, and I've had to change the format of "maplist.txt" just a little.

It went from:

------
L0030x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid
------
L0031x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid1
------
L0032x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid2
------
L0033x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid3
------
L0034x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid4
------
L0035x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid5
------
L0036x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid6
------
L0037x
standard CC CW era with maxflyheight = 100, sleepkiller jetdroid7


To:

[CONFIG]
# of maps = 8

[1]
Designation = L0030x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid

[2]
Designation = L0031x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid1

[3]
Designation = L0032x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid2

[4]
Designation = L0033x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid3

[5]
Designation = L0034x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid4

[6]
Designation = L0035x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid5

[7]
Designation = L0036x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid6

[8]
Designation = L0037x
Description = standard CC CW era with maxflyheight = 100, sleepkiller jetdroid7


You can add any amount of maps, as long as they're in that format.  Also, make sure you change '# of maps = 8" is the same as the last map's number, I had to add that to ensure the list would fill up with every map on the list.

UPDATE: I think I'm nearly done.  I may have to change the format again :(  I was thinking something like :
[description],[designation]. 
The problem lies with the descriptions being paired with the designations in the code. 
#12
okay, thanks.  I can make a test one now :D
#13
Oh, I understand now, it's like the map's name that shows up like BESPIN: CLOUD CITY in that list.  I think I can do that.  What file does it read these values from?
#14
Wait, so does it need to read the map's description? 
#15
I'll get started now, but I can't see xfire video, if you could take a screenshot, that would be great.

EDIT:  Wait, I know what you're talking about.  Do you want all the values to be the same as the standard ones? (like bots 0-32, max players 2-50, etc.)  Also, I have finals tomorrow through thursday, so I can do a little tonight and more starting friday or saturday.  Last thing, will it need to run mod maps or just stock ones?