svof

Svof is an AI system for Achaea, an online MUD. It has advanced and adaptable curing capabilities, defence raising, and addons.

Github星跟蹤圖

Svof

Svof is an AI system for Achaea, an online MUD. It has advanced and adaptable curing capabilities, defence raising, name highlighting, limbcounter tracking and other features. It is the free and open-source version of what used to be Svo.

Downloading

To download the system for use, see here.

Documentation

Extensive documentation for the system is available here.

Contributing

To code in the system itself, follow instructions below on how to set it up. See also the [developer readme](Developer readme.md) for useful information on the code, acquaint yourself with the code style, and read the design principles.

If you're looking for something to do, have a look at the existing issues/features list, and have a look at the wiki on information about the project.

License

Svof is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You must read the license before using Svof source code.

Setup

  1. Obtain Svof source code. Either clone using Git (which will allow you to easily update the Svof code and contribute back) or a zip snapshot (which doesn't require knowledge of Git).

  2. Uninstall Svof/Svof you currently have installed. This is necessary to run the developer version of the system.

  3. Install Lua, LuaFileSystem, LuaRocks, Penlight, and 7zip.

    1. Windows: download and install latest LuaForWindows, which all the Lua components indluded. Install 7zip from here.
    2. Ubuntu: install Lua, LuaFileSystem, LuaRocks, Penlight, and 7zip.
    3. OSX: install Homebrew.
      1. Using Brew from your Terminal: brew install lua and brew install p7zip.
        1. Afterwards, make sure to brew install lua5.1.
      2. Using LuaRocks from your Terminal: luarocks install luafilesystem and luarocks install penlight
    4. Docker: install Docker CE on your platform of choice. You'll need docker and docker-compose in particular.
  4. Open the command-line and navigate to the Svof folder, and run:

    On Ubuntu:
    ./generate.lua -o yourclasshere
    
    In Windows:
    generate.lua -o yourclasshere
    
    On OSX:
    lua5.1 generate.lua -o yourclasshere
    
    On Docker:
    CLASS=yourclasshere docker-compose up
    
  5. Replace with the path to the XML files, and then run this command in Mudlet (requires 3.0 - this is only needed for the development version, normal Svof can run on 2.1)

     lua installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule() installModule()
    
  6. When prompted to find the Svof folder location, select the /own svo folder

  7. Go to Toolbox > Module Manager and tick all 'don't sync' boxes, so they become 'sync', for all Svof XML files.

All set!

Editing

Code in Svof comes from two places - Mudlet and the Lua files. In order to make a change in Mudlet (alias/trigger/script), edit in Mudlet directly, then hit Save Profile. Since you've installed the xml files as modules with the sync option, changes will be written back to the XML file automatically, and you'll see your Git client instantly show what you've changed. In order to make a change in the Lua files, edit the raw-* files directly (not the ones in the bin/ folder), save, rebuild Svof (using generate.lua -o <your class> above) and reload it (by restarting your profile or Mudlet).

Authors

2011-2015, Vadim Peretokin.

主要指標

概覽
名稱與所有者svof/svof
主編程語言Lua
編程語言Lua (語言數: 3)
平台
許可證Other
所有者活动
創建於2015-08-22 20:12:53
推送於2025-05-03 06:28:42
最后一次提交2021-06-04 00:32:55
發布數34
最新版本名稱34 (發布於 )
第一版名稱1 (發布於 )
用户参与
星數55
關注者數17
派生數66
提交數520
已啟用問題?
問題數361
打開的問題數66
拉請求數413
打開的拉請求數7
關閉的拉請求數60
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?