8381a
Happens when a market good cost 0 credits and the games tries to calculate stuff with it on clicking it on the dealer.
8381a
Happens when a market good cost 0 credits and the games tries to calculate stuff with it on clicking it on the dealer.
Glad to help. another one i just had with random missions
1aa9f
It is already on the list as something related to server stuff, but this also happpens when, for example in my case, you are missing m13.ini file on a open sp. This offset has a bunch of causes but in general it is “Freelancer function that has the task to control the player status on missions had a problem , could be that it doesn’t know if the next mission is a story mission or keep the player doing random missions, or it mistakenly thinks the player is on a story mission when it isn’t”
You guys can word that better than me, hope it helps.
Shading.dll 0x0001014a or RP8.dll 0x00033b2f, seems like it can happen on either two.
if In the current system there is one or more objects that doesn’t have power of two size textures
I found a solution to create hitboxes for stuff without having to do it manually, except for small details you can do by hand.
This thing is called convex hull V-HACD, it is a method that scans the 3d object and makes a bunch of convex hulls covering it.
https://github.com/andyp123/blender_vhacd
Here are a example, hope it helps everyone.
ATTENTION: for the script to work, you need to have this addon on your Blender as it uses it https://extensions.blender.org/add-ons/web3d-x3d-vrml2-format/
I found a way to have numbers under 1.0 on the drag_modifier variable on [Zones], meaning that 0.5 or similar will increase speed instead of reducing it.
!! Please do a backup of the file, this was done with Ghidra and needs testing !!
Common.dll
OFFSET 000D7A60
CHANGE: 7A -> EB
OFFSET 000D7AC0
CHANGE: 7A -> EB
OFFSET 000D7AF0
CHANGE: 0F 85 73 02 00 00 -> 90 90 90 90 90 90