#49 posted by Spirit on 2009/05/31 10:39:34
If .app would get an exception, then what about .sh, .bat etc...
How about a "ignore" option in the config dialog and have people who use non-executables as executables use that? Maybe not disable the save button but prompt with a "ignore errors?" box when there are errors?
Alternatively you can simply enter the filename in the config.properties file.
OR
Maybe you can set a swing property to allow people to browse into the .app bundles. Problem solved. Check this out:
FileChooser. There are two properties for dictating the treatment of .app and .pkg files when using JFileChooser. Both properties need to be set programmatically in your application (you will need to make changes to your code). The properties for .pkg installer packages and .app application bundles, respectively, are
JFileChooser.packageIsTraversable
JFileChooser.appBundleIsTraversable
Possible values for these properties are always (treat as folders, the default behavior) and never (treat as files). These properties are set on a per-instance basis via the putClientProperty() instance method inherited from JComponent.
There are a few known issues that currently exist with using these properties:
* Setting JFileChooser.packageIsTraversable to never will currently do so for both .pkg and .app files
* Setting JFileChooser.appBundleIsTraversable to never will cause packageIsTraversable to be ignored, effectively causing the default behavior of navigable .pkg files in JFileChooser.
In other words, you may currently use these properties to make only .app files, or both .app and .pkg files, navigable.
Note: The JFileChooser properties only have an effect when using the Aqua look and feel in Swing, since it is the only look and feel which Apple controls.
From here http://developer.apple.com/technotes/tn/tn2042.html#TNTAG10
The information might be outdated, but I'd think that these properties still work.
Ijed
#51 posted by gb on 2009/05/31 18:23:29
heh heh, snicker.
Ass Injector More Like
#52 posted by Shambler on 2009/06/02 09:59:02
...I always knew there was something sinister about the pink syringe n shit...
#53 posted by Spirit on 2009/06/02 10:08:29
Actually this would fit perfectly in terms of weapon design: http://en.wikipedia.org/wiki/File:Clyster_syringes.jpg
Spirit
#54 posted by JPL on 2009/06/02 10:22:24
Clyster was highly recommended by Hippocrate in any "hole wash"... have fun :P
Nitpick
#55 posted by bear on 2009/06/02 16:22:46
"All Quake singleplayer maps ever made" is obviously not true
Of Course
#56 posted by Spirit on 2009/06/02 17:44:01
It's all about marketing. ;-)
I even have several on my harddisk that are not included yet.
But I think from some percentage upwards one can say it's "all".
So I Guess Theres No Fix For My Issue?
#57 posted by meTch on 2009/06/03 02:10:21
damn...
#58 posted by Spirit on 2009/06/03 08:05:45
Could you try a "normal" path like c:\games\quake\ ?
The pak files are just about 50 MB so that shouldn't be a problem.
Finally Tried This...
#59 posted by metlslime on 2009/06/03 09:20:11
awesome. it just works. (windows xp)
#60 posted by meTch on 2009/06/03 19:31:26
"Could you try a "normal" path like c:\games\quake\ ?
The pak files are just about 50 MB so that shouldn't be a problem."
mmm...maybe
Metch
#61 posted by megaman on 2009/06/05 02:16:02
i still don't really get what's happening on your side, on what paths, etc., sry :(
It would be awesome if you could describe it once more, with all the detail, so i can reproduce the bug.
#62 posted by Spirit on 2009/06/15 09:43:48
One of these days I will install all the packages for science. Yay science!
Wow
#63 posted by than on 2009/06/17 18:36:13
not been playing Quake much recently but decided to have a look at this. Seems like very impressive stuff so far; Everything I tried worked a charm on a clean install of Quake (yeah, didn't dare let it loose on my mess of a Quake folder).
Nice work.
-quoth
The user should be able to select Quoth as an installed expansion pack (just like hipnotic and rogue), though. I tried to download a Quoth map and injector tried to download the entire quoth pack again, with me having already installed it...
Nope
#65 posted by Spirit on 2009/06/21 14:24:30
Sorry. Quoth is just a package like all others. rogue and hipnotic only get special treatment because they are not free.
I understand that the inability to scan an existing Quake installation is frustrating but the work required for something that must be immense.
If you do not want to install Quoth through the Injector but want it to show as installed you can edit the installedMaps.xml file (same directory as the quakeinjector.jar). Put this inside there somewhere:
<map id="quoth">
</map>
I have not tested it but it should work.
Understandable
Alright, thanks. :-E
That Works!
#68 posted by Spirit on 2009/07/28 20:45:07
I don't remember who asked and where but I have finally added necros' Moldy Tower to it.
Spirit
#69 posted by JPL on 2009/07/28 20:48:17
Is Quake Injector supporting Quoth mod ?
#70 posted by Spirit on 2009/07/28 20:54:29
For sure, it even automatically installs it if required and you don't have already. See the posts right above for more info.
Spirit
#71 posted by JPL on 2009/07/29 08:15:35
OK, thanks, I read it too fast, and I missed the point... ;)
Btw
#72 posted by PuLSaR on 2009/08/01 12:48:07
why sm82 rubicondom isn't available in quaddicted q1sp archive?
:]
#73 posted by Spirit on 2009/08/01 13:56:09
Because as sm* file it went straight into the speedmapping list and so far no one made the effort of cleaning up.
|