[UT]Adding maps to the single player tournament.

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

NeoNite

Starsstream
Dec 10, 2000
20,275
263
83
In a stream of stars
I've posted this on the unreal tournament forum, but that wasn't just a good idea :-/

Mxtrmntr recommended this to be posted here ->

Does anyone know how to add custom maps to the single player tournament ladders...
Do you have to edit the botpack.u file?
I'm guessing -_-

(and edit the bots also etc...)
Expanding the tournament ladders with new arenas.
Be it dm-ctf-as-dom.
 

NeoNite

Starsstream
Dec 10, 2000
20,275
263
83
In a stream of stars
Nobody?
I know this has been discussed before, but it was a long time ago. And I honestly wouldn't know where to look. I've tried a forum search, but it's like finding a needle in a haystack (?)

Please if somebody knows =O)
 

Tremor_

New Member
Jul 16, 2003
6
0
0
Visit site
NeoNite said:
Nobody?
I know this has been discussed before, but it was a long time ago. And I honestly wouldn't know where to look. I've tried a forum search, but it's like finding a needle in a haystack (?)

Please if somebody knows =O)

i think you can do it this way

in the botpack, there are diiferent types of ladders, each with its own class

like ctf --> ladderCTF

so open up your unrealtournament.ini
and add the following code

[botpack.ladderCTF]
Matches=11 there are allready 10 other maps
Maps(10)="Yourmap.unr" 10 cuz it starts counting from zero
MapAuthors(10)="Someone"
MapTitle(10)="The name of your map"
MapDescription(10)="a description"
RankedGame(10)=6 dnno
GoalTeamScore(10)=3 capcount
MatchInfo(10)="Botpack.RatedMatchCTF9" going from 1 to 10, it has something to do with the difficulty

you can do it the same way with other gametypes
in DM there is no goalteamscore, instead there is FragLimits(10)=20