All Projects → dragon-realms → dr-lich

dragon-realms / dr-lich

Licence: other
Fork (https://github.com/matt-lowe/Lich) of Lich (https://lichproject.org/) for proofing DR related changes

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to dr-lich

genie
BBC Genie Games Framework
Stars: ✭ 23 (+53.33%)
Mutual labels:  genie
childrens-games-genie
Genie Game Engine
Stars: ✭ 14 (-6.67%)
Mutual labels:  genie
genie-starter-pack
This is the Starter Pack for Genie games. Containing everything a games developer might need to start building a game using the Genie framework. Every game should be forked into a new repository from this repo.
Stars: ✭ 15 (+0%)
Mutual labels:  genie
genielibs
genie.libs contains libraries for configuring, retrieving and testing topologies
Stars: ✭ 80 (+433.33%)
Mutual labels:  genie
merlin
Network Magic: Transforming the CLI and REST API using Infrastructure As Code automation
Stars: ✭ 50 (+233.33%)
Mutual labels:  genie
genieclust
Genie++ Fast and Robust Hierarchical Clustering with Noise Point Detection - for Python and R
Stars: ✭ 34 (+126.67%)
Mutual labels:  genie
GeniePy
GeniePy is a tool for downloading streamable tracks from Genie.co.kr
Stars: ✭ 17 (+13.33%)
Mutual labels:  genie
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (+40%)
Mutual labels:  genie
build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator
Stars: ✭ 30 (+100%)
Mutual labels:  genie
ancistrus
Netgear's D7000 Nighthawk Router Experience Distributed Project
Stars: ✭ 61 (+306.67%)
Mutual labels:  genie
net-api
A documented REST API which returns structured data from network devices
Stars: ✭ 73 (+386.67%)
Mutual labels:  genie

Instructions for combining Lich with Genie & Frostbite FE

General Instructions

basic steps are as follows, you need a working lich install https://lichproject.org/download.html#win_storm_wiz_lich

Set up dependency in SF https://github.com/rpherbig/dr-scripts/wiki/First-Time-Setup steps 1-3

While connected through SF, run ;e use_lich_fork

that should take 5-10 seconds to swap the version of Lich you're on. Run ;e use_lich_main at any time to toggle back. Then you're basically done with SF. close out if it.

Genie-specific instructions

Get your genie client open

Open up an administrator command prompt (win+x then A in windows 8+) navigate to your lich directory and in the command prompt run

  • 'ruby lich.rbw --dragonrealms --genie'

Then connect to a character via genie like normally.

You should have lich access, the only difference will be it uses , instead of ; as it's special character since Genie does parsing on ;

If you disconnect from that character (even keeping genie open) you'll need to run the command again in the command prompt.

Frostbite-specific Instructions

Download Frostbite from: http://matoom.github.io/frostbite/installation.html

Windows

Open up an administrator command prompt (win+x then A in windows 8+) navigate to your lich directory and in the command prompt run

  • 'ruby lich.rbw --dragonrealms --frostbite'

Then connect to a character via Frostbite like normally.

Mac OS X / *nix

Open up command prompt Navigate to your lich directory:

  • ex. 'cd ~/Downloads/lich'

Run Lich.rbw with the following options

  • 'sudo ./lich.rbw --dragonrealms --frostbite'

Then connect to a character via Frostbite like normally.

Note for RVM users

If you are using rvm, you will want to use rvmsudo to do the sudo call (else you will use whatever ruby version sudo defaults to which will lead to Problems). Setting up rvmsudo is detailed here: https://rvm.io/integration/sudo The steps are as follows:

  1. Add export rvmsudo_secure_path=0 to ~/.bashrc
  2. Add Defaults env_keep +="rvm_bin_path GEM_HOME IRBRC MY_RUBY_HOME rvm_path rvm_prefix rvm_version GEM_PATH rvmsudo_secure_path RUBY_VERSION rvm_ruby_string rvm_delete_flag" to /etc/sudoers (careful...)
  3. Comment out Defaults secure_path=... in /etc/sudoers

Now run rvmsudo ./lich.rbw --dragonrealms --frostbite

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].