These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Captain's Quarters
Trade Hub Price Checker: stop.hammerti.me.uk/pricecheck
Visit "Haulers Channel" in game for all matters courier-related.
Structure name/system API: stop.hammerti.me.uk/api
WINEPREFIX=~/bin/eveonline wine ~/downloads/EveLauncher.exe
WINEPREFIX=~/bin/eveonline winetricks vcrun2012 vcrun2013
#!/bin/bashprefix=~/bin/eveonlineinstall="drive_c/Program\ Files/Eve/eve.exe"WINEPREFIX=$prefix wine "$prefix/$install"
CCP Snorlax - Software Architect - Team RnB - @CCP_Snorlax - http://ccpsnorlax.blogspot.is/
#!/bin/bashprefix=~/bin/eveonlinelauncher=launcher.exeinstall="drive_c/EVE/eve.exe"# wine prefix to install eveprefix=~/bin/eveonline#name of the launcher we downloadlauncher=launcher.exe# windows internal installation, default is C:\\EVEinstall="drive_c/EVE/eve.exe"function run { echo run if [ ! -d "$prefix" ]; then inst ; fi WINEPREFIX=$prefix wine "$prefix/$install"}function inst { echo "instaling eve" mkdir -p "$prefix" if [ ! -f "$prefix/$launcher" ]; then link=$(wget http://community.eveonline.com/support/download/ -q -O - | grep binaries | grep exe | sed "s/.*href=\"\\(.*\\)\" class.*/\\1/g") echo "link resource is $link" wget "$link" -O "$prefix/$launcher" fi WINEPREFIX="$prefix" wine "$prefix/$launcher"}function clean { rm "$prefix/$launcher"}function del { rm -rf "$prefix"}if [ $# -eq 0 ]; then run exit 0ficase "$1" in "run") run ;; "inst") inst ;; "del") del;; "clean") clean;; *) echo "unknown option $1";;esac
Do not run. We are your friends.
ᴇᴠᴇʀʏ ᴘᴀʀᴛ ᴏғ ᴀ ɢᴀᴍᴇ ʜᴇʟᴘs ᴛᴏ ᴛᴇʟʟ ᴀ sᴛᴏʀʏ 📕
ᴡʜᴇʀᴇ ɪs ᴀɴɢʀʏ ᴄᴏɴᴄᴏʀᴅ ɢᴜʏ ᴡʜᴇɴ ʏᴏᴜ ɴᴇᴇᴅ ʜɪᴍ
ᴏsᴘʀᴇʏ 🚀
≡⋁≡ ♥
"...ppl need to get out of caves and they will see something new.... thats where eve is placed... not in cave." | zoonr-Korsairs |
Meanwhile Citadel release issues: "tried to bug report this and the bug report is bugged as well" | Rafeau |