Apprentice Posted May 31, 2014 Posted May 31, 2014 Yes - Game can start in widescreen resolutions - Gamma level in the sceenshots are properly being stored, making those shots brighter then when made with the original .EXE file
Omicron Posted June 1, 2014 Posted June 1, 2014 - Gamma level in the sceenshots are properly being stored, making those shots brighter then when made with the original .EXE fileI would rather that was a toggleable cvar, as sometimes I play with a higher gamma so I can see more, but still like my screenshots in og brightness.
ensiform Posted June 1, 2014 Posted June 1, 2014 The intended behavior is that screenshots are in gamma 1.0 aka gamma correct.
Link Posted June 1, 2014 Posted June 1, 2014 How did you find out about OpenJK?Raz0r and word of mouth I believe How difficult was it to get OpenJK working?Surprisingly simple, I thought it might be a hassle but it was just a matter of dropping files in. Do you know anybody who isn't on JKHub and uses OpenJK?I believe some JAWA members use it, although that is probably down to Raz's advertisements in the past. What would you change (if anything)?Advertisements, I feel you guys have some really great stuff going on but nobody is really aware of what is being added/changed. I realize that due to the nature of the project that things are probably added/removed/changed daily, however it would be nice to have some sort of... update feed with screenshots and clear explanations for those who aren't literate in the coding world. A good example is Raz0r's work on JA++ which is obviously a separate project, he made this really cool spectator-name system that I had never even heard about/seen before, yet I know if other people saw that they'd be wow'ed... I sometimes think that you guys undervalue the work that you actually do, which in my opinion should be all over a website/twitter to those who want to see these updates in layman's terms. In terms of what bothers me, only two really minor things come to mind: External programs such as minimizers obviously don't support the use of OpenJK due to it being a different exe. This isn't OpenJK's fault at all, however it is a little annoyance especially considering the constraints of an ingame minimizer (/minimize), Raz is hoping to get Q3E Minimizer which is now Open Source to support OpenJK I don't like complaining about this, especially since so many people are for it in the JACoders community (Probably everyone XD) but a little annoyance to me is the lack of being able to do quick commands e.g. /q. I realize that this can be quickly accomplished by hitting tab however I often find myself after 10 years nearly always doing /q I'm not saying "CHANGE IT!" but I just thought I'd write this down as it's the only thing that has bothered me since using OpenJK. Off topic from the questions though, I really love the work you guys have done and I can't wait to see how it continues to develop keep up the great work! Raz0r, Stoiss and Tx606 like this
Omicron Posted June 1, 2014 Posted June 1, 2014 External programs such as minimizers obviously don't support the use of OpenJK due to it being a different exe. This isn't OpenJK's fault at all, however it is a little annoyance especially considering the constraints of an ingame minimizer (/minimize), Raz is hoping to get Q3E Minimizer which is now Open Source to support OpenJK OpenJK has /minimize and also supports alt tab on fullscreen :L
Link Posted June 1, 2014 Posted June 1, 2014 Yup I know, but alt+tab pales in comparison to something like Q3E which is instant and moves it out the way, truly minimized off the screen until you hit the keyboard shortcut to go back.
ufooo Posted June 1, 2014 Posted June 1, 2014 No Reasons:1. Need to type full command instead just few letters sometimes (why can't this be toggleable with a cvar or something?)2. Usage of My Games folder instead the old way (that's more problematic for serverside, I remember I sent openjk exe to my old game hoster, wasn't aware it would save files in the mentioned folder where I didn't have ftp access, as for clientside it's not that problematic but from my POV surely inconvenient)3. I had impression that my performance was generally worse (fps drops in areas they didn't occur before)
Omicron Posted June 1, 2014 Posted June 1, 2014 Yup I know, but alt+tab pales in comparison to something like Q3E which is instant and moves it out the way, truly minimized off the screen until you hit the keyboard shortcut to go back. Then bind a key to /minimize
Raz0r Posted June 1, 2014 Posted June 1, 2014 2. Usage of My Games folder instead the old way (that's more problematic for serverside, I remember I sent openjk exe to my old game hoster, wasn't aware it would save files in the mentioned folder where I didn't have ftp access, as for clientside it's not that problematic but from my POV surely inconvenient)Upon release, there will be a "standalone" version, which just sets fs_homepath to "." aka current directory. You can do this manually as well. 3. I had impression that my performance was generally worse (fps drops in areas they didn't occur before)That should not occur at all, especially on a release build. It's using a more modern compiler with higher optimisation settings, and we've made changes specifically to improve performance, especially on newer mods. I'm not entirely sure if the buildbot builds are using the release configuration. Then bind a key to /minimize Or more specifically, /bind x "minimize; messageMode" to also activate chat and avoid being lamed. That was Link's concern. Omicron, Link and Futuza like this
ensiform Posted June 1, 2014 Posted June 1, 2014 1. Need to type full command instead just few letters sometimes (why can't this be toggleable with a cvar or something?)Because its not compatible with the rewritten code. Use tab to complete it like a big boy. JK series is THE ONLY tech3 game(s) that has allowed <enter> to do so (and even then it only worked when you were in a server). The pros of the changes far outweigh the laziness of allowing enter to work and complete the command. Sorry but its not returning. Omicron likes this
ensiform Posted June 1, 2014 Posted June 1, 2014 Yup I know, but alt+tab pales in comparison to something like Q3E which is instant and moves it out the way, truly minimized off the screen until you hit the keyboard shortcut to go back. The only difference is that it hides the window in Q3E really. SW_HIDE vs SW_MINIMIZE. Adding actual tray support for a game binary seems kind of silly to add.
Link Posted June 1, 2014 Posted June 1, 2014 I'm well aware of all of this, you guys asked myself and others of our opinions on OpenJK and as I stated, it is a minor annoyance is all compared to what I'm used to... hardly a big deal.
Apprentice Posted June 1, 2014 Posted June 1, 2014 The intended behavior is that screenshots are in gamma 1.0 aka gamma correct.Which makes the screenshot extremely dark . . .
Futuza Posted June 2, 2014 Posted June 2, 2014 Upon release, there will be a "standalone" version, which just sets fs_homepath to "." aka current directory.You can do this manually as well.Indeed just do a "+set fs_homepath c:\program files\openjk\gamedata\" Or wherever you want it to show up. (Or do the simple "." method as Raz0r indicated).
ensiform Posted June 2, 2014 Posted June 2, 2014 While setting fs_homepath to "." works okay, it is more preferable to set it to be identical to what fs_basepath is. And there should be no trailing slashes. If Program Files is not writable (ie on Vista and newer) you will still need to run the game as admin / or give the folder full access. (Which is part of the point for having homepath in the first place) Raz0r likes this
thepolis Posted June 2, 2014 Posted June 2, 2014 I'd like to see engine code duplication removed, right now its duplicated for SP & MP. Not sure how difficult a task this would be, but damn it would be nice.
Raz0r Posted June 2, 2014 Posted June 2, 2014 There's been some work on it. It's not as simple as merging it into the one executable. That was one of our pipe dreams at the start, but there's simply too much different between the two codebases, and it's not designed in a way to easily be merge-able like that.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now