HAWKEN servers are up and our latest minor update is live!
Forgot Password_ SUPPORT REDEEM CODE

Jump to content


unable to set screen resolution (SOLUTION)


  • Please log in to reply
9 replies to this topic

#1 SS396

SS396

    Kernel Panic

  • Full Members
  • PipPipPip
  • 2,258 posts
  • LocationEarth

Posted January 23 2013 - 12:17 AM

I found an easier way of changing the resolutions no more searching for .ini files and editing them.

For those of you that cannot access the video configuration menu, heres an easy way to force set the resolution.


Open hawken:

Hit F5 to get to the console

Type in "setres (width)x(height)" and hit enter
Where width is the X resolution, and height is the Y resolution that you want to use.

You can also set it to window mode by adding a "w", or by adding a "f" to the end you can force fullscreen.


examples:
setres 1024x768f  will force 1024x768 full screen.

setres 1280x1024w  will force 1280x1024 windowed.


Have fun.

Edited by SS396, January 24 2013 - 03:07 AM.

# while true; do echo "Post"; done

#2 Fantus_Longhorn

Fantus_Longhorn

    Advanced Member

  • Full Members
  • PipPipPip
  • 1,055 posts
  • LocationSuffolk, UK

Posted January 24 2013 - 01:50 AM

They're the wrong way around. X is width, Y is height.

Posted Image

Hawken EMP Youtube Channel ~ Watch Previous Episodes Here

And unto us a clan is born...

"May all our assists be critical and all our kills be stolen. Amen"


#3 SS396

SS396

    Kernel Panic

  • Full Members
  • PipPipPip
  • 2,258 posts
  • LocationEarth

Posted January 24 2013 - 03:05 AM

Well, that info was taken from the unreal docs.

http://udn.epicgames...leCommands.html

I guess they screwed it up and I didn't pay attention to it.

Thanks

Edited by SS396, January 24 2013 - 03:08 AM.

# while true; do echo "Post"; done

#4 ToxicKilah13

ToxicKilah13

    Newbie

  • Members
  • Pip
  • 3 posts

Posted January 24 2013 - 11:26 AM

dude i am forever in your debt . Thank you sooooo much

#5 PoobnerCobraxis

PoobnerCobraxis

    Newbie

  • Members
  • Pip
  • 1 posts

Posted January 28 2013 - 11:51 AM

Thanks man, that is a solid temp work around !! This is the only useful piece of info i've been able to find on this issue that works!
Thanks for taking the time to post this and help others :) Wonder if there is a way to alter the texture details via this too. would need to know exactly what the title is for the diffuse and and equiv values of ultra etc i'd guess/

#6 SS396

SS396

    Kernel Panic

  • Full Members
  • PipPipPip
  • 2,258 posts
  • LocationEarth

Posted January 28 2013 - 02:18 PM

@PoobnerCobraxis
Yes, its completely possible by using the "set" command.

Here's the documentation and listing of all those variable names and what they do that you were wondering about.

http://udn.epicgames...emSettings.html

Examples:

DetailMode
(INT) (1-3) Current detail mode; determines whether components of actors should be updated/ ticked. Corresponds to the EDetailMode enum in Scene.uc, also set in PrimitiveComponent, and returned by WorldInfo.GetDetailMode()

SpeedTreeLeaves
(UBOOL) Whether to allow rendering of SpeedTree leaves.

ScreenPercentage
(FLOAT) Percentage of screen main view should take up.

So you would type "set detailmode 1".

For those of you that are not programmers:
INT is an integer value, ie rounded off number no fractions or decimal points like  1, 2, 3, 4, 65535 etc.
UBOOL is a Boolean value ie.  TRUE or FALSE
FLOAT is a floating point value ie.  20.750, .06125, or 1.0

Just a word of WARNING,  back up your current ini files in the path
Z:UsersUSERNAMEDocumentsMy GamesHawkenHawkenGameConfig

and remember what variable you change.  During modifications of my ini files, I was getting kicked to the garage after every match instead of it automaticly loading the next map.   I think I narrowed down the culprit to this:

