I have just uploaded a GS to bananas.
It's a very simple goal script - transport passengers, mail, and optionally goods and food to win!
Deliverance game script
Moderator: OpenTTD Developers
Deliverance game script
- Attachments
-
- Unnamed, 1970-01-12.png
- (901.64 KiB) Not downloaded yet
- 2TallTyler
- Director
- Posts: 567
- Joined: 11 Aug 2019 18:15
- Contact:
Re: Deliverance game script
This is a very nice script.
It doesn't like FIRS Steeltown though -- possibly because "Goods" is not defined.
It doesn't like FIRS Steeltown though -- possibly because "Goods" is not defined.

- Attachments
-
- deliverance_firs.png
- (52.34 KiB) Not downloaded yet
Re: Deliverance game script
Thanks! This was a typo (I missed changing one Food to Good). I've updated with a fixed v2.
- 2TallTyler
- Director
- Posts: 567
- Joined: 11 Aug 2019 18:15
- Contact:
Re: Deliverance game script
Would you be willing to add Vehicles as an optional cargo delivery goal (either as a parameter, or automatically replacing Goods), for use with FIRS Steeltown? This GS could be the rocket that Andy always dreamt of. 

Re: Deliverance game script
Feel free to change it yourself. In the Start function in main.nut, the first thing the script does is find the cargos by label:
Simply changing the cargo labels there should change the cargos that the script tracks, afaict.
Code: Select all
Paxo = FindCargo("PASS");
Mail = FindCargo("MAIL");
Good = FindCargo("GOOD");
Food = FindCargo("FOOD");
Simply changing the cargo labels there should change the cargos that the script tracks, afaict.
- 2TallTyler
- Director
- Posts: 567
- Joined: 11 Aug 2019 18:15
- Contact:
Re: Deliverance game script
Well, that was easy. Thanks! 

Who is online
Users browsing this forum: No registered users and 0 guests