Page 4 of 6

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 08:41
by PhantOM51
Hi !

This one could be great for RPG servers : CP Records widget
http://plugins.xaseco.org/info.php?id=101

or something similar : Checkpoint Live Tracker
viewtopic.php?f=522&t=41155&hilit=CP+Live
Visible on the left part of the screen.
Image

Thanks

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 08:52
by oliverde8
Hi, The CP live tracker has already been converted for UAseco : viewtopic.php?f=522&t=41155 :thumbsup:

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 09:01
by PhantOM51
Oups i didn't notice the date :oops:
Pfff take a screenshot of it ... seems i am a little bit tired :?

Thanks :roflol:

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 09:49
by fl3kzZ
mangoara wrote: 10 May 2017, 10:36 My favorite plugin:
CP Records widget
http://plugins.xaseco.org/info.php?id=101
Image
would love to see this one

and thanks for all the support + updates! keep it up

Greetings.

FlekzZ

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 10:00
by undef.de
Thanks for the screenshot, that always helps me very much to identify or remember a plugin. So please add everytime a screenshot for a request.

Anyway the "CP Records widget" has been wished already (and multiple times). :?

EDIT: But isn't that not equal with my plugin Best-Checkpoint-Times (which doesn't need such a huge space?

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 10:04
by fl3kzZ
undef.de wrote: 25 May 2017, 10:00 Thanks for the screenshot, that always helps me very much to identify or remember a plugin. So please add everytime a screenshot for a request.

Anyway the "CP Records widget" has been wished already (and multiple times). :?

EDIT: But isn't that not equal with my plugin Best-Checkpoint-Times (which doesn't need such a huge space?
would it be hard to convert such plugin?
id like to learn/ help out if i can :oops:

it does have the same functionallity however i do like the look and placement of the other one.

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 10:56
by undef.de
fl3kzZ wrote: 25 May 2017, 10:04 would it be hard to convert such plugin?
id like to learn/ help out if i can :oops:

it does have the same functionallity however i do like the look and placement of the other one.
It was not that hard to convert a plugin from XAseco2 to UASECO before the MP4 release, but now you also have to convert all the Manialinks from version "0" to "3".

That means you have to multiply all pos-x/size-x values by 2.5 and pos-y/size-y by 1.875 and to reorder the pos-z (now z-index) because of a bug in versions "0" to "2". Then rename "posn" to "pos", cut the pos-z value into "z-index" and rename "sizen" to "size".

Example version 1-2

Code: Select all

<manialink>
<quad posn="1 1 0.1" sizen="10 8" bgcolor="FFFA"/>
</manialink>
has to be converted to version 3

Code: Select all

<manialink version="3">
<quad pos="2.5 1.875" z-index="0.1" size="25 15" bgcolor="FFFA"/>
</manialink>
In the changelog of the version 0.9.0 you can see what has been changed from XAseco2 to UASECO (which is a lot, but it's able to handle). This would help too: https://www.uaseco.org/development/#ExamplePlugin

Re: Plugin wish list for UASECO

Posted: 25 May 2017, 14:05
by endbase
Is forecemod allready ported for MP4 ? tried it but it only loads for myself it seems, in console it reported forcemod succesfully installed the mod :pop:

Re: Plugin wish list for UASECO

Posted: 15 Jun 2017, 13:19
by mummieman
@undef if you can remake a plugin that allowes you to pay 4 skip/replay would be nice.


Image

Re: Plugin wish list for UASECO

Posted: 15 Jun 2017, 14:32
by undef.de
mummieman wrote: 15 Jun 2017, 13:19 @undef if you can remake a plugin that allowes you to pay 4 skip/replay would be nice.
Image
That already has been ported by leigham himself, but not yet published. It was in the plugins/third-party/ folder in https://www.uaseco.org/downloads/UASECO ... -05-30.zip