Immersive Radioactivity

  • Potbelly
    15th Aug 2017 Banned 5 Permalink
    This post is hidden because the user is banned
    Edited 4 times by Potbelly. Last: 17th Nov 2017
  • jacob1
    15th Aug 2017 Developer 1 Permalink
    mediafire is a pretty shady site that's filled with ads and popups. Also .rar files are hard to open for some.

    Maybe you should submit this to the official scripts server: https://starcatcher.us/scripts/paste.lua

    This would make it easier for everyone to download it in game, using the script manager (pinned to the lua section)
  • Potbelly
    15th Aug 2017 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob1
    15th Aug 2017 Developer 0 Permalink
    @Potbelly (View Post)
    You can go to this page: https://starcatcher.us/scripts?view=127 and click on "Edit this script" to submit an update to the script. After the update is approved by a moderator, an "Update" button will appear next to it in the script manager. The "ID" field probably shouldn't show up for new submissions, maybe i'll change that later. It's not something users can edit.

    Before approving your script, I made some changes to fix the elements not showing up in the menus. This is the proper way to do that, be sure to use the elem.SC_ constants and set MenuVisible to 1:
    elem.property(elem.TIMO_PT_SATU, "MenuSection", elem.SC_NUCLEAR)
    elem.property(elem.TIMO_PT_SATU, "MenuVisible", 1)

    You also had some lines like: elements.element(elements.DEFAULT_PT_GLOW)
    This doesn't do anything by itself. You need to do elements.element(elem.TIMO_PT_SATU,elements.element(elements.DEFAULT_PT_GLOW)) in order to copy the properties from GLOW to your element. Also, ,by doing this, it means you won't need the above MenuVisible property set to 1, because GLOW already has it set to 1. I deleted the lines, if you want your elements to copy the properties of GLOW / whatever else, then you can add them back.

    Also you don't need to set the "State" property any more. It got removed.
    Edited once by jacob1. Last: 15th Aug 2017
  • Potbelly
    15th Aug 2017 Banned 0 Permalink
    This post is hidden because the user is banned
  • TPT_PL
    15th Aug 2017 Member 1 Permalink
    @jacob1 (wherever you are):
    You should add a +2 button for posts.

    I didn't try this mod, but from what I've read, it will be amazing. Once I go to my sad computer, I will download it at the speed of light (well, at the speed of internet is maybe a correct expression :))

    To not double post, I will just edit this one, K?


    Okay. This. Mod. Is. Epic. The only thing I'm going to say.
    Edited once by TPT_PL. Last: 15th Aug 2017
  • docRoboRobert
    15th Aug 2017 Member 0 Permalink

    This is great! Good work.

  • Potbelly
    15th Aug 2017 Banned 0 Permalink
    This post is hidden because the user is banned
  • tptquantum
    22nd Aug 2017 Member 0 Permalink

    It's awesome. I can't wait to see future updates.

  • Potbelly
    27th Aug 2017 Banned 0 Permalink
    This post is hidden because the user is banned