This mod can turn normal parts into physicsless parts to some extent, making it possible to build huge structures or vessel without fighting against annoying physics and unacceptable frame rate.
The YAPP technically won't break any saves apart from breaking a loaded vessel and doesn't affect collision so parts won't fall under the terrain.
Inspired by PrunePhysics, YAPP is highly optimized Comparing to the original mod so players are able to launch their vessel (with thousands of parts) in several minutes without waiting for an hours while their computer are doing repetitive works.
Activate the "YAPP Enabled
" switch in the PAW and launch/reload the vessel.
To disable, simply deactivate the "YAPP Enabled
" switch and reload the vessel.
This mod uses a regex white list to prevent unsafe usage on part with unrecognized module.
To add an module to white list, create/modify a text file with ".yappwl
" extension under the "GameData
" folder or subdirectories.
For example:
// mywhitelist.yappwl
// some modules
ModuleFoo
ModuleBar
// add white list for all modules whose name start with "Module" (regex)
Module.*
- Cause stutters when destroying parts.