Space Engineers

Space Engineers

147 lượt đánh giá
Build Info (bleeding edge build)
2
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Type: Mod
Mod category: Script, Other
Nhãn: hud
Kích cỡ file
Đã đăng
Đã cập nhật
7.554 MB
12 Thg02, 2021 @ 8:25am
10 Thg09 @ 3:27pm
77 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Build Info (bleeding edge build)

Trong 1 bộ sưu tập tạo bởi Digi
Digi's Space Engineers mods
46 vật phẩm
Mô tả
This is the more frequently updated version of Build info mod for public testing, features are still tested but I can't test every combination and I'm not testing in servers, so please use this if you're ok with finding the occasional issue and reporting it.

This version will be newer or at least same version as main mod, you can keep using this one if you prefer to always get the latest features/fixes/bugs.


NOTES
  • Please do not post comments, use discussions instead. Comments should be reserved for people who want to get notified of this mod's state.

  • Make a topic in discussions for bugreports, and include SE log for crashes/errors.
    Alternatively you can DM me on discord: Digi#9441 (no need to add first unless discord really asks you that).

  • This uses a different config path, it's for the best as there will be loss of customized settings if you use a newer config on an older mod version.

  • You can also test this version in servers that use the main version by replacing the downloaded mods' files, if you know where they are and how that works it should be straightforward to do, just remember to delete first to avoid issues.
    If you've no idea what I'm talking about then don't worry about it, it's prone to issues so you need to know your way around the steam/se/modding stuff to fix it if that happens xD


mod io?
Please read[gist.github.com]
Thảo luận nổi bật Xem tất cả (14)
3
26 Thg06 @ 7:10am
Disabling the function in free camera mode
FHN
7
14 Thg03 @ 12:31pm
"There was a problem loading the world" when both mod and plugin are enabled
Unruly
4
23 Thg05, 2023 @ 5:38pm
Error When joining servers and saves
RoboRob
31 bình luận
a_person 19 Thg08 @ 1:22pm 
I've been having issues recently with making a rotor rail miner and found out the main issue is that timer blocks starting themselves have around a 10-11 tick delay and that was throwing the rotor attach time off. Also have noticed previously that shoot on/off has more spread on rotor gatlings than shoot once, indicating that shoot on/off starts firing at different times. Is it possible for you to add a tick delay/tick spread stat? It would help out a lot.
Digi  [tác giả] 28 Thg06 @ 7:43pm 
That's because it doesn't matter for this and also for vast majority of mods which use scripts or add new things.

The only time load order matters is when 2+ mods override the same things, like override a block, a block-variants-group, an item, etc.
And there's ways around that by modifying things partially with scripts (or mod frameworks like mod adjuster v2) which reduce the chances of two mods changing the exact same thing, and when they do then their load order decides which is kept (mods at the top are loaded last therefore their changes are kept).
Malpherian 28 Thg06 @ 6:48pm 
I love these tools you all create, but I notice that none of you actually post where in the Load order these things go. Since they are requirements for other mods, it would be super helpful to know this information.
a_person 15 Thg05 @ 9:17pm 
Theres none that I could see. Though I recently noticed that space balls are able to be used as a short range antenna and there seems to be no mention of it in your info yet.
Digi  [tác giả] 15 Thg05 @ 8:48pm 
Ah I thought it printed gigantic numbers with grams unit =)
I think I understand, you want more precision in the numbers. Any other numbers that shouldn't be rounded?
Digi  [tác giả] 15 Thg05 @ 6:20pm 
If you mean under 1kg, it's been printing grams for years now.
Otherwise I'm not sure, I've done some testing and not seeing grams above 1kg inputs: https://pastebin.com/bp111yEG

Can you make a screenshot of the issue, I'm not sure what I'm missing.
a_person 15 Thg05 @ 2:03pm 
the update causes grid weight to be measured in grams rather then kilograms when past 1kg, which makes it slightly harder to calculate the amount of newtons a ship needs.
a_person 23 Thg04 @ 9:34pm 
Found a couple minor bugs. Spherical overlays appear to be missing one line at the bottom and if you use the command /bi mods in spectator mode it still moves the camera when you move your mouse.
AsteroidBuggs 19 Thg04 @ 6:37pm 
Why'd I get a notification for this.
Digi  [tác giả] 19 Thg04 @ 6:27pm 
That is an intentional decision to not show individual rays because it would be a bit cheaty.
The intended design seems to be an exclusion radius so that's what I'm showing.
And they can't really improve on it much without having more rays, or more rays+more time or lots of shape intersection tests.