|
|||||||
This is a discussion on "O.L.C" in the Top Mud Sites MUD Builders and Areas forum : I am new to the building community. I am working with the new AIME codebase and wanted to know the main differences between the OLC of different codebases? What type of features? How advanced are they?... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
New Member
|
I am new to the building community. I am working with the new AIME codebase and wanted to know the main differences between the OLC of different codebases?
What type of features? How advanced are they? |
|
|
|
|
|
#2 |
|
Member
|
Hey Darmir (Its FunkyFreshno by the way...same guy
I can vouch for CircleMUD's OLC, which is menu-driven, its called DG Scripts (I think). It doesnt come with CircleMUD, you have to apply a patch. But just the same, it is much better then any command-driven OLC in general, just because it is more natural to use. DG Scripts are known to be a bit buggy though, but once your coder gets through them, I bet they'll be fine. And thats all I know. |
|
|
|
|
|
#3 |
|
Senior Member
|
each mud has its own differnt feel, and type of olc, some are modified to better help the builders, but LP muds are hardcoded all the way, but i still prefer rom 2.4 witch im using for my mud. but whats nice is a olc in color, staring at green all day hurts the eyes.
|
|
|
|
|
|
#4 | |
|
New Member
|
Quote:
Would anyone know of one? They're out there, most likely closely guarded too. |
|
|
|
|
|
|
#5 |
|
Member
Join Date: Apr 2002
Location: The States
Posts: 116
![]() |
Menu-driven editors are easier for newer builders and initial data entry. For initial data entry, all of the fields need to be checked and filled appropriately.
Command-line editors are a lot quicker. They are better for editing something after it has already been created. I like having both on hand. I also like the ability to print out the descriptions of an area. Perhaps we should restart the perfect editor thread. That was a fairly good conversation about editors. Neranz Laverani, Seeker of Knowledge |
|
|
|
|
|
#6 |
|
Member
|
I spent hours and hours trying to figure out how to make stuff with the AIME codebase. I had it running, I had it all set up.. but I couldn't do anything.
|
|
|
|
|
|
#7 |
|
New Member
|
What kind of problems where you having? Was it compiling the code?
How long ago was it when you played with it? Slate has improved the code quite a bit in the last few months. Also some of the documentation was out of date on some of the functions for the trigger events. Just remember this codebase is still in pre-alpha! It will be going to alpha stage in probably 2-3 months, in which, myself and another person will be working on a mud that will be using this codebase. We will be developing the world that will come with the code. |
|
|
|
|
|
#8 | |
|
Posts: n/a
|
Quote:
The driver is what runs the Mudlib which is written in LPC, and is not compiled (per se). A good Definition LPC is a small, object oriented type C language developed by Lars Pensjö for LP-MUD, a Multi-User Dungeon environment under many UNIX systems. Since the premise of this language is based on C, it contains many of the syntactical qualities of C, but also maintains a large set of functions capable of performing many actions inside the game. The objective is to begin to look at LPC as a way of creating objects, rather than specific items, so that new coders can begin to experience the way LPC actually works. Rooms, weapons, monsters, armor, and whatever creation you can think of, even yourself, are objects. LPC allows you to create, modify, delete, and reproduce these objects in almost any manner you choose. It is because of the fact that they are not HARDCODED, and because they are so user-defineable and malleable that there is no OLC or Offline Creation that does justice. Although on my mud I wrote an excellent online creation module in pure LPC. It is my-mud specific though. I also wrote an offline builder for my wife in Visual Basic. It is my-mud specific though. Kaylus@Solice Sorry for Redundancy, Im tired |
|
|
![]() |
| Thread Tools | |
|
|