FeedBack & Bugs | Your ideas are important

The next generation of server controlling with clean and powerful user interface

Moderators: oliverde8, reaby, NADEO

User avatar
steppie
Translator
Translator
Posts: 96
Joined: 25 Apr 2011, 21:55
Location: Denmark

Re: FeedBack & Bugs | Your ideas are important

Post by steppie »

For the deactivation of records during warmup that won't happen XD. It is all about the fastest time and not connected at all to the race started idea.
I still don't see the point in showing that I claimed a record in that chat, when i didn't! Warmup is not official race!
For information about widget positions : https://github.com/eXpansionPluginPack/ ... ig-widgets
Damn, I missed that :? Thanks
For the next version when it does come up there is refactoring being done in the code so that fonts, text sizes, background sizes marges ... are more unified :D
Great :thumbsup:
Image
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

steppie wrote:
For the deactivation of records during warmup that won't happen XD. It is all about the fastest time and not connected at all to the race started idea.
I still don't see the point in showing that I claimed a record in that chat, when i didn't! Warmup is not official race!
In Formula 1 during practices best times are kept & shown. it rare cases during the weekend a fastest time is done during practice. Even throught the fastest Race time is separate.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

steppie wrote:Hi guys,

I've notices some basic things missing in rounds script mode.

1. Rounds_SetPointsRepartition is not set from the controller.
2. If you set PointsRepartition manually LiveRankings widget doesn't update the points array and show wrong points.
Hi, can you tell me how you set it manually because I can't change the. I have been trying Rounds_SetPointsRepartition,
Rounds_GetPointsRepartition and for me they are broken.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
User avatar
steppie
Translator
Translator
Posts: 96
Joined: 25 Apr 2011, 21:55
Location: Denmark

Re: FeedBack & Bugs | Your ideas are important

Post by steppie »

Like this:

Code: Select all

private $roundsPoints = array('31', '27', '25', '23', '21', '19', '17', '15', '13', '11', '10', '9', '8', '7', '6', '5', '4', '3', '2', '1');
$this->connection->TriggerModeScriptEventArray('Rounds_SetPointsRepartition', $this->roundsPoints);
I've also made this small change to forceEndRound in chat_admin.php so it work in script mode

Code: Select all

	function forceEndRound($fromLogin, $params)
	{
		$admin = $this->storage->getPlayerObject($fromLogin);
		try {
			if ($this->storage->gameInfos->gameMode == GameInfos::GAMEMODE_SCRIPT){
				$this->connection->triggerModeScriptEvent('Rounds_ForceEndRound');
			}else{
				$this->connection->forceEndRound();
			}
			$this->exp_chatSendServerMessage('#admin_action#Admin#variable# %s #admin_action#forces the round to end.', null, array($admin->nickName));
		} catch (Exception $e) {
			$this->sendErrorChat($fromLogin, $e->getMessage());
		}
	}
Image
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

ok, thanks a lot. I figured out the endRounds will make the change for RoundsPoints as well :thumbsup:

Edit : so the set actually works It is the get that doesen't work, :?
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
User avatar
Vrba
Posts: 190
Joined: 01 Jul 2014, 09:59

Re: FeedBack & Bugs | Your ideas are important

Post by Vrba »

So here I post the things chat commands that would be nice to have.

/toprecs or /topsums to see how many 1st,2nd and 3rd locals you have.
/admin delrec1* or delloc3** for erasing locals if they are cheated. (1* del 1st local) (3** del 3rd local)
/sectms and /cptms to see the times between cps (sector times) and to check what time easc local had at a certain cp.
/bet so people bet with planets (unsure if it exists)
Otherwise the sistem works great and is very simple to use.

Best wishes!
Vrba
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

Hi,

/sectms and /cptm already exists, you need to open the recs windows /recs and there should be a button to open the cp times window.

I don't think we will do a betting plugin, not anytime soon anyway, We would prefer if some other developpers started building third party plugins.

we will try and do the other things.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: FeedBack & Bugs | Your ideas are important

Post by w1lla »

Bug:

When a map ends and a new one comes donate window is open. It has happened on several servers which run expansion. It seems it is not closed after all. Maybe a maniascript issue here.
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

hi, thanks don't you mean the widget?
and where you on the PMC server? on that one it is forced to open
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: FeedBack & Bugs | Your ideas are important

Post by w1lla »

It is on the PMC server. Didnt know... Thought it was a bug but thanks for clearing it out.
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Post Reply

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 0 guests