The Ur-Quan Masters Discussion Forum

The Ur-Quan Masters Re-Release => General UQM Discussion => Topic started by: Paxtez on May 30, 2003, 09:03:57 am



Title: Anyone want a random supermelee team Generator?
Post by: Paxtez on May 30, 2003, 09:03:57 am
Anyone want a random supermelee team Generator?

I made a little program that generates random teams for super-melee everytime you run it.

It is in C++ and the source is included.

If you want to take a look:

http://www2.hawaii.edu/~waselesk/randuqm.zip



Title: Re: Anyone want a random supermelee team Generator
Post by: AnonomouSpathi on May 30, 2003, 05:55:51 pm
Great idea, but I can't seem to figure out how it works.  It seems to want a file named melee.cfg, which as far as I can tell doesn't exist.  Am I missing something here?  What build is it meant to run on?


Title: Re: Anyone want a random supermelee team Generator
Post by: Paxtez on May 31, 2003, 07:34:12 am
What I did I made a .bat (batch) file that runs the program and creates a new melee.cfg everytime I run UQM.

@echo off
randuqm.exe > "F:\Documents and Settings\MYUSERNAME\Application Data\uqm\melee.cfg"
Uqm.exe -r 800x600 -d 32 -o -c biadv -q high -m 3do --font pc --menu pc --cscan pc --scroll 3do --sound openal

It should work on any and all builds of UQM, (unless older ones had a differant way of using the file).


Title: Re: Anyone want a random supermelee team Generator
Post by: AnonomouSpathi on May 31, 2003, 12:27:21 pm
You know, strangely enough, melee.cfg doesn't seem to exist at all anywhere on my machine.  Wonder what happened.


Title: Re: Anyone want a random supermelee team Generator
Post by: Paxtez on May 31, 2003, 03:16:23 pm
It should be in the folder where your savegames are saved.


Title: Re: Anyone want a random supermelee team Generator
Post by: Sentosa S on June 05, 2003, 10:52:48 pm
Can't seem to find the site (can't download the file)...


Title: Re: Anyone want a random supermelee team Generator
Post by: Paxtez on June 06, 2003, 04:49:43 pm
It should be there, it works for me.


Title: Re: Anyone want a random supermelee team Generator
Post by: meep-eep on June 07, 2003, 03:06:46 am
melee.cfg gets created when you go back to the main menu from melee (with F10)


Title: Re: Anyone want a random supermelee team Generator
Post by: AnonomouSpathi on June 07, 2003, 09:50:10 am
Ah-hah!  that explains why I've never seen that file.  Thanks.


Title: Re: Anyone want a random supermelee team Generator
Post by: Sentosa S on June 07, 2003, 06:46:48 pm
I'm sure there are many of these floating around.... so why not add one more :P.

I took my time to make my own version. It's text-based and very simple. Heck, my programming skills are not that good.... yet.

Take a look.

http://www.salims.net/sc2_melee.zip

source code:
http://www.salims.net/sc2_melee.c