![Image](https://forums.factorio.com/images/ext/bbe07b751f6a8cb0cc69939867a96815.png)
I used Vehicle Grid mod alongside RET. I restarted the game and during loading it crashes. Is it possible that there's some naming conflict?
Code: Select all
mod = "Realistic_Electric_Trains_fix"
Code: Select all
graphics.."entities/locomotive/electric-locomotive"
Thanks for the help, now it is working. But, maybe on the second point you meant in prototypes/entity.lua ? I didn't find data.lua under prototypes directoryrobot256 wrote: Mon Dec 28, 2020 5:43 pm There are some typos in his path code, not sure how it worked enough for him to release unless it only works if the original old mod is also installed?
Changes I made to fix it:
- In data.lua, change line 3 to- In prototypes/data.lua, change the paths in lines 209, 222, and 236 to remove the leading / character like so:Code: Select all
mod = "Realistic_Electric_Trains_fix"
Code: Select all
graphics.."entities/locomotive/electric-locomotive"
Yeah that's due to me trying to upload and having to change the name in the info.json. My version only changed the mod version number and the factorio version number.robot256 wrote: Mon Dec 28, 2020 5:43 pm There are some typos in his path code, not sure how it worked enough for him to release unless it only works if the original old mod is also installed?
Changes I made to fix it:
- In data.lua, change line 3 to- In prototypes/entity.lua, change the paths in lines 209, 222, and 236 to remove the leading / character like so:Code: Select all
mod = "Realistic_Electric_Trains_fix"
Code: Select all
graphics.."entities/locomotive/electric-locomotive"
I asked if there was a way for me to upload my fix to the original mod. I ended upload my version so others can use it and ideally someone with more skill can use it to take over.JAetherwing wrote: Sat Jan 30, 2021 4:44 pm Hello everyone!
I'm happy to see that there is apparently someone who found the time to update my mod to the latest version.
However, I'd actually prefer if one of those authors (or multiple) took over my project and continued developing under the same name rather than creating 3(!) individual forks. This would be easier for other players to update and less confusing in the mod portal.
I did say from the beginning that I'd be open to hand the project over to someone else, but I never received any request. Therefore, I'm now quite puzzled to see three different forks on the mod portal.
To the guys who made those (@GeneralTank and others I assume): Did you consider asking to be made a contributor to the original project? I'd be glad to hand control over to you.