From d923b71785c07453fc302aaadcebcb1086dd730d Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Wed, 15 Jun 2016 20:06:16 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edbdf78..327dd18 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,55 @@ Created to aid playing with multiple clients in CCP game EVE-Online. -It's essentially a nice task switcher, it does not relay any keyboard/mouse events and suchlike. +It's essentially a task switcher, it does not relay any keyboard/mouse events and suchlike. The program works with EVE, EVE through Steam, or any combination thereof. + +The program does NOT (and will NOT ever) do the following things: +* modify EVE Online interface +* display modified EVE Online interface +* broadcast any keyboard or mouse events +* anyhow interact with EVE Online except of bringing its main window to foreground or resizing it + +System Requirements: +* Windows Vista, Windows 7, Windows 8/8.1, Windows 10 +* Windows Aero Enabled +* Microsoft .NET Framework 4.5+ + +How To Install & Use: +1. Download and extract the contents of the .zip archive to a location of your choice (ie: Desktop, CCP folder, etc). +Note: Please DO NOT install the program into the Program Files or Program files (x86) folders. These folders in general do not allow applications to write anything there while EVE-O Preview now stores its vonfiguration file next to its executable, thus requiring the write access to the folder it is installed into. +2. Start up both EVE-O Preview and your EVE Clients (the order does not matter) +3. Adjust settings as you see fit. Program options are described [here](https://github.com/Phrynohyas/eve-o-preview/wiki/EVE-O-Preview-Program-Options) + +*** + +This program is legal under the EULA/ToS: + +CCP FoxFour wrote: +> Please keep the discussion on topic. The legitimacy of this software has already been discussed +> and doesn't need to be again. Assuming the functionality of the software doesn't change, it is +> allowed in its current state. + +[CCP Grimmi wrote](https://forums.eveonline.com/default.aspx?g=posts&m=6362936#post6362936): +> Overlays which contain a full, unchanged, EVE Client instance in a view only mode, no matter +> how large or small they are scaled, like it is done by EVE-O Preview as of today, are fine +> with us. These overlays do not allow any direct interaction with the EVE Client and you have +> to bring the respective EVE Client to the front/put the window focus on it, in order to +> interact with it. -The code is a bit of a mess, my (ulph / StinkRay) apologies, but do make a pull request etc if you want to contribute! **Created by** -StinkRay +* StinkRay + **Maintained by** * StinkRay - + * Makari Aeron +* Phrynohyas Tig-Rah + + **With contributions from** * CCP FoxFour From 9c06751684effaa09f24da7b1b71daf318d26edb Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Wed, 15 Jun 2016 20:06:49 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 327dd18..0016798 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ CCP FoxFour wrote: > to bring the respective EVE Client to the front/put the window focus on it, in order to > interact with it. +*** **Created by** From 76452bc5630f2574d7d5de3274cb6a8aaf1a9fe9 Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Wed, 15 Jun 2016 20:10:47 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0016798..d158b8a 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,18 @@ The program does NOT (and will NOT ever) do the following things: * broadcast any keyboard or mouse events * anyhow interact with EVE Online except of bringing its main window to foreground or resizing it -System Requirements: + +**System Requirements** + * Windows Vista, Windows 7, Windows 8/8.1, Windows 10 * Windows Aero Enabled * Microsoft .NET Framework 4.5+ -How To Install & Use: -1. Download and extract the contents of the .zip archive to a location of your choice (ie: Desktop, CCP folder, etc). -Note: Please DO NOT install the program into the Program Files or Program files (x86) folders. These folders in general do not allow applications to write anything there while EVE-O Preview now stores its vonfiguration file next to its executable, thus requiring the write access to the folder it is installed into. + +**How To Install & Use** + +1. Download and extract the contents of the .zip archive to a location of your choice (ie: Desktop, CCP folder, etc) +..* **Note**: Please do not install the program into the *Program Files* or *Program files (x86)* folders. These folders in general do not allow applications to write anything there while EVE-O Preview now stores its vonfiguration file next to its executable, thus requiring the write access to the folder it is installed into. 2. Start up both EVE-O Preview and your EVE Clients (the order does not matter) 3. Adjust settings as you see fit. Program options are described [here](https://github.com/Phrynohyas/eve-o-preview/wiki/EVE-O-Preview-Program-Options) @@ -55,12 +59,9 @@ CCP FoxFour wrote: * CCP FoxFour -**Current thread** +**Original threads** https://forums.eveonline.com/default.aspx?g=posts&t=389086 - -**Original thread** - https://forums.eveonline.com/default.aspx?g=posts&t=246157 **Original repository**