View Single Post
  #10  
Old 07-01-2011, 01:31 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
http://forums.graalonline.com/forums...hp?t=134261963
Might be a good read

And what the hell is a MUDlib here on Graal?
For future reference, FOR ALL YOU SCRIPTERS OUT THERE; DO NOT USE THE TERM MUDLIB FOR ITEM SYSTEMS


Quote:
Originally Posted by Skyld View Post
It seems that the average forum user/scripter on Graal has no real concept as to what a "mudlib" really is.


Quote:
Originally Posted by Wikipedia
A mudlib is a library of interpreted code used to create a MUD. It is interpreted code usually written in the LPC language. The code is interpreted on the fly by a driver.
Quote:
Originally Posted by Wikipedia
In computer gaming, a MUD (Multi-User Dungeon, Domain or Dimension) is a multi-player computer game that combines elements of role-playing games, hack and slash style computer games and social chat rooms.
So, please can we stop using the term "mudlib" to describe your scripts?

Basically the trend to use the term MUDlib back in the days was all about File I/O to store information..

Quote:
Originally Posted by Skyld View Post
Can someone please explain to me what advantages a system that reads and writes from text files for all player or item data really has? I find it difficult to believe that, whatever it is, it justifies the:

  • More CPU cycles going to loss to read and write text files when the gserver is already doing this for Database NPC flags or player attributes;
  • Greater memory usage in caching both player flags and even more text data;
  • Files filling up file manager which are just going to turn into a disorganised mess;
  • More layers of scripting that could potentially go wrong and may need debugging, or more things to confuse someone else who has to work with your systems.
This GST doesn't approve.
__________________
Reply With Quote