| Blockland Forums > Modification Help |
| [Solved] Swatch Control Size Problem [Thanks Ephialtes! :D] |
| << < (3/4) > >> |
| Amade:
--- Quote from: jes00 on November 12, 2011, 10:16:40 AM ---Thats kinda the hole point of making a night vision mod. --- End quote --- If you're trying to recreate the night vision from the svh client mod why don't you just use the method it uses (which actually does brighten everything)? |
| Fluff-is-back:
--- Quote from: jes00 on November 12, 2011, 08:44:48 AM ---So NightVision.extent = getWords( getRes(); 0, 2 ); at the end of NightVisionGui.gui? EDIT: Nope didin't work. --- End quote --- Make sure you correctly use people's solutions. NightVision.extent = getWords(getRes(), 0, 2 ); |
| Ephialtes:
--- Quote from: jes00 on November 12, 2011, 10:16:40 AM ---It's still the same size ): --- End quote --- Then you're doing it wrong. Ignore the nightvision.extent bullstuff - that's a stupid hack which won't even work very well. You should learn to make guis properly. Paste the gui code. |
| Destiny/Zack0Wack0:
He's probably adding it to the wrong GUI. |
| Ipquarx:
manually set the extent to the maximum possible resolution you can play on, like 1920x1080, and make sure it doesnt change. then set the position to 0,0 and it will always cover the entire sreen. |
| Navigation |
| Message Index |
| Next page |
| Previous page |