FUEL: REFUELED is an enhancement modification for the game FUEL, which brings multiple bug-fixes, improvements and the addition of various new content.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Report RSS FUEL: REFUELED Development Tools Demonstration
Post comment Comments
TheGamingTornado
TheGamingTornado - - 9 comments

cool where do I find it/ or download?

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

This is a demonstration of the (soon-to-be released) development tools for FUEL: REFUELED. These are not your typical overly complicated tools you often find, from the beginning these have been developed with the average user in mind and will allow players to make creations without any background programming knowledge.

At the moment there are four programs...
-Free Ride Extreme Editor
-Force Time of Day
-Force Length of Day
-Vehicle Color Editor

The Free Ride Extreme Editor comes in two flavors - basic and advanced. This allows you to customize all the weather, time and environmental values that accompany a Free Roam Extreme Challenge. This is the basis for a future 'quick race editor' which I would like to develop.

The Force Time of Day and Force Length of Day do exactly what they say - create a script that can force the time values to a specific setting of your choice.

The vehicle color editor allows you to inject 10 RGB color values in R255G255B255 format into the game and overwrite your default colors. Upon entering 10 colors a script for every vehicle is created... you can always pluck out which script you want and delete the rest.

These scripts export to a mod folder monitored by JSGME (mod manager) so that with one-click you can activate them and then use them in your game write away.

All these tools are combined within a single .exe for easy use. Also they were developed with the incredibly simple language of Small Basic (free from Microsoft) - and the source code is provided. So if you want to play around with the code and at the same time you don't want to learn complicated languages you can.