Starbound
Penguin Piracy Reborn
 Acest topic a fost fixat, deci probabil este important
greyedgaymer  [dezvoltator] 8 aug. 2019 la 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
Editat ultima dată de greyedgaymer; 14 aug. 2019 la 18:38
< >
Se afișează 1-15 din 38 comentarii
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
greyedgaymer  [dezvoltator] 10 aug. 2019 la 9:01 
Postat inițial de 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  [dezvoltator] 10 aug. 2019 la 13:36 
Postat inițial de That Guy Without A Name:
I noticed that there's no respawn animation for pppenguin, causing my save to softlock.
done!
Mohl 10 aug. 2019 la 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.
Editat ultima dată de Mohl; 11 aug. 2019 la 0:22
greyedgaymer  [dezvoltator] 11 aug. 2019 la 3:30 
Postat inițial de 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 aug. 2019 la 10:03 
Postat inițial de greyedgaymer:
Postat inițial de 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  [dezvoltator] 11 aug. 2019 la 12:28 
Postat inițial de Mohl:
Postat inițial de 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 aug. 2019 la 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 aug. 2019 la 19:22 
you suffocate in 2x2 tunnel (default MM dig radius)
greyedgaymer  [dezvoltator] 14 aug. 2019 la 4:13 
Postat inițial de Goose™:
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  [dezvoltator] 14 aug. 2019 la 18:39 
Postat inițial de 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  [dezvoltator] 16 aug. 2019 la 7:37 
Postat inițial de 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 aug. 2019 la 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.
Editat ultima dată de RatDLR; 20 aug. 2019 la 2:41
jtgibson 14 sept. 2019 la 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.
Editat ultima dată de jtgibson; 14 sept. 2019 la 5:42
< >
Se afișează 1-15 din 38 comentarii
Per pagină: 1530 50