Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Im seeing alot of working width 0 in console. I've had my augers randomly stop working and constantly having to be gsVehicleReload to work again. I wonder if your mod is whats causing my auger and dump truck unloading to break all the time. 

I cant think of any other script mods that would do it.
Message is
"
:52 [dbg20 lp346663] {vehicle}/- Getting work width...
:52 [dbg20 lp346663] {vehicle}/- Has NO work area.
:52 [dbg20 lp346663] {vehicle}/- Working width is 0.
"
{vehicle} = vehicle name.
usually right below your mod messages.

thanks for sharing this.

those are debug messages from another mod. it looks like that could be debug messaging from Courseplay. it is calculating work areas. my mod does not perform any calculations/alterations on the work area. also, my mod does not use that output format to write to the log.

Got it. Your mod was the most recently installed so it got the finger first. I'll do some more testing when I have time and see anything else of note. I uh... tend to have more fun bug testing mods than i do playing with them sometimes lol.