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 - haase

#1
MOHAA Series: General / change sky colour?
October 15, 2005, 03:24:30 PM
How easy would it be to change the crappy sky colour to something like a dark red or black?

   

   i'd think it'd be in pak0.pk3 or something, then requires me changing a texture file, im not quite sure.
#2
MOHAA Series: General / all weps code gone wrong
October 15, 2005, 03:19:53 PM
Thank you so much thats worked fine!

   even thogh i've had the game 6 months i've only just started messing with things.

   

   thanks again for your help and advice
#3
MOHAA Series: General / all weps code gone wrong
October 15, 2005, 02:27:12 PM
hi,

   

   i recently did a search here, to see how to add background music from the game onto my server,

   all worked well in that department, i added the code that was shown to my mohdm2.scr file.

   also in there was a code to give all weapons on the waittill_spawn line.

   when i added the music it stopped giving all weapons, any idea's why?

   i've also tried adding the all weps code in the prespawn line, but that also does nothing.

   

   my mohdm2.scr file looks like this

   

   
// DESTROYED VILLAGE
   // ARCHITECTURE: NED
   // SCRIPTING: NED
   
   main:
   
   // set scoreboard messages
   setcvar "g_obj_alliedtext1" "Destroyed Village"
   setcvar "g_obj_alliedtext2" ""
   setcvar "g_obj_alliedtext3" ""
   setcvar "g_obj_axistext1" ""
   setcvar "g_obj_axistext2" ""
   setcvar "g_obj_axistext3" ""
   
   setcvar "g_scoreboardpic" "mohdm2"
   
      // call additional stuff for playing this map round based is needed
      if(level.roundbased)
         thread roundbasedthread
   
      level waittill prespawn
   
   thread give_all
   end
   
   give_all:
   $player wuss
   wait 2
   thread give_all
   
   local.STUFFSTRING = "tmstartloop sound/music/mus_NorthAfrica_01d.mp3; seta s_volume 2.974486; seta s_musicvolume 2.936625"
   
   while(1)
   {
   for(local.i = 1; local.i <= $player.size; local.i++)
   {
   local.p = $player[local.i]
   if(local.p.music_handled != 1)
   {
   local.p.music_handled = 1
   local.p stufftext local.STUFFSTRING
   }
   }
   waitframe
   }
   end
      //*** Precache Dm Stuff
      exec global/DMprecache.scr
   
      exec global/door_locked.scr::lock
      level.script = maps/dm/mohdm2.scr
      exec global/ambient.scr mohdm2
   
   exec maps/dm/fix1.scr
   
      level waittill spawn
   
   thread give_all
   end
   
   give_all:
   $player wuss
   wait 2
   thread give_all
   
   
   //-----------------------------------------------------------------------------
   
   roundbasedthread:
   
      // Can specify different scoreboard messages for round based games here.
   
      level waitTill prespawn
   
      level waittill spawn
   
      // set the parameters for this round based match
      level.dmrespawning = 0 // 1 or 0
      level.dmroundlimit = 5 // round time limit in minutes
      level.clockside = kills // set to axis, allies, kills, or draw
   
      level waittill roundstart
   
   end
   
   
   

   

   any idea's why the "thread give_all

   end

   

   give_all:

   $player wuss

   wait 2

   thread give_all "

   

   has now failed?
#4
MOHAA Series: General / server question!
June 15, 2005, 11:18:57 AM
oh so there was no need for me to upload the entire game!

   oh well better to be safe.

   

   so it looks like the server can run the game etc  which is good news.

   

   

   now all i need to know is how to get the server up and running now that all the files are there

   

   ( www.brotherstilldeath.com/btd )

   

   oh btw is there anyone that knows this kinda stuff and has msn so it's easier for help lol

   at the moment i've only got 1 person on my contact list who plays mohaa  and he isn't to bright
#5
MOHAA Series: General / server question!
June 14, 2005, 08:05:04 PM
hi,

   

   i have just bought a server, and a domain and yesterday set my new mohaa clan site up

   www.brotherstilldeath.com  and im struggling with one thing.

   

   how do i host mohaa games on the server?

   i've heard i need to upload my entire game, so im doing that now so if all goes well im ready.

   

   here are the server specs.

   

   
Operating system     Linux
   Service Status    Click to View
   Kernel version    2.4.21-20.ELsmp
   Machine Type    i686
   Apache version    1.3.33 (Unix)
   PERL version    5.8.4
   Path to PERL    /usr/bin/perl
   Path to sendmail    /usr/sbin/sendmail
   Installed Perl Modules    Click to View
   PHP version    4.3.9
   MySQL version    4.0.23-standard
   cPanel Build    10.2.0-RELEASE 82
   Theme    cPanel X v2.5.0

   

   

   my question is, once my entire mohaa game has been uploaded to the server, what do i need to do

   to have it running and hosting games?

   

   any help is much appriciated as im a newbie to this,

   thanks, HaaSe