PvP Factions & Avoiding "Bandwagonism"
PvP Factions & Avoiding "Bandwagonism"
I'm not sure if it's been discussed before, but have the devs given any thought to means of avoiding faction stacking?
One of the re-occuring problems I've seen in faction PvP systems in a number of MMOGS is a tendency for players to join whatever is perceived as the strongest or most "winning" faction. It can happen for any number of reasons... players get tired of getting repeatedly ganked by a given faction, or get lonely, being the only one logged on in a particular faction during the time they have to play, etcetera, etcetera. For whatever reason, after a while it can lead to a serious imbalance in numbers.
The restrictions in race & class might be enough - I'm sure the beta will bear things out one way or the other. But if it does become a problem, I'm wondering if (for example) scripting offers any way to even out the numbers of a given faction in a PvP zone?
One of the re-occuring problems I've seen in faction PvP systems in a number of MMOGS is a tendency for players to join whatever is perceived as the strongest or most "winning" faction. It can happen for any number of reasons... players get tired of getting repeatedly ganked by a given faction, or get lonely, being the only one logged on in a particular faction during the time they have to play, etcetera, etcetera. For whatever reason, after a while it can lead to a serious imbalance in numbers.
The restrictions in race & class might be enough - I'm sure the beta will bear things out one way or the other. But if it does become a problem, I'm wondering if (for example) scripting offers any way to even out the numbers of a given faction in a PvP zone?
-
- Spam Master General
- Posts: 864
- Joined: Thu Mar 06, 2003 2:39 am
- Location: pirating the spanish maine
- Contact:
-
- Arrogant Snob
- Posts: 1064
- Joined: Thu Jan 02, 2003 7:25 pm
- Location: Five Minutes Before the End of Eternity (or Maryland, take your pick)
- Contact:
Guilds tend to stick around more than your typical player (yes, many exceptions) and tend to stick together. The current guilds will probably spread out if for no other reason than to kill each other. That means there is a healthy player base for each faction.
If you tilt your head far enough and squint hard enough, anything becomes as simple or complex as you'd like--regardless of whether it is or not. -- A lesson learned from Stephen Wolfram's A New Kind of Science
-
- Wheres the donation box?
- Posts: 237
- Joined: Tue Jun 10, 2003 9:52 am
- Location: Deep Within the Earth
- Contact:
i also think that with the class restrictions by faction players will weight this a little more then which faction is the strongest. I find that most players tend to stick with the same types of characters.
ie:
mz moki : rangers rogues
throsty: rangers rogues
modred: sorcs
Xander: pali rouges
just my opinion
ie:
mz moki : rangers rogues
throsty: rangers rogues
modred: sorcs
Xander: pali rouges
just my opinion
If it says Moki Moki Moki on the Label Label Label your gonna be in Trouble Trouble Trouble!!! 

DAOC - not my favorite either. Even if you wanted to (not saying you do, just using this as an example), similar restrictions in NWN just aren't feasible. All a player would need to do is set up another account to circumvent it.
Hopefully, the faction class restrictions will be enough to balance things out. As long as no single character build (and so by extension, no particular faction) is wildly better or worse than any other, there'll be one less reason to stack or avoid a particular faction.
Hopefully, the faction class restrictions will be enough to balance things out. As long as no single character build (and so by extension, no particular faction) is wildly better or worse than any other, there'll be one less reason to stack or avoid a particular faction.
-
- Spam Master General
- Posts: 864
- Joined: Thu Mar 06, 2003 2:39 am
- Location: pirating the spanish maine
- Contact:
-
- Arrogant Snob
- Posts: 1064
- Joined: Thu Jan 02, 2003 7:25 pm
- Location: Five Minutes Before the End of Eternity (or Maryland, take your pick)
- Contact:
Actually it'd be done via CD-key. So you'd have to get a second copy of NWN (or at least another CD-key) to get around it.Bob wrote:Even if you wanted to (not saying you do, just using this as an example), similar restrictions in NWN just aren't feasible. All a player would need to do is set up another account to circumvent it.
If you tilt your head far enough and squint hard enough, anything becomes as simple or complex as you'd like--regardless of whether it is or not. -- A lesson learned from Stephen Wolfram's A New Kind of Science
I don't think the standalone supports selective character exclusion based on CD-key - you could exclude players but not specific characters belonging to those players.
Might be able to run the individual player vaults through the custom database tools to filter out the characters, but that's counter-productive to the whole idea of making factions dynamic.
Having contol over the faction population in a given area was just an idea of how to get around 10-on-1 ganks, IF that sort of thing becomes a problem...
Might be able to run the individual player vaults through the custom database tools to filter out the characters, but that's counter-productive to the whole idea of making factions dynamic.
Having contol over the faction population in a given area was just an idea of how to get around 10-on-1 ganks, IF that sort of thing becomes a problem...
The CD key option is very easily done, just glad that its not going to be (that I know of). Any peice of data you want can be used to set or modify any other controlable variable.
You could even go as far as checking the race on initial login and if the subrace had been typed in as Llama_slapper then that player would get 800k in exp and 10 mil in gold at the start and automatically be turned into a dwarf as a member of the Ancient Ones Faction. *dragon style hot pocket*
You could even go as far as checking the race on initial login and if the subrace had been typed in as Llama_slapper then that player would get 800k in exp and 10 mil in gold at the start and automatically be turned into a dwarf as a member of the Ancient Ones Faction. *dragon style hot pocket*

*Computers are alot like air-conditioners. They work great until you open windows*
-
- Arrogant Snob
- Posts: 1064
- Joined: Thu Jan 02, 2003 7:25 pm
- Location: Five Minutes Before the End of Eternity (or Maryland, take your pick)
- Contact:
Scripting & Database:
1) store the faction ID to the player (Identified via CD-key). The Function "GetPCPublicCDKey(object oPlayer)" works for that.
2) If player tries to join a different faction than the stored one, "BootPC(object oPlayer)" Works.
1) store the faction ID to the player (Identified via CD-key). The Function "GetPCPublicCDKey(object oPlayer)" works for that.
2) If player tries to join a different faction than the stored one, "BootPC(object oPlayer)" Works.
If you tilt your head far enough and squint hard enough, anything becomes as simple or complex as you'd like--regardless of whether it is or not. -- A lesson learned from Stephen Wolfram's A New Kind of Science
-
- Arrogant Snob
- Posts: 1064
- Joined: Thu Jan 02, 2003 7:25 pm
- Location: Five Minutes Before the End of Eternity (or Maryland, take your pick)
- Contact:
There's a difference between the Public CD-key and your Full CD-key. The Public CD-key is composed of the first eight even digits (2,4,etc) of your full CD-key.
If you tilt your head far enough and squint hard enough, anything becomes as simple or complex as you'd like--regardless of whether it is or not. -- A lesson learned from Stephen Wolfram's A New Kind of Science