Skip to content

Epicfisher/radegast-command-line

 
 

Repository files navigation

Radegast Command-Line

A Modified Radegast Metaverse Client to Run Entirely within the Command-line, as opposed to a Winforms GUI. Optimal for Lightweight Linux Servers. Based on Radegast 2.33. Not everything works perfectly.

Radegast is a virtual world client compatible with Second Life and OpenSimulator. http://radegast.life/

Download the Latest Command-Line Version Here.

Features

  • Log In to a Grid
  • Fully Render your Avatar (No Bake-Fail Cloud Particles)
  • Runs Entirely within a Console
  • Receive IMs via Email

Setup

Windows

Radegast requires .NET Framework 4.7.2

Linux

Radegast requires at least Mono Version 5.12.x to run, though 6.x is Preferred

Usage

The Program can be Started through the Command-Line with the following Arguments:

Windows

Radegast.exe --username "<Username> <Lastname>" --password <Password> --no-sound --autologin

Linux

mono Radegast.exe --username "<Username> <Lastname>" --password <Password> --no-sound --autologin

Arguments

<Username> = Your Account's Username
<Lastname> = Your Account's Last Name. For most people this will be "Resident"
<Password> = Your Account's Password

Additional Optional Command-line Arguments:

--location <string> = Set a Custom Login Location

--ignore-warn = Ignores Warning Messages

--disable-lookat = Disables Lookat
--auto-reconnect = Enables Auto Reconnect

--south = Always Face South. Can be Useful for Bots
--autogroundsit = Automatically GroundSit on Login

--email-server <string> = Email SMTP Server
--email-port <int> = Email SMTP Port
--email-ssl = Email SMTP Use SSL
--email-username <string> = Email SMTP Username Login
--email-password <string> = Email SMTP Password Login
--email-from <string> = Email From Address
--email-to <string> = Email To Address

Contributing

Pull requests are nice

Authors

Project Founder:

  • Latif Khalifa

Current Maintainer and Lead Developer:

  • Cinder Roxley (email cinder cinderblocks.biz)

Contributors:

  • nooperation
  • Luminous Luminos

Alumni Contributors:

  • Douglas R. Miles
  • Mojito Sorbet
  • Robin Cornelius
  • Revolution Smythe

Command-Line Modifications:

  • Epicfisher

License

Radegast Metaverse Client

  • Copyright © 2009-2018, Radegast Development Team
  • Copyright © 2017-2020, Sjofn, LLC.
  • All rights reserved.

Radegast is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Acknowledgments

Based on SLeek Copyright © 2006-2008, Paul Clement (a.k.a. Delta) All rights reserved.

Artwork files are licenced under the Creative Commons Share and Share Alike 3.0 Copyright © 2002-2009 Linden Research Inc.

PrimMesher Copyright © 2010 Dahlia Trimble http://forge.opensimulator.org/gf/project/primmesher/

FMOD Library (FMOD Non Commercial License) FMODStudio SoundSystem Copyright © 2005-2009 Firelight Technologies Pty, Ltd. Redistributions in binary form must follow the following rules:

  • The FMOD library cannot be used for resale or other commercial distribution
  • This license cannot be used for products which do not make profit but are still commercially released
  • This license cannot be used for commercial services, where the executable containing fmod is not sold, but the data is (If you want to redistribute Radegast commercially, remove fmod.dll, fmod*.so and fmod*.dylib)

Ogg Vorbis Copyright © 2002, Xiph.org Foundation

log4net Copyright © Apache Software Foundation

LSL parser Copyright © 2009 Contributors, http://opensimulator.org/

OpenTK 3D Copyright © 2006-2014 Stefanos Apostolopoulos stapostol@gmail.com for the Open Toolkit library.

Command Line Library Copyright © 2005-2010 Giacomo Stelluti Scala

CSAT Library Copyright © 2011 mjt http://code.google.com/p/csat/

protobuf-net Copyright © Google Inc. Copyright © 2008 Marc Gravell

zlib.net Copyright © 1996-2017 Greg Roelofs, Jean-loup Gailly and Mark Adler.

AIMLBot The AIMLBot library (Program#) is a .NET implementation of the AIML standard. Copyright © 2006 Nicholas H.Tollervey (http://ntoll.org) http://aimlbot.sourceforge.net/

SmartIrc4net Copyright © 2003-2005 Mirco Bauer http://www.meebey.net/projects/smartirc4net/

About

Modified Lightweight Command-line Client for connecting to SecondLife and OpenSim based virtual worlds.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.7%
  • HTML 1.2%
  • Other 0.1%