Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 670

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jan 2019
    Location
    antalya
    Posts
    4
    Rep Power
    0

    Default

    Hi there,
    I am using Arimi skin, I noticed that there is a continuous increase button while simulating in the_skin.lua file located at the_skin_ari_nextgen.zip\ui_nextgen\common\ui. How can we do it the other way around? So I also want it to be decreasing.
    Thank you from now.
    Its content is as follows:
    Code:
    Please Login or Register to see the links
    Spoiler: screenshot
    [Only registered and activated users can see links. ]
    Last edited by Boki; 13th December 2023 at 07:54 AM. Reason: approved, spoiler, code ...

  2.    Advertissements


  3. #2
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    129
    Rep Power
    245

    Default

    Pausing the simulation allows you to return the speed to the minimum without additional button or function


    Otherwise,
    add this function after the previous
    function sc_simulate_speedup()
    .....
    end
    Code:
    Please Login or Register to see the links

    locate the appropriate navigatemap.ui containing the simulation buttons, find <layer ui_SimulationControls definition

    copy the entire last button definition which contain sc_simulate_speedup() ad control speed of simulation ,

    to add a 'decrease button' on left, put the previous copy just under <HBOX class="simulation_controls at first place in the uttons list and replace sc_simulate_speedup() in it by sc_simulate_speeddown()

    save ui and lua, that's all
    Last edited by lunapark; 15th December 2023 at 01:34 AM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •