Fixed by now.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 4 2018
Fixed by now.
Fixed by now.
Fixed by now.
Fixed by now.
Fixed by now.
There was a fix for the previous logic loop detection not working properly. Not 100% sure if it is also meant to interfere with the logic, I believe it was simply just a notification message for you to act on and investigate. I'll leave this task on open till I know for sure. Perhaps others can upload a blueprint + a screenshot of what part of their logic does not seem to work anymore that did before.
The message starts with Gate Destination too far!, the maximum distance shown is always the default config value and does not account for chambers,
It's only a GUI issue as jumping through a gate still works fine with a boosted warp distance.
-QA Testing-
Was fixed a while ago.
Duplicate, merging tasks.
This issue might not happen anymore. Can't reproduce it with those steps and haven't run into it myself for a long time either.
If anyone else still gets it, any specific steps you did to reproduce it?
Duplicate, merging tasks.
It may be fixed by now in the pre-release version. It's hard to tell what the original cause was though so another issue could still be there.
Leaving this task on open for more info/clues if it happens again.
What happens is ok, as you should normally not have these effect blocks in your inventory (especially is you use creative/shipyard).
I'm getting an error when I don't have them in my inventory: Paste not complete: not enough blocks!
Jul 3 2018
I can't seem to reproduce this one, tried it out on AI controlled ships and normal ships that got bumped. I did not notice any jitter, perhaps the issue was fixed along the way,
Yep, should have been fixed quite early on.
Can't reproduce, most likely because it was exactly the same issue as T2997 which is fixed now.
Can you still reproduce this issue? or do you have logs about it so that I can compare the error.
The new power system cannot be used in combination with the old one, that means you can't dock a new power ship to an old power station without converting it first. What you do here, is the same, but the message you're getting is wrong and confusing.
As long as you hold the button, you fire the beam. And now you also consume full power when that is happening. If your ship runs out of power, then your beam will stop firing as well even if you hold the button.
Not a bug, docked reactor's are disabled. You can change your priority queue on the station to make sure that the vital components are always charged. A change is needed as well to allow for completely disabling power inheriting which would help a lot in this situation. That's however a feature request, not a bug report.
Jun 29 2018
-QA Testing-
Ok then, was wrong but unfortunately those logs have a too vague stacktrace to determine exactly where it happens.
It seems to be caused by something going null in your HUD Context, although not sure which part.
Should apparently be fixed already.
Reverting merge, different issue.
Duplicate, merging tasks.
Can't reproduce, both combinations are being used by my AI Turret.
Perhaps upload a blueprint of the ship + turret that you tried it with, and maybe try it out again to be sure it's still there.
Any weapon fires at CoM currently when it should first go for systems.
Have tried every combination and it always shoots for CoM so there must be an issue with the system to determine which collection to target.
Was fixed a while ago
should have been fixed, other issues remain though.
AI requires some rework to make it work properly with all weapons, it's something to work on after this release.
Can't reproduce, tested out all directions and they all work for me.
Perhaps you accidentally pressed F1 + 3 or F1 + 4 while looking at the computer, as that changes it orientation without replacing it and causes it to not change firing direction as well. It's a debug shortcut so it's not really supposed to change fire direction as well.
Merging task with the one in queue.
Nevermind, they still blink with that. Better to fix burst time -1 power consumption then.
Good find, seems to only happen with BurstTime -1, used for all 3 support beams.
I'll change the config again to put burst time the same as cooldown, and up the burst time a little bit so that it doesn't blink on/off in between cycles.
Sorry for the late response, seems you may have a corrupt installation. Try to force download all & overwrite in your launcher.
Yep, ran into it as well. Not something graphics related, it's the ray cast throwing a nullpointer.
java.lang.NullPointerException at org.schema.game.common.data.physics.CubeRayCastResult.isFilteredRoot(CubeRayCastResult.java:338) at org.schema.game.common.data.physics.ModifiedDynamicsWorld.doRayTest(ModifiedDynamicsWorld.java:540) at org.schema.game.common.data.physics.ModifiedDynamicsWorld.rayTest(ModifiedDynamicsWorld.java:1051) at org.schema.game.common.data.physics.PhysicsExt.testRayCollisionPoint(PhysicsExt.java:755) at org.schema.game.common.data.physics.PhysicsExt.testRayCollisionPoint(PhysicsExt.java:724) at org.schema.game.client.view.gui.shiphud.newhud.Hud.drawSmallCorsair(Hud.java:434) at org.schema.game.client.view.gui.shiphud.newhud.Hud.draw(Hud.java:182) at org.schema.game.client.view.gui.GuiDrawer.draw(GuiDrawer.java:172) at org.schema.game.client.view.WorldDrawer.drawGUI(WorldDrawer.java:832) at org.schema.game.client.view.MainGameGraphics.framebufferPass(MainGameGraphics.java:921) at org.schema.game.client.view.MainGameGraphics.draw(MainGameGraphics.java:442) at org.schema.schine.graphicsengine.core.GLFrame.draw(GLFrame.java:456) at org.schema.schine.graphicsengine.core.GLFrame.render(GLFrame.java:501) at org.schema.schine.graphicsengine.core.GLFrame.doFrameAndUpdate(GLFrame.java:643) at org.schema.schine.graphicsengine.core.GraphicsContext.mainLoop(GraphicsContext.java:855) at org.schema.schine.graphicsengine.core.GraphicsContext.startUp(GraphicsContext.java:752) at org.schema.game.client.controller.GameMainMenuController.startGraphics(GameMainMenuController.java:1158) at org.schema.game.common.Starter.startMainMenu(Starter.java:1503) at org.schema.game.common.Starter.main(Starter.java:978)
Brown paint exists in the block config, but everything about it seems to be missing. There's no sprite provided for it, it's not enable as a usable item either and it can also not be crafted.
I'm not 100% sure why it was added before, but we may end up removing it instead then.
Good find, stealh strength 3 was using the recon strength 3 values.
-validated-
I'll change up the HUD Context a bit for shields to give you different information in case your regen < upkeep, that should explain it better (assuming HUD context is enabled)