Page 1 of 1

How to make 8 squads ?

Posted: Tue May 11, 2021 8:51 am
by roniko_av
someone knows how to grid my map ??Image

Re: How to make 8 squads ?

Posted: Tue May 11, 2021 12:50 pm
by TommyCD1
I'm not really sure what's being asked here. Are you asking how to make the tiles loop properly on the terrain, or are you asking how to edit the terrain itself? Please try rephrasing the question if you can.

Re: How to make 8 squads ?

Posted: Wed May 12, 2021 8:15 am
by roniko_av
I want to activate this in my army men maps
I'm using google translator.
I am latino.

Re: How to make 8 squads ?

Posted: Wed May 12, 2021 9:36 pm
by TommyCD1
The map in the screenshot has the terrain textures modified to add the grid onto them. You can't add them to other maps unless you unpack them and then add the textures to the map, or to the world archive.

If you're asking how to enable wireframe mode, open the base.x archive and find this line:

Code: Select all

// Debugging keybindings
If("sys.buildtype", "!=", "release")
{
  Exec("if_common_keybind_debug.cfg");
}
Change the != into == and then you can use debugging keys. This will allow you to enable wireframe mode by pressing CTRL + ALT + W.

NOTE: DO NOT USE WINDOWS NOTEPAD FOR THIS! It will corrupt your file irreparably!

Re: How to make 8 squads ?

Posted: Thu May 13, 2021 2:48 pm
by roniko_av
okay
thanks a lot