JoDotNet / UGC

UGC (Unturned Gas Calculator) is a tool that calculates the amount of gas a player needs for their vehicle in Unturned. UGC is a free to use software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UGC (Unturned Gas Calculator)

UGC is a tool made specifically for Unturned RP servers.

Download:

AltTextAltText

Using UGC

  1. Enter your Gas Price.
  2. Enter the amount of percent the tank is on.
  3. Press OK (Graphics Version) or Enter (Console Version).

Example

Current Gas Price: 0.63
Tank Level: 30

Total Price: 44.1

How it works

Firstly when a user inputs his "Gas Price" it gets converted into a float value, because gas prices usually have comma values. UGC then finds out the percent it has to fill by taking 100 (total) and deducting their "Tank Level" which then gets multiplied by the "Gas Price".

Features

  • Standard CMD Window
  • Graphical UI
  • Simplistic Design & Easy to Understand

Upcomming Features

  • Config File (default gas price etc.)

About

UGC (Unturned Gas Calculator) is a tool that calculates the amount of gas a player needs for their vehicle in Unturned. UGC is a free to use software.

License:MIT License


Languages

Language:Python 100.0%