Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

How to mod?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Advanced Tactics Series >> Mods and Scenarios >> How to mod? Page: [1]
Login
Message << Older Topic   Newer Topic >>
How to mod? - 4/27/2021 12:16:28 AM   
sIg3b


Posts: 220
Joined: 4/25/2011
Status: offline
So the most basic question: If I want to change a few small things, where do I start?

Is there generic modding advice somewhere?

And where are the gamefiles actually? I do not seem to find any .txt files in my gamefolder. How do I even open the masterfiles? I am confused.
Post #: 1
RE: How to mod? - 4/27/2021 4:18:32 AM   
GaryChildress

 

Posts: 6830
Joined: 7/17/2005
From: The Divided Nations of Earth
Status: offline
Hi SIg3b, welcome to the forum! To start modding files, I would look at some of the tutorials in the pinned section above. Vic did some very basic intro tutorials, start with the most basic one here:

https://www.matrixgames.com/forums/tm.asp?m=1605901

Then work your way up into the more difficult ones.

That's how I started. I'm no expert but I can make a few changes after learning the basics and doing some experimenting on my own.

(in reply to sIg3b)
Post #: 2
RE: How to mod? - 4/27/2021 4:43:35 AM   
sIg3b


Posts: 220
Joined: 4/25/2011
Status: offline
Hi! I do not really want to make a scenario; I want to change the random game generator somewhat. I don´t know if and how that can be done via the editor. I would need much more advanced info!

(in reply to GaryChildress)
Post #: 3
RE: How to mod? - 4/27/2021 7:29:02 AM   
ernieschwitz

 

Posts: 3893
Joined: 9/15/2009
From: Denmark
Status: offline
What do you want to change? :) It is probably easier to give you advice if we know what exactly is your goal.

_____________________________

Creator of High Quality Scenarios for:
    Advanced Tactics Gold
    DC: Warsaw to Paris
    DC: Community Project.

Try this Global WW2 Scenario: GD1938v3

(in reply to sIg3b)
Post #: 4
RE: How to mod? - 4/28/2021 4:18:31 AM   
sIg3b


Posts: 220
Joined: 4/25/2011
Status: offline
Mostly make a few more specific random game templates.

Example: An Alternative Universe Pacific War themed masterfile where the random map is always Japan vs USA with the correct flags and faction names and city/base names that I specify.

More customized random games, really. I thought that would be simple and easy, but now I am not so sure. Editor seems not very intuitive nor very documented.

(in reply to ernieschwitz)
Post #: 5
RE: How to mod? - 4/28/2021 7:24:32 AM   
Twotribes


Posts: 6929
Joined: 2/15/2002
From: Jacksonville NC
Status: offline
first one is possible you can designate the opponents for random games. I dont know how to do it butwe have several random game generator scenarios from modders so I know it can be done.

(in reply to sIg3b)
Post #: 6
RE: How to mod? - 4/28/2021 10:24:16 AM   
ernieschwitz

 

Posts: 3893
Joined: 9/15/2009
From: Denmark
Status: offline
quote:

ORIGINAL: sIg3b

Mostly make a few more specific random game templates.

Example: An Alternative Universe Pacific War themed masterfile where the random map is always Japan vs USA with the correct flags and faction names and city/base names that I specify.

More customized random games, really. I thought that would be simple and easy, but now I am not so sure. Editor seems not very intuitive nor very documented.


Making a random game, only containing Japanese and Americans isn't too hard I think. Most of the work is done via Stringlists, in the editor section called string (top buttons). There is a stringlist (datasheet) with the names of cities, and the same for names for faction (country).

Now you can choose to edit them there, in the built in editor, or you can export them to a CSV file, that can be read by Excel, or similar. It can also be read by notepad for that matter, it's just formatted better in Excel. Also the editor is prone to some strange behavior in very large stringlists, hard to explain which. There are stringlists for a lot of stuff there, including officer names, randomly generated for first and last names. What the flag will be is also found out via these stringlists.

I wish Ormand was here, he'd be able to explain much better than me. He is really the expert on doing randomly generated games. I am more of a scenario/total mod conversion guy :)

< Message edited by ernieschwitz -- 4/28/2021 10:25:38 AM >


_____________________________

Creator of High Quality Scenarios for:
    Advanced Tactics Gold
    DC: Warsaw to Paris
    DC: Community Project.

Try this Global WW2 Scenario: GD1938v3

(in reply to sIg3b)
Post #: 7
RE: How to mod? - 4/29/2021 4:30:14 AM   
Ormand


Posts: 682
Joined: 2/17/2009
Status: offline
Sorry, that pesky job of mine has kept me busy.

I am not sure that what you are asking for can be done. Actually, it sort of can, but with a lot of work.

I don't know how to specify regimes, or peoples in random games. The mechanics of random games and maps are in the rulevar section (under the Setng button) "Random Map Instructions". Random games are generated using six possible regimes and peoples, these are labeled A, B, C, D, E, and F. You specify the the string list for officers, the extra graphic, the string list for regime names, and the people. The problem is that it seems to use all six, and you can't say which ones you want. I wish you could because it would speed up my random games and I wouldn't reject some. I tried to specify just two, by putting -1 in the entry for the rest. No dice. It CTDs. So, in the current setup, it isn't possible, as far as I can tell. Repeating them half Japanese, half American would work sometimes if you had only two regimes. But, sometimes, it would have Japanese vs Japanese and American vs American. So, it could sort of work, you would just have to reject the games that were ridiculous.

Now, that said, I think it would be possible to make an event that would transform a two regime game into what you want. But, it would require several things. The cities have to be renamed, the regimes renamed, and peoples. I think these are all doable. Then you should remove all the units placed, and then cycle over the cities to place new units for the regimes. It is a bit tricky, but I think quite doable. I haven't tried, but I think all the functions are there. It would take a few hours to build. One issue that you might not like is that with a ANewDawn, you will have to use the pictures for the British officers.

One thing I tried, and I don't believe is doable is to invert the full map. There are some aspects of the map that can't be placed.

(in reply to ernieschwitz)
Post #: 8
RE: How to mod? - 4/30/2021 5:25:03 AM   
sIg3b


Posts: 220
Joined: 4/25/2011
Status: offline
Thanks, sounds like it´s not really worth the effort.

I guess I will put the option to choose the regimes/nations/flags for a random map in the wishlist for AT2.

(in reply to Ormand)
Post #: 9
RE: How to mod? - 4/30/2021 12:26:45 PM   
ernieschwitz

 

Posts: 3893
Joined: 9/15/2009
From: Denmark
Status: offline
quote:

ORIGINAL: sIg3b

Thanks, sounds like it´s not really worth the effort.



Thar really depends on how much you want it. :)


_____________________________

Creator of High Quality Scenarios for:
    Advanced Tactics Gold
    DC: Warsaw to Paris
    DC: Community Project.

Try this Global WW2 Scenario: GD1938v3

(in reply to sIg3b)
Post #: 10
Page:   [1]
All Forums >> [New Releases from Matrix Games] >> Advanced Tactics Series >> Mods and Scenarios >> How to mod? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

3.141