[Logo]
 
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Question about Assault & ONS on a INV RPG Server  XML
Forum Index -> Druids RPG Go to Page: 1, 2 Next 
Author Message
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

I added AS & ONS on my RPG SERVER mapvote but I had only an empty list....The only maps I can play are DM.
What should I do to make it work?
v0rTeX

Wicked Sick!
[Avatar]

Joined: 12/19/2004 20:59:52
Messages: 562
Offline

When you set up mapvote for those two gametypes, you have to set the Map Prefixes column the same as the gametype.

For Assault, the map prefix is AS, and for Onslaught it is ONS. It sounds as if you have either nothing at all or DM in that box.

If the prefixes are correct, verify that you still have the AS and ONS type maps in your maps folder.
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

I did set the AS & ONS as map prefixe, Gametype Invasion of course but it seems there is only DM maps in my map folder!
I do have AS & ONS maps, I really don't get it
probably something in my ini server file
Any
v0rTeX

Wicked Sick!
[Avatar]

Joined: 12/19/2004 20:59:52
Messages: 562
Offline

Oh my mistake. I thought you meant you wanted to run AS and ONS with RPG but didnt realize you meant to play Invasion on those types of maps.

In the Prefix box you need to have this

DM,AS,ONS

with no spaces and just the comma between different prefixes. This is how the game will recognize that you want to select multiple prefixes.
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

