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.
    • 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
                                  • board 3659B Offline
                                    board 3659 @TheDog
                                    last edited by

                                    @thedog How do you change how a unit looks or add a new image to it?

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

                                      @board-3659
                                      I use a very simple pixel icon editor/maker, its 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

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

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

                                        @thedog cool I'll have to check that out. i was using pinta and then when i was finally figuring some stuff out, it got changed lol

                                        @board-3659 to add a new image, go to the Units folder and remove the one you're replacing and add the new one. Make sure it has the same name.

                                        Not sure if that's what you were asking 🙂

                                        If altering existing Unit, do as Dog suggested. You can work directly out of the Unit folder, which updates it automatically then or save the changes to a different one and then add them.

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

                                          how do you create a new unit?

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

                                            @board-3659 you have to add the image to the units folder and the new unit to the xml. So if you wanted to add a "Elite" Infantry unit for example, use the existing Infantry unit as a template.

                                            Go through the xml and everywhere "Infantry" is, add "Elite".

                                            board 3659B 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