Community Requests on Nadeo Library Scripts

You can talk about ManiaScript for ManiaPlanet here

Moderator: English Moderator

User avatar
steeffeen
Translator
Translator
Posts: 2463
Joined: 14 Oct 2012, 16:22
Location: Germany

Community Requests on Nadeo Library Scripts

Post by steeffeen »

About this Thread:
There are already some nice library scripts offered by Nadeo which are very helpful for all the mode authors in the ManiaPlanet.
Nevertheless there could be something that is still needed or that could be improved and I'm annoyed by opening up a new thread for each little change. So here is the place to request or suggest such things in one place which will also help keeping track of ideas and suggestions by the community.

First Requests:
  • ScoresTable/Top2.Script.txt: Possibility of modifying the TabKey
  • ScoresTable.Script.txt: Increase of the size of team names in a team context
  • WeaponSelection.Script.txt: Possibility for defining which weapons can be chosen
  • ModeBase.Script.txt: MB_PlayersPresentationSequence() variant with a parameter for the duration
  • ModeBase.Script.txt: Useful inclusion of NeutralEmblemUrl
Keep in mind that this thread isn't about changes in the API itself but only about changes of the existing scripts inside "Libs/Nadeo/". ;)

Thanks to Nadeo for the help!

Regards,
Steff
Last edited by steeffeen on 11 Jul 2013, 01:56, edited 5 times in total.
    Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

    ManiaControl, FancyManiaLinks
    User avatar
    steeffeen
    Translator
    Translator
    Posts: 2463
    Joined: 14 Oct 2012, 16:22
    Location: Germany

    Re: Community Requests on Nadeo Library Scripts

    Post by steeffeen »

    For the completeness, other threads which included requests by the community:

    ScoresTable - http://forum.maniaplanet.com/viewtopic. ... 79&t=19173
    EditorDialogs - http://forum.maniaplanet.com/viewtopic. ... 79&t=19659
    Script Callbacks - http://forum.maniaplanet.com/viewtopic. ... 61&t=18581
      Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

      ManiaControl, FancyManiaLinks
      User avatar
      steeffeen
      Translator
      Translator
      Posts: 2463
      Joined: 14 Oct 2012, 16:22
      Location: Germany

      Re: Community Requests on Nadeo Library Scripts

      Post by steeffeen »

      in Libs/Nadeo/Top2.Script.txt it would be cool if you would be able to create several top tabs
      so it's necessary that you can give the top tab name (currently there is the name "TopTab" used hardcoded and several top tabs would be displayed simultaneously
        Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

        ManiaControl, FancyManiaLinks
        User avatar
        djhubertus
        Translator
        Translator
        Posts: 1097
        Joined: 09 Jul 2012, 18:30
        Location: Poland
        Contact:

        Re: Community Requests on Nadeo Library Scripts

        Post by djhubertus »

        More elastic WeaponSelection version. Scripter can choose what weapons can player select.
        My Gamemodes:
        MP4 - Countdown, Firefight
        MP3 - Reduction, Overload, Flashpoint, Territory, SM Race, Escape
        MP2 - Search & Destroy, Oscillation, Instagib
        User avatar
        steeffeen
        Translator
        Translator
        Posts: 2463
        Joined: 14 Oct 2012, 16:22
        Location: Germany

        Re: Community Requests on Nadeo Library Scripts

        Post by steeffeen »

        include the use of NeutralEmblemUrl in the ModeBase script
        (currently there is MB_NeutralEmblemUrl somewhere but it isn't used)
          Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

          ManiaControl, FancyManiaLinks
          User avatar
          steeffeen
          Translator
          Translator
          Posts: 2463
          Joined: 14 Oct 2012, 16:22
          Location: Germany

          Re: Community Requests on Nadeo Library Scripts

          Post by steeffeen »

          thanks for the update of the modebase and the scorestable scripts :thumbsup:
          good job there!

          just one thing:
          the scores rectangle for unspawned status is overlaying the rank of the player
          normal: http://www.pictures.esc-clan.net/upload ... Shot01.jpg
          unspawned: http://www.pictures.esc-clan.net/upload ... Shot02.jpg

          you can see small white dots showing the edge of the rank text ^.^

          a fix would be great, thanks in advance :thx:
            Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

            ManiaControl, FancyManiaLinks
            User avatar
            Eole
            Nadeo
            Nadeo
            Posts: 1265
            Joined: 26 Apr 2011, 21:08

            Re: Community Requests on Nadeo Library Scripts

            Post by Eole »

            I updated the scores table, the unspawn rectangle correctly overlay the ranks now.
            One question about this point:
            • ScoresTable.Script.txt: Increase of the size of team names in a team context
            Was this fixed by the latest update? If not could you explain what's the problem exactly?

            And for:
            • WeaponSelection.Script.txt: Possibility for defining which weapons can be chosen
            • ScoresTable/Top2.Script.txt: Possibility of modifying the TabKey
            They're low on the priority list. Maybe one day ... :mrgreen:
            Contribute to the ManiaPlanet documentation on GitHub
            A question about ManiaScript? Ask it here!
            User avatar
            steeffeen
            Translator
            Translator
            Posts: 2463
            Joined: 14 Oct 2012, 16:22
            Location: Germany

            Re: Community Requests on Nadeo Library Scripts

            Post by steeffeen »

            Eole wrote:I updated the scores table, the unspawn rectangle correctly overlay the ranks now.
            uhm i thought that it shouldn't overlay the rank at all :lol:
            Eole wrote:
            • ScoresTable.Script.txt: Increase of the size of team names in a team context
            Was this fixed by the latest update? If not could you explain what's the problem exactly?
            well it's kind of okay, i fear there just isn't much space left ^.^
              Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

              ManiaControl, FancyManiaLinks
              User avatar
              djhubertus
              Translator
              Translator
              Posts: 1097
              Joined: 09 Jul 2012, 18:30
              Location: Poland
              Contact:

              Re: Community Requests on Nadeo Library Scripts

              Post by djhubertus »

              Interface.Script.txt - Add New function, CreatePlayersListsWithoutHeader(); or WithoutTeamNames where only players lists will be created.

              Please Add more info about Achievements Lib functions

              Add Players order on WarmUpSimple Lib
              My Gamemodes:
              MP4 - Countdown, Firefight
              MP3 - Reduction, Overload, Flashpoint, Territory, SM Race, Escape
              MP2 - Search & Destroy, Oscillation, Instagib
              User avatar
              steeffeen
              Translator
              Translator
              Posts: 2463
              Joined: 14 Oct 2012, 16:22
              Location: Germany

              Re: Community Requests on Nadeo Library Scripts

              Post by steeffeen »

              it's probably not related to the script directly but in the scoretable built with the scorestable script bots (fake players) are always shown as offline
                Game Mode and Title Pack Creator, Developer, ShootMania-Player & more

                ManiaControl, FancyManiaLinks
                Post Reply

                Return to “ManiaScript”

                Who is online

                Users browsing this forum: No registered users and 1 guest