Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - devil996

Pages: [1]
1
Thanks, but i never had this issue... only sporadic crashes on ff7/8... FF7 works better than 8.

Now i try 13.5 and check the situation.

3
Another question,  my characters on ff8, have almost always, their eyes closed...

Why? It's not normal...

4
Many thanks, i try...



Mmmm. No, works bad. I didn't see any quality improvement, aliasing still present, and i have little grafic glitch on start screen and menu.



And it seems, to disable some good effect.... for example the splash screen "squaresoft" lose a lot of resolution with these command lines.

5
Thanks aali for this great work.

question,

how i can force anti aliasing? the driver of my 5770 are configured properly, but it seems not work...

On FF8, with ff7_opengl-0.7.11b on ati 5770

Code: [Select]
# ff7_opengl-0.7.11b config file



## USER OPTIONS ##
## If you just want to play the game, these are the only options you'll want to change.

# set the window size (or fullscreen resolution) of FF8
# 0 means use original resolution (whatever ff7.exe provides)
# preserve_aspect adds black borders as needed to preserve a 4:3 aspect ratio
window_size_x = 1920
window_size_y = 1080
preserve_aspect = no
fullscreen = yes

# mod directory
# subdirectroy of mods/ where textures will be loaded from
# does not affect the old external textures feature, those should still go in textures/
mod_path = none

# check your driver settings if this option doesn't seem to work
enable_vsync = yes

# allow FF8 to use linear filtering for its textures
# some things look slightly better with this option on, but alot of textures just lose their detail
linear_filter = off



## ENHANCEMENTS ##
## All the little extras that weren't part of the original game, default options include only trivial bug fixes.

# post-processing shader, used to apply fullscreen effects
post_source = shaders/bloom3.post
enable_postprocessing = yes



## ADVANCED OPTIONS ##
## Don't fiddle with these unless you know what you're doing.

# use shaders, if available and supported
# turn shaders off to use the OpenGL 1.1 backend
use_shaders = yes

# prevent glitches due to rounding errors by rendering in the nearest (larger, if supported)
# multiple of the original resolution and up/down-scaling
prevent_rounding_errors = yes

# enable alpha blending for textures without an existing blending effect
fancy_transparency = on

# display frames per second counter in upper right corner
show_fps = no

# display some real-time debug information
show_stats = no

# store external textures in a compressed cache for increased performance
# compression is not lossless, some artifacts may appear when this option is in use
# texture cache does NOT update automatically if the source image changes, however, deleting anything from the cache
# will cause that file to be recreated from the source
compress_textures = no

# use pixel buffer objects to speed up texture loading
# will probably crash horribly on ATI cards but should work for NVIDIA users
use_pbo = yes



## MODDER OPTIONS ##
## These options are mostly useful to modders and should not be enabled during normal play.

# show every failed attempt at loading a .png texture
show_missing_textures = yes

disable_popup = yes

Pages: [1]