1.9 is out, this time to implement Red.Room.Service's feature request.
If you did what you're saying, could you then apply a filter?
Possibly. I don't know what the speed hit would be like doing it in software though. I could do it faster using d3d shaders, but you might end up losing any in game movies.
I did end up using d3d. Movies do look a little bit weird, but not as bad as I expected, and everything else still seems to be working.
Set the graphics mode to 4 or 5, (4 for fullscreen, 5 for windowed,) and set your resolution on the GraphicsWidth and GraphicsHeight lines. By default it just uses a linear filter, but if you want something else you can create a dx9 effect file called 'data\shaders\global.fx', and it'll use that instead.
Full 1.9 changes:
If you use sfall with a version of fallout.exe that it wasn't built for, you get a useful error instead of the generic 'requires DirectX 3a' message
If using a 16 bit colour mode, you can alter the speed of fades
Added some extra graphics modes that use d3d9 for rendering instead of ddraw
Can change the initial map to load when starting a new game
Added some extra scripting functions. (game_loaded, graphics_funcs_available, load_shader, free_shader, activate_shader, deactivate_shader)
Since I was writing the shader code anyway, I added some scripting functions to let mods load extra ones. *waits for someone to write a 'jet causes psychedelic vision' mod*
Tell me how you get it to in on your keyboard, as far as I know, it isn't possible except in Tactics.
There's nothing special you need to do. When fallout displays the prompt asking how many items you want to buy/sell/drop or whatever, you just hit the number keys on your keyboard instead of clicking the up/down buttons. :shrug:
I tried running the mod on my comp with Win98, but for some reason it doesn't work (Fallout completely ignores it).
If fallout completely ignored it, you're either using the dos version of fallout or you installed it incorrectly. Make sure the file 'ddraw.dll' is in the same folder as 'falloutw.exe' for fallout 1 or 'fallout2.exe' for fallout 2.