Giter Club home page Giter Club logo

swgflurry's Introduction

Repository EST Dec 29, 2016

Server Development Legend

GitHub last commit Contributors Forks Stargazers Issues MIT License

Flurry Server Index

  • Discord
  • Server RoadMap
  • Server Client
  • Server Tre's
  • Website
  • Forums

Flurry Server Player Stats

  • Live Server Player Stats

Required Server TRE Files

www.swgflurry.com/TRE/

Required Flurry Launcher

http://www.swgflurry.com/Launcher/SWGFlurry_Launcher_0.0.3.7.exe

Server Admin Commands

Coding Legend

  • #008000 Complete
  • #FF0000 Incomplete
  • #1589F0 Testing

All Custom Additions

  • #008000 All standard Pre-CU assets
  • #008000 All post 14.1 Weapons
  • #008000 CU Armor - Katarn, Rebel Assault/Battle, Imperial Assualt & Scout Troopers
  • #008000 Mustafar Mobs & NPC's
  • #008000 Kashyyyk Mobs and worldbuilding assets
  • #008000 Many NGE Mobs
  • #008000 All NGE Backpack
  • #008000 NGE Wings / Halos
  • #008000 BARC Speeder Neutral / Rebel Imperial / Pod Racers 1 an 2 / Sith Sppeder
  • #008000 All NGE Housing Deeds With Appropriate signs / Halloween signs
  • #008000 NGE House schematics
  • #008000 NGE capes Rebel / Imperial
  • #008000 NGE Decorations / Hologram Decorations / 1 year - 10 year vet rewards
  • #008000 All TCG Items
  • #008000 NGE Wearable,Vehicles,Deeds,Assets

Custom Professions

  • #008000 Spy
  • #FF0000 Melee Bounty Hunter
  • #FF0000 Gray force sensative
  • #FF0000 Gray Initiate
  • #FF0000 Gray Jedi Novice
  • #FF0000 Gray Jedi Master
  • #FF0000 Elder Gray Jedi
  • #FF0000 Elder Gray Jedi Master
  • #FF0000 Gray Jedi Order
  • #FF0000 Grand Master

Armorsmith [Available Craftable Armors]

  • #008000 Assault Trooper
  • #008000 Bone
  • #008000 Bounty Hunter
  • #008000 Chitin
  • #008000 Clone Trooper
  • #008000 Composite
  • #008000 Death Trooper
  • #008000 Galactic Marine
  • #008000 Infilitrator
  • #008000 Ithroian Defender
  • #008000 Ithorian Guardian
  • #008000 Ithorian Sentinel
  • #008000 Kashyyykian Black Moutain
  • #008000 Kashyyykian Ceremonial
  • #008000 Kashyyykian Hunting
  • #008000 Mandalorian
  • #008000 Mandalorian Rebel
  • #008000 Mandalorian Imperial
  • #008000 Marauder
  • #008000 Marine
  • #008000 Nightsister
  • #008000 Padded
  • #008000 Rebel Assault
  • #008000 Rebel Battle
  • #008000 Rebel Snow
  • #008000 Rebel Spec Force
  • #008000 RIS
  • #008000 Scout Trooper
  • #008000 Singing Moutain clan
  • #008000 Snowtrooper
  • #008000 Stormtrooper
  • #008000 Tantel
  • #008000 Ubues
  • #008000 Zam

Pre-Pub 9 Jedi Additions

  • #008000 Jedi Perma Death (3 Lives Additional lives gained from holocrons) - This system can be turn - #008000 On or - #FF0000 Off depending on the server operators choice

Custom Planets

  • #008000 Chandrila
  • #008000 Corellia
  • #008000 Coruscant
  • #008000 Dantooine
  • #008000 Dathomir
  • #008000 Dungeon1
  • #008000 Dungeon2
  • #008000 Endor
  • #1589F0 Geonosis
  • #008000 Hoth
  • #008000 Hutta
  • #1589F0 Jakku
  • #008000 Kaas
  • #1589F0 Kashyyyk
  • #1589F0 korriban
  • #008000 Lok
  • #008000 Mandalore
  • #1589F0 Mustafar
  • #008000 Naboo
  • #008000 Rori
  • #008000 Taanab
  • #008000 Talus
  • #008000 Tatooine
  • #008000 `Yavin4'

Extended thanks to the following servers / contributors

Thank you to the following server that provided custom content / alterations to the base core3 experience. Over the course of a few years each individual has added some portion to the frame work or code that is currently in this repository.

  • http://www.swgflurry.com/
  • https://github.com/TheAnswer/Core3/graphs/contributors
  • Aftermath - 13.1 Tef System
  • Awakening - Repair Disabled Vehicles
  • Empire in Flames - Multi Vehicles
  • Infinity - Regrant Skill Command
  • Project Carbonite - Food/Filling Counter Display
  • Reckoning - Stat Tracking
  • Renegades - Global Account Lots
  • Sentinels Republic - Token Splitting/Stacking
  • Stardust - Extra Custom Planets
  • SWG-Europa - Misc Changes
  • SWG-Rehab - 13 NGE Heavy Weapons
  • SWG Restoration 2 - Cutom Weapon Dot System
  • Sunrunner II - Extra Custom Planets
  • Tarkins Revenge - Creature Mounts

SWGEmu Core3

What is SWGEmu?

Star Wars Galaxies was a massively multi-player online role playing game introduced by Sony Online Entertainment in the year 2003 and shut down in 2011. It is this game the SWGEmu project focuses to recreate at a specific milestone referred to as Pre-CU, or Pre-Combat Upgrade. The Combat Upgrade was a set of game changes which radically changed the game-play, to the dislike of thousands of players. These changes led to the founding of this project, in an attempt to "recreate" the game as it was during the Pre-CU era. At SWGEmu, Emulator refers to the software the SWGEmu team is building. This Emulator is meant to imitate Sony Online Entertainment's server-side software, which hosted the galaxies of Star Wars Galaxies during the Pre-CU era.

How to build

Dependencies
  • CMake 3.1.0 or higher
  • BerkeleyDB 5.3
  • MySQL Client and Server
  • OpenSSL libraries
  • pthreads
  • Lua 5.3 libraries
  • Zlib libraries
  • g++ 5+
  • engine3
  • java jre 1.7+

Debian 9+ or Ubuntu 16.04+

  • Install dependencies

    sudo apt install build-essential libmysqlclient-dev liblua5.3-dev libdb5.3-dev libssl-dev cmake git default-jre libssl-dev git
    
  • Clone core3 repository somewhere (~/git)

    mkdir -p ~/git
    cd ~/git
    git clone http://review.swgemu.com/Core3
    
  • Build Core3 with 8 threads

    cd MMOCoreORB
    make -j8
    
  • Import sql database

    mysql -h<MYSQLHOST> -u<MYSQLUSER> -p<MYSQLPASSWORD> < sql/swgemu.sql
    

How to Run

cd ~/git/Core3/MMOCoreORB/bin
./core3

License

Copyright (C) 2017 SWGEmu

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program.  If not, see <http://www.gnu.org/licenses/>.

For more information, see https://review.swgemu.com.

swgflurry's People

Contributors

thrax989 avatar hellucard avatar bigtap avatar sygnum avatar weezyyy avatar slayersg avatar bobvious avatar kurdtkobain avatar drelnor avatar voxxy-flurry avatar kissofdarknes avatar mhutcherson avatar mikeface avatar icewarden avatar madvector avatar gungy avatar halictosis avatar michaelcramer avatar mrmoosely avatar yakone avatar qrave avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.