Starbound
Penguin Piracy Reborn
 Este tema se ha marcado como fijo, por lo que probablemente sea importante
greyedgaymer  [desarrollador] 8 AGO 2019 a las 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
Última edición por greyedgaymer; 14 AGO 2019 a las 18:38
< >
Mostrando 1-15 de 38 comentarios
Celadon Epsilon 10 AGO 2019 a las 8:59 
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
greyedgaymer  [desarrollador] 10 AGO 2019 a las 9:01 
Publicado originalmente por That Guy Without A Name:
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  [desarrollador] 10 AGO 2019 a las 13:36 
Publicado originalmente por That Guy Without A Name:
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
done!
Mohl 10 AGO 2019 a las 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.
Última edición por Mohl; 11 AGO 2019 a las 0:22
greyedgaymer  [desarrollador] 11 AGO 2019 a las 3:30 
Publicado originalmente por Mohl:
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 AGO 2019 a las 10:03 
Publicado originalmente por greyedgaymer:
Publicado originalmente por Mohl:
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  [desarrollador] 11 AGO 2019 a las 12:28 
Publicado originalmente por Mohl:
Publicado originalmente por greyedgaymer:
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 AGO 2019 a las 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 AGO 2019 a las 19:22 
you suffocate in 2x2 tunnel (default MM dig radius)
greyedgaymer  [desarrollador] 14 AGO 2019 a las 4:13 
Publicado originalmente por Goose™:
you suffocate in 2x2 tunnel (default MM dig radius)
yeah, thats an issue with the mouth offset- I'm working to fix it!
Windows 7 14 AGO 2019 a las 11:38 
When I have this mod, all unique weapons in loot, including ones from the vanilla game simply generate as pgis
greyedgaymer  [desarrollador] 14 AGO 2019 a las 18:39 
Publicado originalmente por Epic:
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  [desarrollador] 16 AGO 2019 a las 7:37 
Publicado originalmente por Nelson761:
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!
RatDLR 19 AGO 2019 a las 4:26 
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.
Última edición por RatDLR; 20 AGO 2019 a las 2:41
jtgibson 14 SEP 2019 a las 5: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.
Última edición por jtgibson; 14 SEP 2019 a las 5:42
< >
Mostrando 1-15 de 38 comentarios
Por página: 1530 50