Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

Pages: 1 ... 3 4 [5] 6 7   Go Down
  Print  
Author Topic: Poweradmin BF3  (Read 7105 times) Bookmark and Share
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1096
Offline Offline
« Reply #60 on: December 20, 2011, 11:15:52 AM »

AFAIK there is no spectator team in BF3, isn't it ?

Oh yes, minor detail..... Roll Eyes
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #61 on: December 20, 2011, 06:39:32 PM »

I forwarded the swap issue on a full server upstream : http://www.fpsadmin.com/forum/showthread.php?p=107807
Logged

Sr. Member
****
OS: Windows
Type: Renting Server with B3
Gameservers: CoD5
Posts: 251
Offline Offline
« Reply #62 on: December 20, 2011, 11:19:08 PM »

here it is the swapfull.log

will try more today afternoon
Logged
Newbie
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: BF3
Posts: 4
Offline Offline
« Reply #63 on: December 21, 2011, 08:32:12 PM »

Hi Guys,

I have setup and can use poweradmin but, still don't quite understand where to copy the server config folder and config manager folder that come with the download. Any help with this for a noob to b3 would be much appreciated
Logged
Sr. Member
****
OS: Windows
Type: Renting Server with B3
Gameservers: CoD5
Posts: 251
Offline Offline
« Reply #64 on: December 21, 2011, 11:40:17 PM »

in the conf directory for extplugins..
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #65 on: December 22, 2011, 04:36:26 AM »

you can also put them anywhere on your computer given that you specify the full path in the plugin config file
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #66 on: December 26, 2011, 11:40:02 AM »

0.14 released : add command !vehicles <on/off>
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #67 on: January 09, 2012, 12:11:22 PM »

0.15 released : add the teambalancer coded by 82ndAB.Bravo17
Logged

Jr. Member
**
OS: Windows
Type: Renting Server with B3
Gameservers: bbc2, moh, cod4, cod5, cod7, bf3
Posts: 25
Offline Offline
« Reply #68 on: February 05, 2012, 06:02:10 AM »

Is the scrambler suppose to scramble everyone on the server regardless what level of admin they are?

It does not seem to be working for me. Here is my poweradmin settings I have:

        <set name="no_level_check_level">60</set>
        <!-- no_autoassign_level : Players this level and above will not be auto assigned-->
        <set name="no_autoassign_level">20</set>
        <set name="autoassign">on</set>
        <set name="autobalance">on</set>
        <set name="autobalance_timer">120</set>
        <set name="team_swap_threshold">3</set>
   </settings>

    <settings name="scrambler">
        <!-- mode can be one of : off, round, map
            'off': no auto scrambling
            'round': auto scrambling will run at each round start
            'map': auto scrambling will run at each map start
        -->
        <set name="mode">map</set>
        <!-- There are two scrambling strategies : 'random' and 'score'
            When 'score', players will be scrambled based on players' score to try to even team skills
        -->
        <set name="strategy">score</set>
   </settings>
   <settings name="configmanager">
      <!-- Configmanager setting enables you to load different server config files from 'configmanager' folder
          based on gametypes/maps. (Ported from xlr8or's config manager plugin for cod series)

          It will first look if a b3_<gametype>_<mapname>.cfg exists (example: b3_teamdeathmatch0_mp001.cfg)
          and execute it. If it doesn't exist, it checks for b3_<gametype>.cfg (example: b3_rushlarge0.cfg).

          If none of them exist, it will look for b3_main.cfg. This file makes it possible to reset certain
          vars, so always create a b3_main.cfg if you want to enable and use this feature.

          Options:
          on  : enable configmanager
          off : disable configmanager
      -->
      <set name="status">on</set>
   </settings>
</configuration>


My b3 log:
http://pastebin.com/gyfuHFi1

Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1096
Offline Offline
« Reply #69 on: February 05, 2012, 07:55:16 AM »

It won't scramble lvl 20 (no_autoassign_level) and above with those settings, but we need a complete lg to see what is happening.
Logged
Jr. Member
**
OS: Windows
Type: Renting Server with B3
Gameservers: bbc2, moh, cod4, cod5, cod7, bf3
Posts: 25
Offline Offline
« Reply #70 on: February 05, 2012, 09:12:59 AM »

So what do I need my settings on for it to scramble up the teams?

Here is the log:

http://pastebin.com/qpnx1q5N

Thanks
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1096
Offline Offline
« Reply #71 on: February 05, 2012, 10:38:26 AM »

Your scramble method is currently set to score, try setting it to random and see if that is what you want.

Code:
<set name="strategy">random</set>
Logged
Beta Testers
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD4 | COD2 | COD BO (Ranked and Unranked) | MOH 2010
Posts: 129
Offline Offline
« Reply #72 on: February 13, 2012, 01:41:06 AM »

Hi Guys

On our [DAD] Server we have problems when low amounts of players are on the server, people decide simply to drive around the map, killing everyone and anyone in a tank.

Is it possible for B3 to detect the amount of players in the server and disable the vehicles, until a configurable amount of players have joined?
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #73 on: February 13, 2012, 02:48:51 AM »

You can't do this realtime. When you disable vehicles they don't disappear but only they won't respawn when they are destroyed or until the map changes. Likewise when you enable vehicles in the middle of a round, they won't spawn until the map changes. So something like this doesn't work as you expected.
Logged

Beta Testers
*
OS: Windows
Type: Renting Server, no B3
Gameservers: COD4 | COD2 | COD BO (Ranked and Unranked) | MOH 2010
Posts: 129
Offline Offline
« Reply #74 on: February 13, 2012, 03:23:15 AM »

You can't do this realtime. When you disable vehicles they don't disappear but only they won't respawn when they are destroyed or until the map changes. Likewise when you enable vehicles in the middle of a round, they won't spawn until the map changes. So something like this doesn't work as you expected.

That would be fine, having 1 spawn of the tank, then once the plugin hits x players on the next map it would kick back on the vehicles.

Sorry I wasn't clear enough Smiley
Logged
Tags: BF3  plugin 
Pages: 1 ... 3 4 [5] 6 7   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal