|
|
|
|
|
|
|
|
| Re: General modding query regarding extending aim Link length[message #186454]
|
Tue, 27 May 2008 03:06
|
|
firefly28 |
 |
Messages:54
Registered:May 2008 |
|
|
Cheers ) Thats me for tonight but I will give it a shot tommorow. (Interesting stuff:))
edit : lol couldnt help but make an attempt at what you said so here it is and Im not sure if Ive chosen the best place or way to immplement this but in the file local.c heres the old code then my addition and it does seem to make everything a higher rez
/*original code #define SCREEN_WIDTH 640
#define SCREEN_HEIGHT 480
#define PIXEL_DEPTH 16
//I did try to do wide screen rez at 1680*1050 but wouldnt have it, Im also going to try changing //pixel depth 2 32 not sure if that will work
#define SCREEN_WIDTH 1024
#define SCREEN_HEIGHT 768
#define PIXEL_DEPTH 16
edit: actually its the pixel depth at 32 thats causing the crashes not the resolutions Im putting in
[Updated on: Tue, 27 May 2008 03:57] by Moderator Report message to a moderator
|
Corporal
|
|
|
|