Starbound
121 평점
Snugget Race
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
8.633 MB
2021년 2월 27일 오후 10시 23분
2021년 8월 24일 오전 12시 25분
업데이트 노트 7개 (보기)

다운로드 위해 구독하기
Snugget Race

설명
Features:
- Playable Snugget race
- Pet Snuggets are fullbright
- Cosmetics for Snuggets that can be dropped near pet Snuggets for them to wear it
- Dyes that change the colour of Snuggets (only RGB and Rainbow currently)
- Items that allow changing the appearance of the Snugget ship
- A tech that shrink the snugget down so it can fit in 2x2 spaces at the cost of reducing power, protection, max health and max energy to 44% of their value

Mod Support:
- Has support for racial stats with Frackin Races ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=763259329 ) and Frackin Universe ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=729480149 )
- Has support for the custom SAIL from Ztabound ( https://psteamcommunity.yuanyoumao.com/workshop/filedetails/?id=1465571894 ) and Frackin Universe
- Has support for Frackin Universe BYOS
- Has support for tier 9 and tier 10 ships with Tier Nine Ships ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=729469608 )
- Has Frackin Universe research integration for unlocking the recipes from the mod (if you don't have Frackin Universe, the items are unlocked by default instead)

Credits
- FPSUsername and Jack Jasra for the black versions of the ship ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=829110599 and https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1218978303 )
- SingABrightSong and eLe for the tier 9 and tier 10 ship ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=729469608 )
- Frackin Universe for various scripts based on some of the Frackin Ship ones (all made by Hubnester) ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=729480149 )
- Sentient Cookie and Shinigami Apples for the invisible clothes icons ( https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=729480149 )
- Neb for the string splitting code used by the snugget colour changing system
- Zancuno for the RGB hair dye description

Github Link: https://github.com/Hubnester/HubSnuggets
인기 토론 모두 보기(1)
0
2021년 2월 27일 오후 10시 49분
고정됨: Bug Reports
Hubnester
댓글 51
Hubnester  [작성자] 2025년 8월 11일 오후 11시 52분 
each [ ] correlates to a point in the collision poly (the number being the offset in blocks from the players position), you can view the collision poly by using /debug in game. i'm not sure what the values need to be changed to to do what you want, though looking at /species/humanoid.config in the base game files could be useful (this has the poly races have by default)
Pikmin 2025년 8월 10일 오후 2시 23분 
Do you know what I put for it to be the width of a human? Because the height is fine, it's just the width.
Pikmin 2025년 8월 10일 오후 2시 20분 
Started tinkering with it and I can't understand what each "( )" correlates to.
Hubnester  [작성자] 2025년 8월 9일 오전 8시 03분 
the hitbox is defined in /species/hubsnuggetoid.config under movementParameters (the standing and crouching poly)
Pikmin 2025년 8월 8일 오후 7시 55분 
New question, how do I change the hitbox of it? As in, I can't fit in 2x2 spaces because of it.
Pikmin 2025년 7월 25일 오전 11시 26분 
I did it! Thanks.
Hubnester  [작성자] 2025년 7월 24일 오후 10시 15분 
actually, looks like the lounging code might be only for sleeping (i think it is to prevent the rotation of the character that normally occurs)
Hubnester  [작성자] 2025년 7월 24일 오후 10시 13분 
Looks like "layImagePosition" at the bottom of /species/hubsnugget.species is what defines the position while sitting and sleeping, so you could probably experiment with changing that to change the position, though I'm pretty sure it affects both sitting and sleeping
Pikmin 2025년 7월 24일 오후 5시 28분 
The glowing is gone now, it's just the sleeping sprite that needs fixed. Sitting is fine tho.
I've been looking at the lounging section and even though I've looked at it for a solid half an hour, I had no idea what I was looking at and what to remove or change.
Hubnester  [작성자] 2025년 7월 24일 오전 3시 05분 
looks like it still glowing is due to imageData.fullbright = true in the file mentioned below at line 90 (changing the true to false should stop the glow, not too sure about the appearing in the ground part without more info)