Warcraft & LOTR & ASOIAF & Witcher Mod

Joto92

Chieftain
Joined
Jan 26, 2019
Messages
2
Hello,

First of all, I’m new at modding since Civ VI was release and I’ve not much experience.

I’ve created mods about: Warcraft, LOTR, ASOIAF and the Witcher. It will be nice doing the same for The Elder Scrolls or the Warhammer universes but I haven’t started yet.

I’m trying to improve these existing mods. But creating new units, buildings or wonders models it is way too difficult for me and I don’t think I’ll ever understand how.

The next thing I’m trying to do is create natural wonders, using the existing models in Civilization. There is any tutorial about this?

And more specifically I don’t know how to add audios to the game:


<Row FeatureType="FEATURE_BARRIER_REEF" Name="LOC_FEATURE_BARRIER_REEF_NAME" Description="LOC_FEATURE_BARRIER_REEF_DESCRIPTION" Quote="LOC_FEATURE_BARRIER_REEF_QUOTE" QuoteAudio="PLAY_BARRIER_REEF_QUOTE" NaturalWonder="true" Appeal="2" MinDistanceLand="1" MaxDistanceLand="1" Tiles="2" NoRiver="true" Settlement="false" FollowRulesInWB="false" MinDistanceNW="8"/>



If there is anyone that wants to join in the development of these mods, I share de source code and the images. Also, feel free to use it on your own mods.

The code can be access at Github: https://github.com/Joto92

The textures images can be access at Drive: https://drive.google.com/drive/folders/179uBs_UgPgbOzHex5ubvUH6rDizomL9R?usp=sharing

There are 4 mods that I completed long time ago but haven’t uploaded yet at the Workshop: LOTR Extra, ASOIAF Aegon Conquest, ASOAIF Dance of Dragons & ASOIAF Extra.


Thanks you all, this page already have help me a lot since I’ve started with these mods.
 
Hey Joto :) Im very much a newbi in all this but i would like to help you a bit to develop this more. Im a very huge fan of Warcraft :)
I downloaded all your stuff and will first of all do a German translation :)
I also would like to maybe add some better pictures to this mod , since i have a bit knowledge in Photoshopping.
But my little issue is that i dont have any idea how to use this tools properly with wich Civ 6 is getting modded.
If you have any intrest in getting some help, contact me via Steam :)
https://steamcommunity.com/id/FranOCP/
 
Hi, I would we very grateful.

There are 3 files with text that can be translated:
  • The ConfigText.xml : Contains the names of the civilizations, leaders, units, buildings, improvements and its traits.
  • The Text.xml: Contains the Intro of each leader, the city names and the city-states text. Also contains the text of the natural wonders.
  • The Civilopedia.xml: Not very important. It contains the text that we can see when looking the civilopedia.
There is no need to translate all the entries, the ones that doesn’t change will keep appearing in English.

On the Translations folder you can found an example of the Spanish files.

<Row Tag="LOC_CIVILIZATION_KINGDOM_STORMWIND_NAME" Language="en_US">

<Text>Kingdom of Stormwind</Text>

</Row>

In spanish:
<Replace Tag="LOC_CIVILIZATION_KINGDOM_STORMWIND_NAME" Language="es_ES">

<Text>Reino de Ventormenta</Text>

</Replace>


In the german file it will be:
<Replace Tag="LOC_CIVILIZATION_KINGDOM_STORMWIND_NAME" Language="de_DE">

<Text>Königreich Sturmwind</Text>

</Replace>


You can copy the English files and use the "replace all" option of your text editor. Then you can replace the following texts:
  • "<Row" --> "<Replace"
  • "</Row" --> "</Replace"
  • "en_US" --> "de_DE"

If you want to improve images, you can find mine in the Drive that I posted above:

https://drive.google.com/drive/folders/1Ppu0VGPxs0edIkPb9WvMQDqpXDM0sH8D

There are the religions, buildings, units, leaders and the civilizations icons.
Also there are the leader images. Every leader has:
  • LEADER_X_NEUTRAL: The image found when loading the game.
  • LEADER_X_BACKGROUND: The background image found in the diplomacy view.
  • FALLBACK_NEUTRAL_X: The leader image found in the diplomacy view.
Sometimes is hard to find the leaders images with the enough resolution and I'm not good at editing images so I'm sure that you could do much better job.
I use the program Paint.net because it allows me to work using layers.

I am so sorry for the long delay for the response.
 
Back
Top Bottom