Fullscreen resolutions for 1366x768

Posts 17 of 7 · Page 1 of 1
Fullscreen resolutions for 1366x768
Hi, i was trying to follow Nelly's tutorial for fullscreen no scale, and i got sucessfull, but the problem is: Looks like her's resolution is EXTREMELY HUGE, because ALL MY STUFF are like going outside the screen. They are FREAKING HUGE! Could you, Nelly, give us the values for different resolutions?
You can choose what ever fits best. Just choose a number less then 16 and more then 7. Just test any size that you feel conferrable with. And 1 question would you be kind to give the client out because i dont know anything about programming and i got lost when i had to use the other program.
Play on steam.
All you need is to edit the values in ui reposition code:
Code:
Reposition and scaling of UI elements (Needs RABCDasm) -
	........
		
		findproperty QName(PackageNamespace(""), "y")  ; X/Y,width/height e.t.c
		pushint -240 // this numbers 
		initproperty QName(PackageNamespace(""), "y")
       ........
Just change this numbers for every ui element. Also you can change ScaleX/Y
I already made a post on this!
Code:
;In Case You Are Struggling With UI Object Placements(Most Wouldn't Bother) Use This Reference Chart:
   findproperty QName(PackageNamespace(""), "scaleX")
   pushdouble 1.8                                                    ;Changes Amount Of Stretching : X Axis
   initproperty QName(PackageNamespace(""), "scaleX")

   findproperty QName(PackageNamespace(""), "scaleY")
   pushdouble 1.8                                                    ;Changes Amount Of Stretching : Y Axis
   initproperty QName(PackageNamespace(""), "scaleY")

   findproperty QName(PackageNamespace(""), "x")
   pushint -541                                                       ;Changes Position Of Element in Pixels : X Axis
   initproperty QName(PackageNamespace(""), "x")

   findproperty QName(PackageNamespace(""), "y")
   pushint -229                                                       ;Changes Position Of Element in Pixels : Y Axis
   initproperty QName(PackageNamespace(""), "y")
Find Them Yourself to fit your needs!
Hey lupadim, if you get one working could you pm that to me please because that is the exact resolution that i need... i cant seem to get rabcdasm to work on my computer but i can get all of the other things that you do with yogda so if you send me just a resolution modified one i would be extremely greatful, and if you don't i understand ;D
-Exoplasma
Guys, I KNOW THAT. I was trying that and i just saw it would take too long and decided to ask for help here. WEll, i guess i have to try it my way.
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?