map.vim for map developer

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

Post Reply
neversay

map.vim for map developer

Post by neversay »

if you use vim to edit your map, may this syntax file help you.

DL this file and decompress and put it at /usr/share/vim/syntax,

if you want to use it, goto the command mode and type:

:runtime! syntax/map.vim

The text file will add some color for edit your map,
The command
:syntax
can show how the vim draw the terrains.
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

Great.

- Miyo
neversay

Post by neversay »

An imporved edition. :)

Enjoy it :)

The mapeditor was not complete yet, so I use vim to edit the maps.
kmj
Posts: 67
Joined: February 15th, 2004, 5:57 pm

Post by kmj »

that's just cool.. I'll give it a shot.
kmj
Posts: 67
Joined: February 15th, 2004, 5:57 pm

Post by kmj »

There's a couple typos in your map file. You've got "daryellow" instead of "darkyellow" once, and "write" instead of "white" a few times. Other than, it's pretty damned sweet. :-D

I'm attaching a version with those typos fixed.
Post Reply