Starbound

Starbound

1,608 个评价
Stardust Core
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
973.049 KB
2016 年 9 月 16 日 下午 9:28
2021 年 11 月 24 日 上午 11:15
49 项改动说明 ( 查看 )

订阅以下载
Stardust Core

在 Zia Satazaki 的 3 个合集中
zetaBOUND
49 件物品
Stardust Suite
2 件物品
(WIP) Beyond the Stars
41 件物品
描述
Formerly (and internally) known as StardustLib.
System features and support code for the modded experience.
NOTE TO SERVER OWNERS: this mod contains a second .pak! Make sure this is loaded or unexpected behavior may occur!

metaGUI
A custom UI system designed to make designing panes less of a pane and add a plethora of new features such as:
- Unified theming engine with user-selectable styles
- Universal settings panel - easily add any client-side configurables from your mods into one centralized control panel
- Full layout engine that makes arranging your widgets a breeze
- Full context menu support
- Receive scroll wheel events in scripts (yes, it can be done!)
Code and reference sheet can be found on GitHub[github.com].

Quickbar
This mod replaces the Matter Manipulator button for quick access to various shortcuts.
Other mods can easily add their own options to the Quickbar with a simple patch.
Documentation can be found on the old Quickbar Mini Wiki[github.com].

Note that this mod is incompatible with Manipulated UI.

Other features
- Costume system
- Navigation panel extension (fuel gauge, toolbar; per species options)
- Per-species intro cinematic system

Follow development and view changelogs here:
https://github.com/zetaPRIME/sb.StardustSuite
156 条留言
mattecrowd0488 9 月 28 日 下午 5:14 
is there a way to have this mod work without the matter manipulator? im trying to play the new gic update, but i cant access the quick bar without one.
Zia Satazaki  [作者] 9 月 17 日 下午 12:55 
I'm not going to make any concessions to a fork maintained by a transphobe. Use OSB if you want shiny things. Additionally, table smuggling is what makes *any* of metaGUI possible.
Xytronix 9 月 17 日 上午 3:58 
Would you consider moving away from lua smuggling for compatibility with xStarbound?
林一二 5 月 13 日 上午 9:37 
Sorry, that bug was on Stardust UI
林一二 5 月 13 日 上午 9:32 
Would you support lua sandboxing? When opening a container:

```
[00:14:08.131] [Error] Exception while creating lua context for scripts '["/sys/metagui/core.lua"]': (LuaException) Error code 2, [string "/sys/metagui/core.lua"]:12: attempt to concatenate a nil value (field 'rootPath')
stack traceback:
[C]: in metamethod 'concat'
[string "/sys/metagui/core.lua"]:12: in local 'module'
[string "/sys/metagui/core.lua"]:24: in main chunk
```
Zia Satazaki  [作者] 2 月 27 日 下午 12:58 
it's also apparently been fixed on OSB's end in current git (by making their fix to a specific bit of vanilla brokenness my functionality relies on optional)
GrimWolf 2 月 27 日 上午 4:54 
It's OK, it's not top priority as their is a workaround I found.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2957136802

That will make the quickbar scrolling work again.
Zia Satazaki  [作者] 2 月 26 日 下午 12:26 
right, I need to get around to accepting a PR and pushing a new release out
GrimWolf 2 月 26 日 上午 6:01 
I'm also using OpenStarbound and having the same scrolling issue with the quickbar. Although I only just installed oBS and didn't have the issue before installing oBS.
☯ James ☪ 2 月 25 日 上午 8:25 
Mouse wheel scrolling down in quickbar doesn't seem to work at all, however scrolling up does. I'm using OpenStarbound if this makes a difference. I also don't see any errors at all in the log.