Jump to content

apex_predator

Member
  • Content Count

    55
  • Joined

  • Last visited

  • Medals

Everything posted by apex_predator

  1. apex_predator

    WGL Mod 4.12 Update

    I have more than a few WGL screenshots versions 4.12 and 5.x Beta up on my OFP gallery: http://www.goldfalcon.org/album/index.php?cat=9 This is the new Island (best one I've seen, and it is MASSIVE) *Edit*confused my links*
  2. apex_predator

    Custom Equipment Loadout

    I have seen several servers with the same equipment selection screen at startup (Fraghaus, GNC to name a couple) Is this code availalable at OFPEC and I just can't find it? Can I De-PBO the missions and see the code? Just looking for a pointer in the right direction. Here is what it looks like:
  3. apex_predator

    Custom Equipment Loadout

    Perhaps I should have been more clear, nothing is stopping me from De-Pbo'ing the mission files, I was asking if that is where the modification was made --in the mission.pbo-- or if it was a bit of server-side scripting. I assumed it was common knowledge how this was done so I would get a quicker answer here then decompressing the mission file. No problem, I'll open up the mission.
  4. apex_predator

    Dedicated Server.cfg

    I am trying to run a dedicated server on Win2k3 server , with the 1.96 dedicated server, here is my server config: //password = "*********"; passwordAdmin = "*******"; hostname="1st Veterans Battalion WGL Server"; checkfiles[]= { "res\addons\steyr.pbo", "res\addons\bmp2.pbo", "res\addons\vulcan.pbo", "res\addons\m2a2.pbo", "res\addons\g36a.pbo", "res\bin\config.bin", "res\bin\resource.bin", "res\dta\anims.pbo", "res\dta\anim.pbo", "res\dta\data.pbo", "res\dta\data3d.pbo", "res\dta\hwtl\data.pbo", "res\dta\hwtl\data3d.pbo", "res\dta\hwtl\merged.pbo", }; motd[]= { " "; " "; " "; " ***1st Veteran's Battalion***"; " ***1.96 and WGL required***"; " Welcome to our server, we hope you enjoy your stay."; " Play ball or you'll get the bat."; " "; " "; " (1VB) Rules:"; " 1) Have fun"; " 2) Treat each other with respect"; " 3) Do NOT team kill, spawn Kill, or base Rape"; " 4) No recruiting on our servers"; " 5) Absolutley no cheating."; " "; " "; " 'I always shot at privates, since they do most of the killin' "; " I figured every private I could kill wound or kill just improved my "; " chances. I always considered officers harmless personages.'"; " -Sgt. Sam Watkins"; }; voiceOverNet=0; reportingIP="master.gamespy.com"; maxPlayers=16; motdInterval=2; MaxMsgSend = 384; voteMissionPlayers=1; voteThreshold=.5; MinBandwidth = 1540000; MaxBandwidth = 84000000; kickDuplicate = 0; class Missions { class Mission01 { template = 2-16_T_SouthLipany.Noe.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission11 { template = [wgl][COOP]Airport Gaia.USMC_Gaia.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission02 { template = @ccl_ch_20_gulfofeveron_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission03 { template = @ccl_ch_20_oneroad_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission04 { template = @ccl_ch_20_opatov_v1.1.Noe.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission05 { template = @ccl_ch_20_opthunder_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission06 { template = @ccl_ch_20_regina_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission07 { template = @ccl_ch_24_drymouth_v1.1.Noe.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission08 { template = @ccl_ch_24_middleground_v1.1.Abel.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission09 { template = @ccl_ch_30_daylight_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission10 { template = @ccl_ch_30_rollingthunder_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission class Mission12 { template = @ccl_ch_20_battletanks_v1.1.eden.pbo; cadetmode = 0; param1 = 1800; param2 = 50; }; //Mission }; It starts the server fine, runs the MOTD on the client machine, logs the client has connected, then it just sits there. It logs the fact that the client has connected, but never loads any of the missions specified in server.cfg. What am I messing up? The files mentioned in the template lines are pbo files that are in the Templates directory and the MPMissions directory.
  5. apex_predator

    Dedicated Server.cfg

    thanks for the replies, I had the pbo's in the MPMissions directory and the Template directory. I had tried it with the .pbo extension and without, but when I removed 'em from the template directory it worked. Thanks again.
×