All Projects → astog → BTS

astog / BTS

Licence: MIT license
Better Trade Screen - Mod for Civilization VI

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to BTS

BES
Better Espionage Screen - Civilization VI
Stars: ✭ 15 (-54.55%)
Mutual labels:  mod, civilization-vi
mindustry-extended
A content extension mod for the game Mindustry.
Stars: ✭ 55 (+66.67%)
Mutual labels:  mod
gdmod
A mod loader and modding API for GDevelop games.
Stars: ✭ 15 (-54.55%)
Mutual labels:  mod
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (+12.12%)
Mutual labels:  mod
authme
🔒 Authenticate yourself in Minecraft and re-validate your session
Stars: ✭ 60 (+81.82%)
Mutual labels:  mod
K1 Community Patch
K1 Community Patch
Stars: ✭ 44 (+33.33%)
Mutual labels:  mod
IronBackpacks
A Minecraft mod that adds portable storage in the form of tiered backpacks with modular upgrades.
Stars: ✭ 60 (+81.82%)
Mutual labels:  mod
argent
ARGENT: a Xaserious DOOM (4) to DooM (classic) weapon mod.
Stars: ✭ 17 (-48.48%)
Mutual labels:  mod
HeroesOfTheStorm TryMode2.0
A modified Try Mode Map for Heroes of the Storm to create a better experience with enhanced functionalities.
Stars: ✭ 18 (-45.45%)
Mutual labels:  mod
restoration-mod
This repository is the home of Restoration Mod for Payday 2
Stars: ✭ 30 (-9.09%)
Mutual labels:  mod
frostpunk mod
Frostpunk / Mod Tools / 非公式日本語化MODツール
Stars: ✭ 17 (-48.48%)
Mutual labels:  mod
LegionTD-Reborn
A custom game mode inspired by Legion TD for DotA 2
Stars: ✭ 34 (+3.03%)
Mutual labels:  mod
paintjob-packer
Lightweight mod making tool for ETS 2 and ATS
Stars: ✭ 28 (-15.15%)
Mutual labels:  mod
CK2Plus Rewrite
Home of the complete rewrite of the CK2Plus Mod
Stars: ✭ 17 (-48.48%)
Mutual labels:  mod
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-36.36%)
Mutual labels:  mod
Enhanced-Fast.Net
Payday 2 Server Browser
Stars: ✭ 15 (-54.55%)
Mutual labels:  mod
DupeFix-Project
A mod for Minecraft 1.12.2 that fixes dupes in other mods.
Stars: ✭ 32 (-3.03%)
Mutual labels:  mod
CleanSlate
A community resource, clean base from which to begin mods for CrusaderKings 2
Stars: ✭ 21 (-36.36%)
Mutual labels:  mod
TTS xwing
Unified X-Wing mod repository (Tabletop Simulator custom table)
Stars: ✭ 34 (+3.03%)
Mutual labels:  mod
MinecraftC
A Raytraced Minecraft Classic 0.0.30a port to C
Stars: ✭ 250 (+657.58%)
Mutual labels:  mod

Better Trade Screen

Introduction

The goal of this mod is to improve the trade screens in Civilization VI and help manage and monitor running trade routes.

Features

  • Shows turns to complete a trade route rather than the distance between the cities.

  • Overhauled Trade Overview screen.

    • Shows all possible routes, even if the trader is not present in the origin city.
    • Clicking on a route where a free trade unit is not present in the origin city takes you to a free trade unit and opens the Change City screen
    • Route entry is colored based on destination player.
    • Player/City header are also colored.
    • Shows origin city and destination city yields in the same screen.
    • Added Group and Filter settings
    • My Routes tab tracks active routes, so you know when a trade route completes.

    alt text

  • Sort bar in Make Trade Route screen and Trade Overview screen. Sort the routes by left clicking on a button.

    alt text

  • Trade Routes can be sorted based on yields, and turns remaining. Queue multiple sorts by holding SHIFT and the left clicking on a sort button. Right click on any sort button to remove it from the sort setting.

    alt text

  • When opening Make Trade Route screen, the last destination is automatically picked.

  • Set a trader to repeat its last route by selecting the Repeat Route checkbox when initiating a trade route.

    alt text

  • An additional checkbox is provided that sets the trader to repeat the top route from the sort settings when the trade was initiated. This allows the trade route to always be the best one, hence reducing micromanagent of always checking the trade routes.

  • Cancel the automated trader from the My Routes tab in Trade Overview screen.

Installation

If you are using Chao's QUI, this mod is already included in it, and requires no extra steps to install. If you are NOT using CQUI, follow the steps below:

  1. Download the latest release.
  2. Extract the downloaded archive to your Mods folder. For me this is in Documents\My Games\Sid Meier's Civilization VI\Mods
  3. Activate the Mod in Additional Content inside Civilization VI.

Troubleshooting

If you encounter issues with getting the mod working try the following steps:

  1. Try installing the Mod into the DLC folder. This folder is the folder where you installed Civilization VI, example C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI\DLC
  2. Delete the cache. This can be found here - Documents\My Games\Sid Meier's Civilization VI\Cache
  3. Check out this thread
  4. If none of the above work, let me know in this repository or here

FAQ

I loaded a save game and the text is all broken?

This is a bug from Firaxis. To fix this you have to exit to destop and start Civilization VI again.

I can't see yields for the destination city, where are they?

In the previous version, I had a string show that the destination city gains no benefits, but it lead to a lot of cluttering in the screen. Currently, if the destination city has no yield, you won't see any.

Trade Overview panel does not open in between turns?

With v3.0 I blocked the Trade Overview panel from opening since it causes CTD. If you want to unblock this, change the following line in TradeOverview.lua

local blockPanelInBetweenTurns = true

to

local blockPanelInBetweenTurns = false

Credits

  • @ZhouYzzz for providing the Chinese localization in #161-CQUI
  • @deggesim (Simone1974 on Civfanatics) for providing the Italian localization in #250-CQUI
  • @e1ectron for providing the Russian localization in #251-CQUI
  • @sejbr for providing the Polish localization in #253-CQUI
  • @frytom for providing the German localization in #283-CQUI
  • @lctrs for providing a partial French localization in #273-CQUI
  • @wbqd for providing a Korean translation in #309-CQUI
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].