Difference between revisions of "Full-screen how-to"

From The Powder Toy
Jump to: navigation, search
(talk)
m (remove header)
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
There's four ways you can get full screen.
+
==Method 1==
  
Method 1.
+
'''Step 1:''' Open  The Powder Toy.
Create a shortcut, at the end of target write "scale:2" without the quotes!, press OK and there you have it.
 
  
Step 1:
 
  
{{http://i52.tinypic.com/2nki0qt.png}}
+
'''Step 2:''' Click on the tick icon (Simulation options) on the bottom of the window, then check the box that says "Fullscreen". You can also check "Large Window" to have the window be twice as large, but not completely fullscreen.
  
  
 +
'''Step 3:''' click "Okay".
  
Step 2:
 
  
{{http://i54.tinypic.com/33c6nax.png}}
+
(Does not work on some older versions)
  
Method 2.
+
==Method 2==
  
{{http://i56.tinypic.com/i4e6u0.png}}
+
Type this into the console: tpt.setwindowsize(1, 1)
  
{{http://i51.tinypic.com/258sdpl.png}}
+
To get out of fullscreen, type tpt.setwindowsize(1, 0)
 
 
The powder toy window is 640 x 480 so put it on 640x480.
 
 
 
Method 3:
 
If you don't have 640 x 480, create a new shortcut, right click and properties, press the compatibly tab and run in 640x480
 
 
 
Method 4:
 
Create a shortcut, at the end of target write "kiosk" without the quotes!, press OK and there you have it.
 
 
 
Step 1:
 
 
 
{{http://i52.tinypic.com/2nki0qt.png}}
 
 
 
Step 2:
 
 
 
{{http://i54.tinypic.com/11afhfq.jpg}}
 
 
 
Either of these methods will get you powder toy window full screen one way or another, just try the one that works best for you.
 
 
 
Guide by Rob215, Uploaded by Hellome
 
 
 
 
 
 
 
New method added by azza2:
 
 
 
 
 
method 4:
 
 
 
another way to get fullscreen (almost full screen on the computer screen. projectors, tv's, other VGA devices are generally completely
 
full screen)
 
 
 
right-click on powder toy. click properties. go to compatibility. change settings for all users.
 
select run in 640 x 480 screen resolution. click ok. click ok again. done!!!! enjoy...
 
 
 
another method by Explosion22
 
 
 
Method 5:
 
 
 
step 1: open powder toy
 
 
 
step 2: click on the thermometer icon on the bottom of the window,and check the box that says "Fullscreen"
 
 
 
step 3: click "ok"
 
 
 
(may not work on earlier versions)
 

Latest revision as of 13:16, 26 April 2018

Method 1

Step 1: Open The Powder Toy.


Step 2: Click on the tick icon (Simulation options) on the bottom of the window, then check the box that says "Fullscreen". You can also check "Large Window" to have the window be twice as large, but not completely fullscreen.


Step 3: click "Okay".


(Does not work on some older versions)

Method 2

Type this into the console: tpt.setwindowsize(1, 1)

To get out of fullscreen, type tpt.setwindowsize(1, 0)