Asphalt Roads

by Arcitos

Asphalt pavement for increased vehicle speed. Also includes tiles for lane marking (single and double lines) and various hazard areas.

Tweaks
4 years ago
0.14 - 0.18
276

g 1.1 Update Please

3 years ago

A week, nagging commences.

3 years ago

i d like an update too :-)

3 years ago

It appears to be working with factorio_version set to 1.1 in info.json. (Doesn't invalidate the need for an update, just pointing out the apparent minimal fix for those able to do it)

3 years ago

Thank you

3 years ago

Work perfectly now !

3 years ago

Can You please give more details how to force the fix? Witch info.json. needs to be edited? I tried the one in the zip file in the mods directory and the one in the base game dir

3 years ago

Mr_FFF if you touch any file, ONLY touch the one in the zip file! And… I don't see an info.json in the base game dir?

The one in $BASEDIR/mods/AsphaltRoads_1.2.0.zip is the right one. (In the top-level folder AsphaltRoads_1.2.0 of course)

3 years ago

I got it to work by not zipping the folder after editing the info.json file, and just leaving it in unzipped. Still thanks! It helped with all the other mods i was waiting for, no problems so far.

3 years ago

The folder doesn't have to be zipped, as you saw yourself, the game accepts both zips and simple folders (which is good, because developing a mod would be crap if you had to zip it every time you change something).

3 years ago

Wish for a Posted 1.1.x update.

3 years ago

How do you guys get this working in steam? can't find that .json file

3 years ago

still hard/easy to fix ??

3 years ago

Very simple:

Change

{
"name": "AsphaltRoads",
"version": "1.2.0",
"title": "Asphalt Roads",
"author": "Arcitos",
"homepage": "",
"description": "Asphalt pavement for increased vehicle speed. Also includes tiles for lane marking (single and double lines) and various hazard areas.",
"factorio_version": "0.18",
"dependencies": ["base >= 0.17.50", "?Bio_Industries", "?Dectorio >= 0.8.4", "?Wood_Gasification >= 0.5.1", "?pypetroleumhandling >= 1.1.8"]
}

to

{
"name": "AsphaltRoads",
"version": "1.2.0",
"title": "Asphalt Roads",
"author": "Arcitos",
"homepage": "",
"description": "Asphalt pavement for increased vehicle speed. Also includes tiles for lane marking (single and double lines) and various hazard areas.",
"factorio_version": "1.1",
"dependencies": ["base >= 0.17.50", "?Bio_Industries", "?Dectorio >= 0.8.4", "?Wood_Gasification >= 0.5.1", "?pypetroleumhandling >= 1.1.8"]
}

3 years ago

ok thanks

New response