Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
355 stars 88 forks source link

Allow to resize maps from the Map Editor #411

Open petrmenzel opened 7 years ago

petrmenzel commented 7 years ago

I have XL map, but I want XXL. How to do it? I have compared FILENAME.map and it seem there are some lines more.

Thx

TehPlayer14 commented 7 years ago

Create XXL map copy the XL one onto the XXL one and then expand it

petrmenzel commented 7 years ago

It is ask for new feature to the Map Editor.

Forum is not good for this.

I do not understand you suggestion. If I copy files from folder included FILENAME.map I will lose all terrain in the FILENAME.map file? Do I miss something?

petrmenzel commented 7 years ago

Your solution do not work.

I hope it help someone:

  1. Open your map.
  2. Go to the terrain.
  3. Click the 5. option.
  4. Select on the map all your map.
  5. Copy.
  6. Create new map of size you want.
  7. Again go to the terrain.
  8. Select the 5. option.
  9. Point mouse on the map where you want to paste.
  10. Paste.
  11. Confirm paste.
reyandme commented 7 years ago

Wow, I did not know you could copy paste from one map to another. But it works! Cool. Also I almost finished map resize feature. Same as in KP

lewinjh commented 7 years ago

Terrain copy/paste intentionally uses the Windows clipboard, so you can even run two copies of the editor and copy paste between them. It was intended to allow map resizing too. But a dedicated feature for this could be useful I guess.