Starbound

Starbound

Penguin Piracy Reborn
 Tämä aihe on kiinnitetty, joten se on todennäköisesti tärkeä
greyedgaymer  [kehittäjä] 8.8.2019 klo 8.41
Bug Report!

KNOWN BUGS I HAVENT GOTTEN TO YET
- Flying penguins, without any relevant errors in starbound.log (No idea whats causing this, one report so far)

KNOWN BUGS IM TRYING TO FIX
- AI quest portrait needs fixing.
- Pengquin is having weird offset issues
- Mouth Position refusing to move from origin (3 blocks high)

HOW TO SUBMIT A BUG REPORT
1. Go to your log[starbounder.org]
2. Paste it into pastebin
3. Describe your error, and what you were doing when it happened
Viimeisin muokkaaja on greyedgaymer; 14.8.2019 klo 18.38
< >
Näytetään 1-15 / 38 kommentista
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
greyedgaymer  [kehittäjä] 10.8.2019 klo 9.01 
That Guy Without A Name lähetti viestin:
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
how the heck did i miss that- i'll get on it!
greyedgaymer  [kehittäjä] 10.8.2019 klo 13.36 
That Guy Without A Name lähetti viestin:
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
done!
Mohl 10.8.2019 klo 23.58 
none of the random weapons spawn correctly, as their names are incorrect (or simply don't exist, I haven't looked through the files to check). I only noticed it after I started finding random PGIs in chests.


Edit: New bug (I think), the peng-quins have a weird offset so that they're easily an entire tile to the right of where they actually are, thus allowing you to just stick them inside of walls.
Viimeisin muokkaaja on Mohl; 11.8.2019 klo 0.22
greyedgaymer  [kehittäjä] 11.8.2019 klo 3.30 
Mohl lähetti viestin:
none of the random weapons spawn correctly, as their names are incorrect (or simply don't exist, I haven't looked through the files to check). I only noticed it after I started finding random PGIs in chests.


Edit: New bug (I think), the peng-quins have a weird offset so that they're easily an entire tile to the right of where they actually are, thus allowing you to just stick them inside of walls.
thanks, mohl! i'll get right on that!
Mohl 11.8.2019 klo 10.03 
greyedgaymer lähetti viestin:
Mohl lähetti viestin:
none of the random weapons spawn correctly, as their names are incorrect (or simply don't exist, I haven't looked through the files to check). I only noticed it after I started finding random PGIs in chests.


Edit: New bug (I think), the peng-quins have a weird offset so that they're easily an entire tile to the right of where they actually are, thus allowing you to just stick them inside of walls.
thanks, mohl! i'll get right on that!
Dug into the files on the random weapons: Turns out most of them do spawn correctly, you just typo'd the shortsword and hammer, so they spawn PGIs instead.

As for the pengquins, the sprites have a massive amount of unnecessary empty space, which more than likely explains the offset. From there I assume you'd have to just mess around with the mannequin code to make it put the armor in the right spot.
greyedgaymer  [kehittäjä] 11.8.2019 klo 12.28 
Mohl lähetti viestin:
greyedgaymer lähetti viestin:
thanks, mohl! i'll get right on that!
Dug into the files on the random weapons: Turns out most of them do spawn correctly, you just typo'd the shortsword and hammer, so they spawn PGIs instead.

As for the pengquins, the sprites have a massive amount of unnecessary empty space, which more than likely explains the offset. From there I assume you'd have to just mess around with the mannequin code to make it put the armor in the right spot.
Yep, fixed the random weapons, but GOD even with perfect trimming theres a stupid amount of offset with the sprites, and imageposition sucks to finagle. but im finagling... such is the life of a modder
Mohl 11.8.2019 klo 19.46 
Did some more digging around after getting tired of "you can fit in 2x2 spots but it brings your air meter down anyway", it looks like the offsets on the penguin sprites themselves are all out of whack as well. In particular, the mouth position's offset is [3,3], which would put it at one of the corners of the sprite, well out of the actual penguin itself, and cause this suffocation deal.

Going by hand, I think [16,15] would work for the mouth offset, but I never modded races, and am like an entire year rusty on my json.
Goose 13.8.2019 klo 19.22 
you suffocate in 2x2 tunnel (default MM dig radius)
greyedgaymer  [kehittäjä] 14.8.2019 klo 4.13 
Goose™ lähetti viestin:
you suffocate in 2x2 tunnel (default MM dig radius)
yeah, thats an issue with the mouth offset- I'm working to fix it!
When I have this mod, all unique weapons in loot, including ones from the vanilla game simply generate as pgis
greyedgaymer  [kehittäjä] 14.8.2019 klo 18.39 
Epic lähetti viestin:
When I have this mod, all unique weapons in loot, including ones from the vanilla game simply generate as pgis
I edited the way you gotta submit your bug report- Can you send me your log?
greyedgaymer  [kehittäjä] 16.8.2019 klo 7.37 
Nelson761 lähetti viestin:
I found a glitch. When playing as a penguin and using a dagger on any emeny will make it invincible. Making it impossible to kill unless you return to the menu screen. Please patch!
I need a log file, Nelson!
idk if this can be fixed but the ship locker doesn't give you items from other mods starter loot,im assuming that this is an issue from the original.maybe this isnt really a bug in reality but its still annoying.
Viimeisin muokkaaja on RatDLR; 20.8.2019 klo 2.41
1) Caused by a typo: [Error] Could not apply patch from file /objects/protectorate/objects/protectorateextinguisher/protectorateextinguisher.object.patch in source: ..\mods\PenguinPiracyReborn. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (ParsingException) Missing leading '/' in Json pointer "pp/penguinDescription"

Fix: Replace path in that file from "pp/penguinDescription" to "/pppenguinDescription".

2) Caused by this mod incorrectly presuming a JSON node will always be present: [Error] Could not apply patch from file /npcs/outpost/outpostpenguinscientist.npctype.patch in source: ..\mods\PenguinPiracyReborn. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "chatSounds" to remove

Fix: Change the .patch to use multiple sequences, with a "test" op to check for the content to remove before removing it. This involves surrounding the whole file in another set of [ ] brackets and then adding a new bracketed sequence of operations. E.g., [ [ {testop}, {removeop} ], [ {replaceop}, {addop} ] ]. Although since this edit is only to justify why Dr. Akaggi is yellow, personally I'd just sooner remove any and all unrealistic feather-colour overrides of the original penguin race, since it never made sense why the original PP did that anyway.

3) [Error] Could not apply patch from file /vehicles/modularmech/modularmech.vehicle.patch in source: ..\mods\PenguinPiracyReborn. Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "armorCosmeticOverrides" to remove

Fix: Similar to #2. Split file into two separate patch operation sequences, move the removal op to a new sequence, and test before applying removal op.
Viimeisin muokkaaja on jtgibson; 14.9.2019 klo 5.42
< >
Näytetään 1-15 / 38 kommentista
Sivua kohden: 1530 50