After Design: What Now?

Posted by AdamSomeone on Wed 17 Sep 2003 01:36 AM — 9 posts, 31,861 views.

#0


This area creator looks like a very interesting program. I just downloaded it a couple of days ago and have been toying around with it. I've thrown together a very small area of 11 rooms and it looks alright on "walkthrough" mode.

Is there any way for me to test this area? If I download the SMAUG code, can I plug my area in? More to the point, can I plug it in even though I have no understanding of programming? How do I make my area, which is in the form of an "AreaEditor Document" available to people who have SMAUG but not the Area Editor?

Thanks!
Canada #1
First off, it's not saved as an areaeditor document but as an .are file, unless the program has changed drastically since I've used it.

To install an area into a smaug code you're running, copy the area into the /areas folder, and add <filename>.are to area.lst.

As long as there are no vnum conflicts, your area will be ingame next time it starts up.
#2


> First off, it's not saved as an areaeditor document but > as an .are file, unless the program has changed
> drastically since I've used it.

I'm looking in my AreaCreator132 folder and I can see things that claim to be "AreaEditor Document"s but nothing that claims to be an ".are file". The AreaEditor documents have the names of my experimental areas and the sample area that came with the program.

Adam
#3


Actually, it must be an .are file, since when I try to save my area as an .are file, I am told that there is already an .are file with that name. Very odd.

Thanks. I'm still not sure what to do with it, but at least now I know that it is the right type of file.
USA #4
Whats your area name? Look for that area name in the folder, and whats file name of it?
Canada #5
They're marked as area editor documents because you must have designated them to be opened by AE by default.
If you right-click or set folder settings to display
area extentions, you should see the .are ext.
Australia Forum Administrator #6
You are not seeing the .are extension because you have suppressed viewing file extensions for known file types in the Explorer View menu. Try turning that off.

The Area Editor saves area files in standard area file format. They should be directly usable under the Windows, Cygwin or Linux versions of SMAUG.

To test it in SMAUG edit the area.lst file in the area directory and add your area file name. Also make sure the area file is in that directory and not somewhere else.

Naturally you must restart the SMAUG server to have it notice the new area.
#7
Thought I´d mention that you need to make some kind of door to your area from the area you start in by default (room 10300 in newacd.are) or change the startinglocation within the code.
USA #8
Or, if you're an immortal, simply use the goto command which is perhaps a little less hassle. :)

More problematic of a problem perhaps (isn't that a nice expression :P) is to make sure that you're not using vnums in your new area that already exist.