Page MenuHomeFeedback Tracker

filename/pathing inconsistencies
Assigned, NormalPublic

Description

"P:\DZ\gear\food\config.cpp" - line 8234

healthLevels[]={{1, {"DZ\gear\food\data\"""".rvmat"}}, {0.7, {"DZ\gear\food\data\"""".rvmat"}}, {0.5, {"DZ\gear\food\data\""""_damage.rvmat"}}, {0.3, {"DZ\gear\food\data\""""_damage.rvmat"}}, {0, {"DZ\gear\food\data\""""_destruct.rvmat"}}};

"P:\DZ\gear\consumables\config.cpp" - line 870

healthLevels[]={{1, {"DZ\gear\consumables\data\"""".rvmat"}}, {0.7, {"DZ\gear\consumables\data\"""".rvmat"}}, {0.5, {"DZ\gear\consumables\data\""""_damage.rvmat"}}, {0.3, {"DZ\gear\consumables\data\""""_damage.rvmat"}}, {0, {"DZ\gear\consumables\data\""""_destruct.rvmat"}}};

Details

Severity
Trivial
Resolution
Open
Reproducibility
N/A
Operating System
Windows 11 x64
Category
General
Steps To Reproduce

na

Event Timeline

Geez changed the task status from New to Assigned.Wed, May 14, 10:31 AM
Geez added a subscriber: Geez.Wed, May 14, 12:19 PM

Can you please provide more information and details?

"""" is an invalid filename.

Geez added a comment.Wed, May 14, 3:33 PM

Can you please specify what item are you refering to?

All the rvmats with """" in the names. They don't exist and can't on windows based machines.
In aware the VFS would allow it, but it seems like automated file generation issues.

TrueDolphin added a comment.EditedFri, May 16, 5:40 AM

class Worm - class damagesystem - class globalhealth - class health - healthlevels for the first one.

class Chemlight_ColorBase - class damagesystem - class globalhealth - class health - healthlevels for the second one.