Page 2 of 2

Re: [0.9.x] All Wuppy's Mods [May 17] Repair Pack MK2 Releas

Posted: Wed Jun 25, 2014 10:41 pm
by FreeER
orion420 wrote:Thank you for the Fix FreeER Ive put all of your fixes to work and i have achieved a usable mod thank you.
No problem :)
orion420 wrote:when reinforced cars are picked up by the player they are changed to Vanilla Cars.
Ah, that would be on line 8 of the prototypes/entity/entity.lua file where it has

Code: Select all

result = "car"
just change it from "car" to "reinforced-car" instead :) I went ahead and updated the dropbox file I uploaded in my last post so that can be redownloaded (I also added the construction robot repair-pack replacement code to the repair pack data.lua, but commented it out with -- so it's easy to enable for those that want to).

edit: since this went on a new page (and we all know that no one goes back a page...) here's the same links to those dropbox files
RP
RC

Re: [0.9.x] All Wuppy's Mods [May 17] Repair Pack MK2 Releas

Posted: Fri Jun 27, 2014 8:06 pm
by orion420
FreeER Factorios "Bug Fix Guru" Thanks.