MaFi-Games / Captain-of-Industry-issues

Public issue tracker for Captain of Industry video game
22 stars 4 forks source link

Bug: When Mining, block access to any tiles surrounded on all 4 sides by unfinished mining or dumping. #384

Open JamieRCHI opened 2 years ago

JamieRCHI commented 2 years ago
  1. Any tiles that are surrounded by another tile (where mining is not complete) should be disabled to prevent mining. Allow tiles to be mined only if one edge is open. (Excavator pathing rule.)
  2. Only allow a truck to move to a finished tile that is open from at least one side when approaching an Excavator. I should never see a truck drive onto the tile an Excavator is currently being mined. (Truck pathing rule.) No sharing tiles.
  3. Automatically clear tiles, Don't just dim them when completing a tile when either dumping or excavating. This is more for Usability to make it easier to see the progress of mining or dumping, and prevent the needless time manually removing the finished tile indicators while the Overlay is enabled. (For landslides, they should be re-enabled as needed.)

I quite often see the Excavator ignoring the closest free tiles and jumping over an unfinished tile or two. Should never happen. Disable diagonal moves from one tile to another. Adjacent moves only.

The red border should be placed around any tile blocked by others on all four edges. This would eliminate most issues. Including tiles that can be currently driven on due to normal pathing rules. Maybe instead of the red border, coloring the whole tile red or orange to indicate access not allowed for excavating, dumping, or picking stuff up.

Maybe treat the mining area like a chess board. Only certain moves allowed from tile to tile for each vehicle. Vehicles do not share tiles. Four mining/dumping colors instead of just two.

  1. Blocked tile red.
  2. Active tile being mined, orange.
  3. Yellow to designate mining areas. (Currently implemented.)
  4. Green to designate dumping areas. (Currently implemented.)

For vehicles blocked by landslides. The only answer is to click the recover button. :) I think not always. The game logic should cause the vehicle to slide down to a stable tile. (Sometimes to a blocked tile. Roll the dice.) This might be more realistic. Also cause damage to truck and or escavator when this happens, and force the vehicle to automatically 'recover' itself if it slides to a stable unblocked tile. (Driving all the way back to the truck depot which creates additonal shortages.)

Sometimes it should do what happens now. Pop up error message and then I fix it by clicking a button.

JamieRCHI commented 2 years ago

I am thinking this should be a bug. This is the reason, quite often, why the Excavators get stuck and I have to click recover to fix them.

JamieRCHI commented 2 years ago

Related to issues 693 and 699.

MaFi-Games commented 1 year ago

I don't see how this solves stuck excavators. Excavators are getting stuck because of landslides. You are simply mining into really really tall clifs if this happens. If we should be realistic the excavators should just get wrecked when getting hit with overburden. There are some options we are considering for future updates but that's not really related to what is suggested here. So I consider closing this as dupe of #693 which is a bit cleaer as it just points to the issue.

JamieRCHI commented 1 year ago

I don't see how this solves stuck excavators. Excavators are getting stuck because of landslides. You are simply mining into really really tall clifs if this happens. If we should be realistic the excavators should just get wrecked when getting hit with overburden. There are some options we are considering for future updates but that's not really related to what is suggested here. So I consider closing this as dupe of #693 which is a bit cleaer as it just points to the issue.

Not true about the landslide issue. Quite often they just get stuck and you have to send them back. I get the feeling that you guys don't even play the game. The code for the vehicles in this game is completely broken and you still don't get it.

MaFi-Games commented 1 year ago

Does this still occur on the latest version? If yes, could you please provide a save file?

JamieRCHI commented 1 year ago

Still broken. Happens when not even near a place than can have landslides.

If you take game saves with mods (Captain of Cheats) then I can send one. I never play unmodded.

JamieRCHI commented 4 months ago

Still broken on the latest release, as of this week. A few days ago a developer insisted that the trucks don't drive over the Red lines surrounding a mining or dumping area. This is not true. The trucks are ignoring the red lines and jumping over several tiles and immediately getting stuck.