Page 1 of 1

2.8.1 Major Issue

Posted: September 20th, 2013, 5:17 pm
by XxZLandxX
Computer Info:
Windows 7 Home Premium 64-Bit

I have redownloaded this program twice now and I end up with the same issues. Upon clicking the CLICK_ME_TO_START file, the program loads as it should. However, I cannot make out anything on the screen as everything seems to be incorrectly rendered. I cannot make out words to see if there is a resolution setting that is affecting it. However, after a good deal of squinting and imagination, I was able to load a pre-generated world. Which rendered in about the same manner. Text was unreadable. Anyone have a solution to this?

Re: 2.8.1 Major Issue

Posted: September 21st, 2013, 3:04 am
by Hirato
Can I get a screenshot?

Otherwise I can only suggest you blind type the following, substituting in your screen's resolution here. (just press T at the main menu to bring up the command line)

Code: Select all

/screenres <screenw> <screenh>

Re: 2.8.1 Major Issue

Posted: September 22nd, 2013, 4:29 am
by XxZLandxX
It took abit to get this. Everytime I tried from within the program, all I got was a black screen. Anyways, here you are!

Thanks for the reply :)

Re: 2.8.1 Major Issue

Posted: September 22nd, 2013, 7:03 am
by Hirato
What in the *heck*, did you set maxtexsize to 16x16 or something?

look inside the my_stuff folder, you sohuld see several files like this

Code: Select all

init.cfg
config_rpg.cfg
config_fps.cfg
stdout.txt
Zip ALL of those up and get them to me.

Re: 2.8.1 Major Issue

Posted: September 22nd, 2013, 10:19 am
by XxZLandxX
Actually, aside from taking a blind shot at the screen resolution through the console, this is what I was faced with when I downloaded the program several times. Anyways, here are the files your requested. I would have just sent you a private message with them...but I don't think I can attach files that way.

Thanks alot!

Re: 2.8.1 Major Issue

Posted: September 22nd, 2013, 1:26 pm
by Hirato
Meanwhile in init.cfg

Code: Select all

scr_w 320
scr_h 200
You're using a 320x200 viewport, no wonder it looks awful.
Can you set that to something sensible like 1024x768? (via that screenres thing from above), or delete init,cfg?


There doesn't seem to be anything weird in your configs otherwise.

Re: 2.8.1 Major Issue

Posted: September 22nd, 2013, 6:37 pm
by XxZLandxX
Well I tried both the screenres command and attempted to manually enter in "1024","768" into the slots on the window that I can only imagine is the Screen Resolution field. I will attach a new set of the files you requested before as well as my entire "dxdiag" information as I fear I may have an OpenGL issue with all of this.

Thanks alot Master Coder!

Re: 2.8.1 Major Issue

Posted: September 23rd, 2013, 5:12 am
by XxZLandxX
I forgot to mention that I did delete the init.cfg file as an attempt to fix it as well, but I was left with the same thing. I figured that might help you figure out what is going on as well.