Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And I am Completely A NOOB At These
So Can Anyone Help?
Just get one of these mods and look at the .lua files to see how everyone else is doing it and then you can create your own mod.
Have fun and good luck.
btw, how to make it a mod and upload it?
tried that, but no help
can u explain the steps?
This probably should be in the modding discussions, but I’ll try to be brief,
but thats hard for me ;-)
subscribe to one of the existing town name mods, locate it in the games workshop folder and copy to the desktop.
inside you will see the file “mod.lua” thats a text file, edit that with your information, names, description so on
then further in the file system you will see 2 more .lua files
“streets.lua” and “towns.lua”
these are also txt files, thats were you put your Indian Cities Names, and Indian street names.
now make sure the text editor you use keeps the UTF-8 encoding or your mod will not work, also make sure you keep the original file system. If you use windows PSPad can do this and it's freeware.
To test your mod don't put it in the same place as the workshop folders, it goes in the "\mod" folder and make sure you rename your mod folder, not sure if you still need to put the _1 behind the name, that was required in Train Fever. so an example is “\bipolartowns_1”
If your mod works you need to copy it over into a different folder to upload it to Steam.
You can start with this info then ask questions as you dig into it. town name mods seem to be one of the more simple mods I have looked into.
The key here is to learn from others, look at the existing mods that modify town names, then ask pinpoint questions, figuring it out is almost a game in itself.
Here's the Link: https://steamcommunity.com/sharedfiles/filedetails/?id=1656912426
Not exactly.
When I started this discussion, I had no knowledge of coding at all. So whatever they said, didn't make any sense to me at that time.
I learnt C++ in school for the past two years.
Then, few days back, I remembered about this post. So I set off trying to make it. Since there were no tutorials, then and even now... I had to use my Coding Knowledge, Google and of-course this discussion thread to teach myself how to make a mod and publish it.