TimeBetweenPurgingPendingKillObjects=20.000000
if I set that to anything other than 20, I seemed to get kicked.

The good news is that if you completely trash the ini files, you can just delete the entire config directory, and when you relaunch hawken it will rebuild them back to default.

Have fun.
# while true; do echo "Post"; done

#7 zlajadojaja

zlajadojaja

    Newbie

  • Members
  • Pip
  • 1 posts

Posted August 14 2013 - 11:28 AM

Thanks

#8 EPA_EnjeliaH_FOX

EPA_EnjeliaH_FOX

    Member

  • Full Members
  • PipPip
  • 25 posts
  • LocationEU

Posted September 20 2013 - 08:25 AM

View PostSS396, on January 28 2013 - 02:18 PM, said:

@PoobnerCobraxis
Yes, its completely possible by using the "set" command.

Here's the documentation and listing of all those variable names and what they do that you were wondering about.

http://udn.epicgames...emSettings.html

Examples:

DetailMode
(INT) (1-3) Current detail mode; determines whether components of actors should be updated/ ticked. Corresponds to the EDetailMode enum in Scene.uc, also set in PrimitiveComponent, and returned by WorldInfo.GetDetailMode()

SpeedTreeLeaves
(UBOOL) Whether to allow rendering of SpeedTree leaves.

ScreenPercentage
(FLOAT) Percentage of screen main view should take up.

So you would type "set detailmode 1".

For those of you that are not programmers:
INT is an integer value, ie rounded off number no fractions or decimal points like  1, 2, 3, 4, 65535 etc.
UBOOL is a Boolean value ie.  TRUE or FALSE
FLOAT is a floating point value ie.  20.750, .06125, or 1.0

Just a word of WARNING,  back up your current ini files in the path
Z:UsersUSERNAMEDocumentsMy GamesHawkenHawkenGameConfig

and remember what variable you change.  During modifications of my ini files, I was getting kicked to the garage after every match instead of it automaticly loading the next map.   I think I narrowed down the culprit to this:

TimeBetweenPurgingPendingKillObjects=20.000000
if I set that to anything other than 20, I seemed to get kicked.

The good news is that if you completely trash the ini files, you can just delete the entire config directory, and when you relaunch hawken it will rebuild them back to default.

Have fun.

You can help me... what know about the Set Trail Optimization 1 because in my console don't recognize this command. if you are expert

Edited by EPA_EnjeliaH_FOX, September 21 2013 - 12:03 AM.


#9 SS396

SS396

    Kernel Panic

  • Full Members
  • PipPipPip
  • 2,258 posts
  • LocationEarth

Posted September 20 2013 - 02:09 PM

View PostEPA_EnjeliaH_FOX, on September 20 2013 - 08:25 AM, said:

i you can help me... what know about the Set Trail Optimization 1 because in my console don't recognize this command. if you are expert
I'm not an expert.  I do not know what that is, but I have noticed that command in my console window also.  It showed up a few patches ago.  My guess is that it has to do the vapor trail for the sharpshooter or reaper.

I do know they seem to have blacklisted a few more commands in the console now, commands that used to work no longer are allowed.

I wouldn't really worry about it though, I don't know if it really makes any difference.
# while true; do echo "Post"; done

#10 EPA_EnjeliaH_FOX

EPA_EnjeliaH_FOX

    Member

  • Full Members
  • PipPip
  • 25 posts
  • LocationEU

Posted September 21 2013 - 12:02 AM

View PostSS396, on September 20 2013 - 02:09 PM, said:

View PostEPA_EnjeliaH_FOX, on September 20 2013 - 08:25 AM, said:

i you can help me... what know about the Set Trail Optimization 1 because in my console don't recognize this command. if you are expert
I'm not an expert.  I do not know what that is, but I have noticed that command in my console window also.  It showed up a few patches ago.  My guess is that it has to do the vapor trail for the sharpshooter or reaper.

I do know they seem to have blacklisted a few more commands in the console now, commands that used to work no longer are allowed.

I wouldn't really worry about it though, I don't know if it really makes any difference.

ho well... i thought it was a flaw on my computer, and it is not. now i know.... im not aloneLOL




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users