-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
That does general checks on the table
Some of these things might be caused by editing the file using vpxtool and might not actually be possible in the editor
Some of these might be more related to and extracted table
- duplicate sounds
- references to sounds that don't exist
- references to images that don't exist (warning this one is case insensitive but we might still report casing issues on the lowest level)
- references to materials that don't exist
- missing table info
- maximum object name length Add to table lock audit a warning when script references non-existing objects vpinball/vpinball#1706
- duplicates in images
- duplicates in meshes (currently there is difference in mesh vs mesh instance)
- extreme values that might cause artifacts, eg reflection of playfield > .2
- extreme fades Endless loop in bulb_heat_up vpinball/vpinball#2378 (comment)
- old bmp images
- suggest webp
- missing fonts
- unrecognized enum values
- mixed or non CRLF line endings in the script
Check what checks the vpinball audit performs
vpinball/vpinball#1502
Harder as we need to parse the code
- find unused images
- find unused materials (can these be swapped?)
- find referenced objects that don't exist Add to table lock audit a warning when script references non-existing objects vpinball/vpinball#1706
- find old deprecated calls
- suggest
Option ExplicitandRandomize - variable names conflicting with collections / groups / objects: "VR Room" layer conflicts with "VR_Room" const? vpinball/vpinball#2319 (comment)
- FlexDMD / UltraDMD / PuP image / video / sound file case sensitvity issues
Specific Wine / Standalone issues
- const used before declaration
- cvpmDips setup Creating an object of type "VPinMAME.WSHDlg" is not supported
see also vpinball/vpinball#1706
see also vpinball/vpinball#1828
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request