Add GameLog entries for resource loading #1110

Closed
opened 2026-04-05 16:52:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BoatFloater on 3/23/2023

I want to add entries in the game log for resource loading (string loading, image loading).

Since the entries are so similar I put them in the same database table, but it does result in some awkward logic separating it back out. Maybe you will want to take this in a different direction.

I added a config option (default false) to enable logging for this category, but right now it only disables adding the logs, not filtering or returning existing log entries in the db. Not sure what the ideal behavior is. Also, I don't know how to translate one of the strings.

*Originally created by @BoatFloater on 3/23/2023* I want to add entries in the game log for resource loading (string loading, image loading). Since the entries are so similar I put them in the same database table, but it does result in some awkward logic separating it back out. Maybe you will want to take this in a different direction. I added a config option (default false) to enable logging for this category, but right now it only disables adding the logs, not filtering or returning existing log entries in the db. Not sure what the ideal behavior is. Also, I don't know how to translate one of the strings.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#1110