
| · Portal |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
| This menu has been disabled |
| Today's Top 10 Posters · My Last 10 Posts | Board and IRC Rules · Help · Members · Calendar |
![]() ![]() ![]() |
| dragon__lance |
Posted: 2 Apr, 2006, 19:22
|
|
Unregistered |
Hey guys! Well, i haven't been around lately, but i have managed to get something done!
While looking at some of Kevin's and Tifreak's ASCII graphical rpg's, i've noticed that some of the strings that xlibman uses are huge, and a big pain to program. Plus, i started working on a random side project, "Chrystal Moon", which is planned in ASCII, i needed a map editor. And well here it is!Controls are explained in Readme, enjoy! This post has been edited by dragon__lance on 3 Apr, 2006, 19:05 Attached File ( Number of downloads: 56 )
CMEDIT.zip (2.63 kb) |
|
|
| xlibman |
Posted: 2 Apr, 2006, 19:40
|
|
Group: Founder Posts: 12 Member No.: 1 Joined: 8 Sep, 2004 |
ooh that sound nice I'll try it asap, it was a huge pain to do it by hand >.<
|
| Radical Pi |
Posted: 2 Apr, 2006, 20:21
|
|
Unregistered |
On a first look it's great!
But Str0-9 must be defined for it to work. |
|
|
| dragon__lance |
Posted: 3 Apr, 2006, 19:03
|
|
Unregistered |
ohhh, whoops! Guess i'll have to take that part out, in the beggining of the pgrm, i use unarchive Str0, if u take that out, it should work perfectly!
|
|
|
| kalan_vod |
Posted: 3 Apr, 2006, 19:38
|
|
Unregistered |
Great program, and great coding! One suggestion though: make it where you press something like alpha to change the char you are placing instead of taking it back to the list.
|
|
|
| xlibman |
Posted: 4 Apr, 2006, 8:21
|
|
Group: Founder Posts: 12 Member No.: 1 Joined: 8 Sep, 2004 |
I tried it look very nice! Like kalan said you should make it so you dont have to go to the tile selection screen everytime you want to output a tile. Maybe make it so if you press enter the current tile selected will be immediately put on the map without having to go in the tile selection screen ^^
|
| dragon__lance |
Posted: 5 Apr, 2006, 18:14
|
|
Unregistered |
gotcha! thanks for the input! I'll try implementing today...
Here's another thing i ran into, there are basically two ways of using strings, first is where the map looks like what itd look like on screen, EX: "XXXYYY "XXXYYY "XXXYYY would be "XXXYYYXXXYYYXXXYYY" This way, the first 16 char of the string, is map1, the next 16 char map2, get it? the other way is somewhat more complex,it's when the whole map is in a row, so there's no structuring...EX: "XXXYYY "XXXYYY "XXXYYY would be "XXXXXXXXXYYYYYYYYY" The second way would have to take defines in order to work This may be a bit hard to understand, but i could really use your input! Which way would u prefer to make a game with? |
|
|
![]() |
![]() ![]() ![]() |