Oolite 1.77.1 for Windows
Moderators: winston, another_commander
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Oolite 1.77.1 for Windows
Having seen that v1.77.1 has been released (see here), I have installed the test release and then installed the SSE2 executable over the top.
Is there a new debug console for windows too?
Is there a new debug console for windows too?
-
- Quite Grand Sub-Admiral
- Posts: 6672
- Joined: Wed Feb 28, 2007 7:54 am
Re: Oolite 1.77.1 for Windows
No, the Debug Console executable is the same as always. However, it should be noted that the oolite-sse2.exe is a Deployment executable and, as such, it should be installed over a Deployment installation, not over a Test Release one. I realize now that this has not been clear right from the start. Do not expect Test Release features when running the current oolite-sse2.exe.
I will try to correct the omission soon by uploading an SSE2-optimized Test Release executable for those who prefer this configuration in their game. It may take a day or two, as currently I do not have a development machine to work on.
I will try to correct the omission soon by uploading an SSE2-optimized Test Release executable for those who prefer this configuration in their game. It may take a day or two, as currently I do not have a development machine to work on.
Re: Oolite 1.77.1 for Windows
I know this has been posted on the forum before, but can't find it right now.
What make command would I use to compile a SSE2-optimised test release using the "building the easy way" setup.
What make command would I use to compile a SSE2-optimised test release using the "building the easy way" setup.
Last edited by Gimi on Tue Oct 01, 2013 12:31 pm, edited 1 time in total.
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime."
(Gold Medal Award, Zzap!64 May 1985).
(Gold Medal Award, Zzap!64 May 1985).
-
- Quite Grand Sub-Admiral
- Posts: 6672
- Joined: Wed Feb 28, 2007 7:54 am
Re: Oolite 1.77.1 for Windows
You will have to edit the GNUmakefile and add the following switches in the ADDITIONAL_CFLAGS and ADDITIONAL_OBJCFLAGS lines:Gimi wrote:I know this has been posted on teh forum before, but can't find it right now.
What make command would I use to compile a SSE2-optimised test release using the "building the easy way" setup.
Code: Select all
-O2 -mtune=generic -mfpmath=sse -sse2 -mstackrealign -funroll-loops
make debug=no
as usual, to obtain the SSE2-optimized test release executable.- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Oolite 1.77.1 for Windows
When I installed the test version, I made the mistake of installing the deployment version first. I then read the installation instructions for the test version converter, which told me to uninstall the deployment version. Grrr!
Anyway, I installed the test version fine, but I seemed to lose the debug.oxp, and debug console in the process. I've redownloaded the debug console from berlios, but I don't know where to get the debug.oxp for 1.77.1 from??!
So consequently my debug console is not connecting to the game.
Anyway, I installed the test version fine, but I seemed to lose the debug.oxp, and debug console in the process. I've redownloaded the debug console from berlios, but I don't know where to get the debug.oxp for 1.77.1 from??!
So consequently my debug console is not connecting to the game.
-
- Quite Grand Sub-Admiral
- Posts: 6672
- Joined: Wed Feb 28, 2007 7:54 am
Re: Oolite 1.77.1 for Windows
JazHaz: You will have to install the Test Release of the game again. Then you will be able to use Basic-debug.oxp and the console. The debug oxp is included in the Test Release installer and its optional installation is the second step of the Test Release install process.
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Oolite 1.77.1 for Windows
Reinstalled, and this time got the debug oxp. Don't know why I didn't get it before.another_commander wrote:JazHaz: You will have to install the Test Release of the game again. Then you will be able to use Basic-debug.oxp and the console. The debug oxp is included in the Test Release installer and its optional installation is the second step of the Test Release install process.
Re: Oolite 1.77.1 for Windows
I believe I have the dev deployment of 1.77.1 working however I don't seem to be able to access TAF, any ideas how one could?
Oolite is Ooheavy... Cpt says "Write on Commander"
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
- JazHaz
- ---- E L I T E ----
- Posts: 2991
- Joined: Tue Sep 22, 2009 11:07 am
- Location: Enfield, Middlesex
- Contact:
Re: Oolite 1.77.1 for Windows
Deployment version doesn't have TAF. Only the Test versions do. On the download page of http://www.oolite.org is a link to Berlios, from which you can download a patch program. NB this patches the installer for Oolite 1.77.1.Cpt wrote:I believe I have the dev deployment of 1.77.1 working however I don't seem to be able to access TAF, any ideas how one could?
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Re: Oolite 1.77.1 for Windows
To elaborate a little further: time acceleration is not a game feature of Oolite. Therefore it has no place in any deployment version. It's purely a debugging feature for developers and OXP authors. Therefore it exists in the test version, which is a special Oolite version for developers and OXP authors who need to debug their work.JazHaz wrote:Deployment version doesn't have TAF. Only the Test versions do.Cpt wrote:I believe I have the dev deployment of 1.77.1 working however I don't seem to be able to access TAF, any ideas how one could?
Re: Oolite 1.77.1 for Windows
I understand the intention as to the usage of TAF. However like any good application/drug it can be abused especially when fine tuning of keyboard control for a keyboard commander appears somewhat frustrating unless others have found a less worse solution...
Oolite is Ooheavy... Cpt says "Write on Commander"
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
-
- Quite Grand Sub-Admiral
- Posts: 6672
- Joined: Wed Feb 28, 2007 7:54 am
Re: Oolite 1.77.1 for Windows
The default keyboard sensitivity factor is set to 0.5, which is somewhat high a value. You can adjust it by opening the file <OoliteInstallFolder>/oolite.app/GNUstep/Defaults/.GNUstepDefaults in a text editor like Notepad++ and adding a new line containing the value for the keyboard precision factor, like this:Cpt wrote:... especially when fine tuning of keyboard control for a keyboard commander appears somewhat frustrating unless others have found a less worse solution...
Code: Select all
{
NSGlobalDomain = {
};
oolite = {
"debug-settings-override" = {
};
"flight-arrow-key-precision-factor" = 0.3; // <------ This one. Your .GNUstepDefaults may look different, but this is where you need to make the addition.
};
}
Re: Oolite 1.77.1 for Windows
Thank you another_commander
I have amended the code as you suggest and will trial it shortly.
May I assume up from 3 is less sensitive as you suggest 5 is the default for CTRL+movement and therefore a lower number than 3 would be even more sensitive. Therefore would an adjustment to 2.8 or 3.2 work (in terms of even finer tuning) or is Oolite only able to manage full integers like 2 or 4 from here?
I have amended the code as you suggest and will trial it shortly.
May I assume up from 3 is less sensitive as you suggest 5 is the default for CTRL+movement and therefore a lower number than 3 would be even more sensitive. Therefore would an adjustment to 2.8 or 3.2 work (in terms of even finer tuning) or is Oolite only able to manage full integers like 2 or 4 from here?
Oolite is Ooheavy... Cpt says "Write on Commander"
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
<<My other spaceship is a Thargoid Pathfinder, from the wrong side of Riedquat >>
-
- Quite Grand Sub-Admiral
- Posts: 6672
- Joined: Wed Feb 28, 2007 7:54 am
Re: Oolite 1.77.1 for Windows
Cpt: It is not 3 or 5, it is 0.3 and 0.5 respectively. 0.5 is the default value. Lower than that will make keyboard response more sensitive when Ctrl is pressed, higher will make it less sensitive. A value of 1.0 will make it exactly the same as when Ctrl is not pressed. You can experiment with values like 0.3, 0.28, 0.25 etc, until you hit one that fits your playing style the best.
-
- ---- E L I T E ----
- Posts: 1248
- Joined: Sat Sep 12, 2009 11:58 pm
- Location: Essex (mainly industrial and occasionally anarchic)
Re: Oolite 1.77.1 for Windows
On the 'deployment' (i.e. normal, player) release converter to the 'test' release (with TAF, debugging, etc.): good stuff. Downloaded!