YEP I did that allready, it's still the same problem...
I saw in my ini file default invasion map are only DM maps, but I don't know what to change in the voting section or default map.
Here is what I've got:
Code:
 [xVoting.xVotingHandler]
 VoteTimeLimit=70
 ScoreBoardDelay=5
 bAutoOpen=True
 MidGameVotePercent=60
 bScoreMode=False
 bAccumulationMode=False
 bEliminationMode=False
 MinMapCount=1
 MapVoteHistoryType=xVoting.MapVoteHistory_INI
 RepeatLimit=2
 DefaultGameConfig=0
 bDefaultToCurrentGameType=True
 bMapVote=True
 bKickVote=True
 bMatchSetup=False
 KickPercent=60
 bAnonymousKicking=False
 MapListLoaderType=xVoting.DefaultMapListLoader
 ServerNumber=1
 CurrentGameConfig=0
 GameConfig=(GameClass="SkaarjPack.Invasion",Prefix="DM",
 Acronym="INV",GameName="Invasion RPG DM",Mutators="satoreMonsterPackv120.mutsatoreMonsterPack,
 satoreMonsterPackv120.mutSMPMonsterConfig,UT2004RPG.MutUT2004RPG,SharpSkins.MutSharpSkins,XGame.MutQuadJump,
 MultiDodging2k4v3.MutMultiDodging,AntiTCC118h.MutAntiTCCFinal,
 DruidsAntiCamper101.MutNoCamp,ZenCodersWeapons-
 203.MP5_Mutator",Options=)
 
TheDruidXpawX

Wicked Sick!
[Avatar]

Joined: 12/19/2004 18:32:13
Messages: 1946
Offline

PoD wrote:
(GameClass="SkaarjPack.Invasion",Prefix="DM",Acronym="INV",GameName="Invasion RPG DM",<snip> 


See where it says Prefix="DM" ?

You need to add other map types you want. ie: Prefix="ONS,DM,CTF,BR,DOM,FHI,SOMETHING-ELSE"

Good luck with the assault maps... I had really bad luck with them

Druid

Skin download: http://www.disastrousconsequences.com/dcforum/posts/list/1189.page

The fundamental problem is this: The first word we learn as children is NO. From that point forward society teaches women that saying no isn't polite, and society teaches men to respect those who wont take no for an answer.

The world is what you make of it, my friend. If it doesn't fit, you make alterations. -- Stella, The Morning Star
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

Well I set like DM,CTF, nothing changed, then I just did CTF maps, & none was listed....
I checked & rechecked, I have no clue.
Thanks for your help anyway.
If you have any ideas, you are very welcome!
I don't even want to try AS maps at the moment.
TheDruidXpawX

Wicked Sick!
[Avatar]

Joined: 12/19/2004 18:32:13
Messages: 1946
Offline

Here's a sample from our server

Code:
 [xVoting.xVotingHandler]
 MapNamePrefixes=DM,DOM,CTF,BR,AS,ONS,INV,VCTF,FHI
 VoteTimeLimit=45
 ScoreBoardDelay=5
 bAutoOpen=True
 MidGameVotePercent=50
 bScoreMode=False
 bAccumulationMode=False
 bEliminationMode=False
 MinMapCount=2
 MapVoteHistoryType=xVoting.MapVoteHistory_INI
 RepeatLimit=50
 DefaultGameConfig=0
 bDefaultToCurrentGameType=True
 bMapVote=True
 bKickVote=True
 bMatchSetup=False
 KickPercent=51
 bAnonymousKicking=False
 MapListLoaderType=xVoting.DefaultMapListLoader
 ServerNumber=1
 CurrentGameConfig=0
 GameConfig=(GameClass="SkaarjPack.Invasion",Prefix="DM,CTF,BR,DOM,VCTF",Acronym="INV",GameName="Invasion",Mutators="DM.DM",Options="MinPlayers=4?Difficulty=1")
 GameConfig=(GameClass="VehicleInvasion-116.VehicleInvasion",Prefix="ONS,VCTF",Acronym="VINV",GameName="Vehicle Invasion",Mutators="DM.DM",Options="MinPlayers=6?Difficulty=1")
 

Skin download: http://www.disastrousconsequences.com/dcforum/posts/list/1189.page

The fundamental problem is this: The first word we learn as children is NO. From that point forward society teaches women that saying no isn't polite, and society teaches men to respect those who wont take no for an answer.

The world is what you make of it, my friend. If it doesn't fit, you make alterations. -- Stella, The Morning Star
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

Is it in the scorefix.ini or ut2004.ini?
TheDruidXpawX

Wicked Sick!
[Avatar]

Joined: 12/19/2004 18:32:13
Messages: 1946
Offline

UT2004.ini

Skin download: http://www.disastrousconsequences.com/dcforum/posts/list/1189.page

The fundamental problem is this: The first word we learn as children is NO. From that point forward society teaches women that saying no isn't polite, and society teaches men to respect those who wont take no for an answer.

The world is what you make of it, my friend. If it doesn't fit, you make alterations. -- Stella, The Morning Star
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

OK I'm gonna compare that, & Excelent server by the way! I play on it (when It's not full), under the nick of R@$K@L.
Thanks for your help.
Scorefix is not enable on my server, is this could be a problem?
PoD


[Avatar]
Joined: 07/27/2005 15:55:45
Messages: 13
Offline

Well, it's still the same thing.
I'm now looking for a conflict somewhere.
Can I update from Druid163 to 170 whitout any trouble
doener



Joined: 03/14/2006 11:18:52
Messages: 2
Offline

Hi there

I had he same problem and solved it with this nice explanation above. BIG THX!

Now i got just one more Question maybe any1 knows or can give me an advice where to search for would be nice.

Is it possible to Remove the Flags/Goals/Big Rotating A and B Points on CTF/BR/DOM Maps?

Its not that they annoy me so much but perhaps its possible to remove them somehow with some adjustment on some ini or so? I at least know it is possible because ive seen it online.... So is it done with some adjustment .....or is it something bigger?

Some tips would be nice

Thx for answers

Dash

Szlat

Wicked Sick!

Joined: 05/18/2005 18:32:41
Messages: 2124
Location: UK
Offline

PoD wrote:
Well, it's still the same thing.
I'm now looking for a conflict somewhere.
 

In order to get different types of maps working with invasion, I found I also had to modify section [xVoting.DefaultMapListLoader] and set the MapNamePrefixes as follows
MapNamePrefixes=DM,DOM,CTF,BR,AS
although I notice Druid has his MapNamePrefixes speficied under [xVoting.xVotingHandler]
v0rTeX

Wicked Sick!
[Avatar]

Joined: 12/19/2004 20:59:52
Messages: 562
Offline

doener wrote:

Is it possible to Remove the Flags/Goals/Big Rotating A and B Points on CTF/BR/DOM Maps?
 


I've got a mutator called InvCleanup that someone gave me a long time ago. It tries to remove all these unnecessary elements from the non DM maps the same way Vehicle Invasion does when it loads maps.

As an added bonus, it allows you to enhance the base damage of the Shield Gun and AVRiL in a separate .ini file.

I don't think its on any of the hosted sites that usually have these kind of files. So here it is.

 Filename InvCleanup.zip [Disk] Download
 Description
 Filesize 4 Kbytes
 Downloaded:  242 time(s)

 
Forum Index -> Druids RPG Go to Page: 1, 2 Next 
Go to: