Jump to content

NexusNull

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by NexusNull

  1. Hey there, nice to hear you will come back. Until you are back I will keep this compatible to current version  :)

    Ofc you can always take everything from what I publish to improve the mod, its all your code. Im just some kind of code-sitter.

    Good luck for your exam.

    Thanks a lot dude. If you want I can update the newest version with yours.

     

    Also, my last exam is on the 22th of September so I will start doing work after that.

     

  2. I haven't been active in a very long time here, I am still in my exam phase so I don't have much time but after I am done with that I will return and get some new stuff into my mod. As for other people who want to add/change things of the Mod, you are welcome to.

  3. quick question, since intalling your mod every hidden mass sector has been completely empty. does your mod change something that would effect this or is it probably another issue. do i need to restart my galaxy. i will fresh install and see if it helps. thanks for any info

     

    Edit. did a fresh beta install and only installed this mod and when i started a new galaxy i had nothing in my starting sector, no asteroids, stations or anything. going to uninstall for now.

    Sorry to hear that, that probably means there is something broken in the new beta version. Next time you experience something like this don't just say something isn't working, post the error log. Without an error log I can guess the error. (I am not good at guessing)

     

    Is there anyway to make a script to have the stations added into the sectors without overwriting the sector generator.lua code or any other core game code. Because this can cause issues with updates and will force you to update this every time they come out with a new patch effecting the sector codes.

    Yes there is, you have to do it manually. You have to follow the instructions under "With other mods" in "Installation/Download". I am working on a way to make this easier for people installing my mod but so far not a lot of luck.

     

  4. I am currently working on the new version, though it will take a long time to finish. I got lots and lots of other stuff to do which cuts my time down quite a bit.

     

    I think the easiest solution would be do implement a linear loss in mine returns e.g every five minutes your income gets reduced by two. So this means that at the end your mines would only last for 1 hour and 40 minutes, configurable of course.

     

    So now to the things I have planned in the future.

    Currently mines are pretty boring, you just fly up to them, pay so credits and you are set for live.

    Now the idea is to make every mine something special with you can interact and upgrade.

    Upgrades would cost materials, credits, goods and time.

     

    Some of the Upgrades I am planning include:

    • Production speed - (faster generation of resources)
    • Resource variety - (mine also generates resources of lower tiers)
    • Jump drive - (mine is able to jump to a neighboring system)
    • Market - (set products to trade with traders)
    • Upkeep reduction - (reduces the cost at which the mine operates)

     

    I am open to suggestions as always.

     

  5. Just delete those lines.

    Sector():addScriptOnce("sector/relationchanges.lua")
    

     

    Probably got in there while I was using another mod. I try to minimize that in the future but it happens sometimes.

  6. Tbh idk your mod works alone and all the other mods work alone. there is not any incompatibles between any of the mods as they use different files, but last night i dont know why but the starting sector would not generate when i mixed your mod with all the other mods 50% of the time but now its fine so idk man random bugs are random.

    Do you have any log files? If there is something wrong I might as well look into it.

  7. Was this another mod or something else btw? Be good to know there is no issues :)

     

    There are still issues, luckily I found one on the server and was able to solve it immediately.

    It seems that sometimes players don't get initialized, so the mines they claim cannot be saved to their player data.

    The fix will be out this evening.

  8. Is it intentional that this mod stops you from being able to claim asteroids to sell or build mines on?

    You are mistaken, I do not change the claiming mechanic. It is either a non claimable asteroid or somebody else changes this behavior.

  9. Version: 1.1

    Needed Install: Clientside

     

    This mod is still in beta so expect bugs and tell me about them.

     

    I want to tackle a specific problem with this mod. After some time when you reach the level to build stations you will probably want to move crew and cargo around. In vanilla Avorion you can only do this one by one. Also the Ui does not give you enough information. It takes minutes to find the specific good you want to move and more time to move it.

     

    So what does this mod do? Well, it adds more Icons and buttons to the "Transfer Crew and Cargo" screen.

    It also tells you if a specific good is illegal or dangerous. It extends the amount of crew you can move at once and at what level your crew is.

     

    Features:

    • Improves the permission GUI with another list box and sorted names
    • Improves the transfer crew GUI with profession and level Icons
    • adds Icons to cargo that show the cargo itself and if it is dangerous

     

     

    coming features:

     

     

    • More numbers and stats. Detailed description on how much crew you need
    • A server side part of the mod to reduce function calling

     

     

     

     

    Images:

     

     

     

    Image2.jpg

    Image4.jpg

    Image6.jpg

    PermissionsUi.1.1.png

     

     

     

     

    Installation/Download

     

     

     

    Download:http://nexusnull.com/NexGenUI/versions/NexGenUI.1.1.zip

     

     

    Older Versions:

    Download:http://nexusnull.com/NexGenUI/versions/NexGenUI.1.0.zip

     

    How to install:

     

     

    No other mods:

    In case you have no other mods installed it is pretty easy. Just drag zip contents into the Avorion folder. The path to the Avorion folder should be something like this:

    steam/steamapps/common/Avorion/

    With other mods

    Everything should work fine as long as they don't change  transfercrewgoods.lua

     

     

    If you have other questions ask in the comments.

     

    !Put the modfiles folder into the Avorion folder. Right next to data.!

     

     

     

    Mod structure:

     

     

    ├── data
    │   └── scripts
    │       └── entity
    │           ├── transfercrewgoods.lua ~ minified ~ Ask me for raw code
    │           └── collaboration.lua ~ minified ~ Ask me for raw code
    └── modfiles
        └── icons
            ├── crew
            │   ├── 0.png
            │   ├── 10.png
            │   ├── 11.png
            │   ├── 12.png
            │   ├── 1.png
            │   ├── 2.png
            │   ├── 3.png
            │   ├── 4.png
            │   ├── 5.png
            │   ├── 6.png
            │   ├── 7.png
            │   ├── 8.png
            │   └── 9.png
            ├── icons
            │   └── forbidden.png
            └── level
                ├── 1.png
                ├── 2.png
                └── 3.png
    

     

     

     

    Change log:

     

     

    Version: 1.1

    collaboration.lua
        added: Second ListBox to permissions window
        added: Sorting of Names for easier lookup
    

     

     

    Version: 1.0

    transfercrewgoods.lua
        added: Buttons for transferring crew and cargo
        added: Icons for crew and cargo
        added: Level icons for Crew
        added: Dangerous icon for cargo
    

     

     

     

     

     

     

  10. Everything here working well. I really just hope upgrades / higher costs for diff mats happens soon only because I'm now getting them in my LP Series. I found 3 in 1 system a bit crazy but that is just pure luck.

    I will probably update later this day. I want to deliver the fix for the other bug with it.

    Also I am working on another mod that has to be finished too.

  11. Ok, I am not sure but I think it is a bug in Avorion.

    Why do I think that? Because it seems that Avorion is not starting the player events for you either.

    Which means your game doesn't run updateServer in eventscheduler.lua.

    I guess my workaround would be to implement my hooks elsewhere.

     

    Are you ok with joining me in discord today? I know its bothersome but I want to fix this.

     

  12. I got in contact with him, but The problem resolved itself after a jump into another System.

    The server I am playing also has this mod, we had issues in the beginning but everything was fine after some time.

    I will start a test server and look into it.

×
×
  • Create New...