TripleA Logo TripleA Forum
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags
    • Register
    • Login

    I want to make a map

    Scheduled Pinned Locked Moved Maps & Mods
    57 Posts 5 Posters 16.6k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • board 3659B Offline
      board 3659 @TheDog
      last edited by board 3659

      @thedog I have 2 ideas, one historical, one not
      both would be from scratch

      TheDogT 1 Reply Last reply Reply Quote 0
      • TheDogT Offline
        TheDog @board 3659
        last edited by

        As you probably know creating your own map from scratch is a lot of work.

        How you tried modding the two areas you are interested in, as this is where you should start?

        What are the two ideas?

        https://forums.triplea-game.org/tags/thedog
        https://forums.triplea-game.org/topic/3741/curated-best-top-maps-triplea-guides

        board 3659B 2 Replies Last reply Reply Quote 1
        • board 3659B Offline
          board 3659 @TheDog
          last edited by

          @thedog I never tried to mod
          I had an idea to make a map of the Sonderbund war. The 2nd one is not historical and it isn't meant to be taken seriously, it's called Manassas war (this is an idea I had since I was little and I was thinking about it for years)

          TheDogT 1 Reply Last reply Reply Quote 0
          • TheDogT Offline
            TheDog @board 3659
            last edited by

            I would download a map like the two ideas you have and to make/replace unit icons, flags for that map

            Maybe like Napoleonic Empires or one of the US civil war maps.

            I use an old version of IcoFx 1.6.4, this version is free to use.
            http://www.oldversion.com/windows/icofx-1-6-4

            Load IcoFX
            Drag the image you want to convert into its work area
            select custom button - (untick square, if not square)
            set the width and height
            click OK - (this will resize automatically)
            File> Export Image
            select png or jpg or bmp or gif
            enter filename
            Save Button
            Repeat

            Also to learn to mod the the language of TripleA.

            This will start you down the road of no return 🙂

            https://forums.triplea-game.org/tags/thedog
            https://forums.triplea-game.org/topic/3741/curated-best-top-maps-triplea-guides

            board 3659B 1 Reply Last reply Reply Quote 2
            • board 3659B Offline
              board 3659 @TheDog
              last edited by

              @thedog I can get a map of the Sounderbund ar easily by googling and I used google maps so I can have a starting point for Manassas war. What language is triple A?

              TheDogT 1 Reply Last reply Reply Quote 0
              • TheDogT Offline
                TheDog @board 3659
                last edited by TheDog

                It is written mainly in Java, but I think you mean to mod it, its an xml and text files. You will need Notepad++ (or similar) to edit them both.

                This will help
                http://www.starlords3k.com/XOB.html
                https://forums.triplea-game.org/topic/2637/standard-image-sizes

                https://forums.triplea-game.org/tags/thedog
                https://forums.triplea-game.org/topic/3741/curated-best-top-maps-triplea-guides

                board 3659B 1 Reply Last reply Reply Quote 2
                • board 3659B Offline
                  board 3659 @TheDog
                  last edited by

                  @thedog ok thanks 🙂

                  1 Reply Last reply Reply Quote 0
                  • B Online
                    beelee
                    last edited by

                    @board-3659 yea to get familiar with triplea probably mod an existing map be best. POS 2 and pact_of_steel_2.xml which is a little out of date since redrum left and the http://www.starlords3k.com/XOB.html are good resources if you're not aware of them.

                    Roger Cooper has some good stuff too. Hmm... I can't seem to find his.

                    These mostly deal with the xml. The graphics are different

                    1 Reply Last reply Reply Quote 1
                    • board 3659B Offline
                      board 3659 @TheDog
                      last edited by

                      @thedog I want to make a map from scratch so how do I begin?

                      C TheDogT 2 Replies Last reply Reply Quote 0
                      • C Offline
                        Cernel Moderators @board 3659
                        last edited by

                        @board-3659 said in I want to make a map:

                        @thedog I want to make a map from scratch so how do I begin?

                        Regrettably, TripleA doesn't have an actual integral map-making program, and I believe no developer is working on making one, either. TripleA did have a few map-making programs made along the way (meant to guide you in the making of a map from nothing at all), but I'm not aware if they are still good enough, yet I'm quite certain each of them is neither exhaustive nor up to date.

                        Consequently, I believe most map-makers make maps manually, going as far as even creating or modifying XML files with text editors.

                        This said, one way you can make a new map from virtually no map is by firstly learning everything which is critical in the documentation given at
                        https://github.com/triplea-game/triplea/tree/master/docs/map-making/tutorial
                        and thereafter downloading the
                        https://forums.triplea-game.org/topic/1873/0-base-map
                        to rename it as you wish and change its files as you wish using a graphic program (like GIMP) for images (which you can also freely copy from
                        https://github.com/triplea-game/assets/tree/master/game_headed_assets
                        and from
                        https://github.com/triplea-game/map-maker-assets
                        together with other assets like sounds),
                        and using either a text editor or the TripleA "map creator tools" (which you can access by launching TripleA) for the rest.
                        I think all of the basic elements you can see in the "0" map are fairly self explanatory (and fully explained in the map-making tutorials). If you want to add more, what you learned in the map-making tutorials should give you the knowledge to do so to some extent, and you can also look at the
                        https://github.com/triplea-maps/the_pact_of_steel
                        map and in particular at the
                        https://github.com/triplea-maps/the_pact_of_steel/blob/master/map/games/pact_of_steel_2.xml
                        within it, pasting and rewording what you wish into the renamed "0" map.
                        If you wish to add other (all unnecessary) elements beside images and text-based files, you may have to use other programs to work on them (like Audacity for sounds).


                        This post extensively covers your question too:
                        https://forums.triplea-game.org/topic/918/map-maker-resources?page=1

                        board 3659B 1 Reply Last reply Reply Quote 3
                        • TheDogT Offline
                          TheDog @board 3659
                          last edited by

                          @board-3659
                          What Cernel said above.
                          Except I use paint.net, instead of Gimp, as its more my style.

                          https://forums.triplea-game.org/tags/thedog
                          https://forums.triplea-game.org/topic/3741/curated-best-top-maps-triplea-guides

                          board 3659B 2 Replies Last reply Reply Quote 1
                          • board 3659B Offline
                            board 3659 @TheDog
                            last edited by

                            @thedog Me too

                            1 Reply Last reply Reply Quote 0
                            • board 3659B Offline
                              board 3659 @Cernel
                              last edited by

                              @cernel Thanks a lot, I have some ideas for making maps

                              1 Reply Last reply Reply Quote 0
                              • board 3659B Offline
                                board 3659 @TheDog
                                last edited by

                                @thedog What is the difference between modding a map and making one from scratch?

                                TheDogT 1 Reply Last reply Reply Quote 0
                                • TheDogT Offline
                                  TheDog @board 3659
                                  last edited by

                                  @board-3659 said in I want to make a map:

                                  @thedog What is the difference between modding a map and making one from scratch?

                                  Time.
                                  A map from scratch will take you man weeks to complete, say 100-5000 hours.
                                  A modded map, you could change just one thing and be done in say 10 hours.

                                  As you have never ever tried to mod I would work backwards.

                                  • Pick an existing map, say your favourite map
                                  • change some values, play the game.
                                  • change a units look, play the game
                                  • add a new unit into the game, this requires the above and much more
                                  • add an Event, play the game

                                  You get the idea, your are learning the building blocks of modding, this is how I have learnt.

                                  Creating a mod from scratch requires;

                                  • tracing a map or drawing one with paint.net saving it a png this will be your baseTiles.
                                  • Tempting as it is do not produce the reliefTiles, yet.
                                  • Build the rest the units, the flags, the core xml code.
                                  • Test it.
                                  • You will almost certainly find a flaw(s) in the baseTiles, change it, test it.
                                  • Then produce the reliefTiles
                                    and so it goes, your labour of love. 🙂

                                  I still have not produced a map from scratch, but now that I have modded the baseTiles and reliefTiles I feel confident that I could.

                                  https://forums.triplea-game.org/tags/thedog
                                  https://forums.triplea-game.org/topic/3741/curated-best-top-maps-triplea-guides

                                  board 3659B 2 Replies Last reply Reply Quote 3
                                  • board 3659B Offline
                                    board 3659 @TheDog
                                    last edited by

                                    @thedog OK thanks a lot

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      Therese Beasley
                                      last edited by

                                      If you want to build a map from the beginning, it will be quite time consuming, you should choose a game mod to help you reduce the construction time

                                      TheDogT board 3659B 2 Replies Last reply Reply Quote 1
                                      • TheDogT Offline
                                        TheDog @Therese Beasley
                                        last edited by

                                        @therese-beasley
                                        Welcome to the forums!

                                        https://forums.triplea-game.org/tags/thedog
                                        https://forums.triplea-game.org/topic/3741/curated-best-top-maps-triplea-guides

                                        T 1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          Therese Beasley @TheDog
                                          last edited by

                                          @thedog thank you very much

                                          1 Reply Last reply Reply Quote 0
                                          • board 3659B Offline
                                            board 3659 @Therese Beasley
                                            last edited by board 3659

                                            @therese-beasley yeah modding isn't really hard tbh (at least the simple stuff like unit values being changed)

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post
                                            Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums