Author Topic: [Version 1] - Blockster Mod (Screensaver Enabled)  (Read 11560 times)

Any fix for mine???
Yes. I'll PM you about that later. There's a glitch with windowed mode. The smaller your display, the closer the icons get. We got that fixed.

Nope. It's coded based on your set resolution set in your prefs. However, it only updates when you start the game. So, I'm guessing Glass was either that impatient, or wanted to try to make Blockster look bad.
Not bias at all. Also, since when do you set your resolution smaller than the Blockland Logo? Because the logo in Blockster is scaled down. And based on your grammar, and calling me add-ons, I'm almost positive that you know what you're doing. Thanks for your input on Blockster.
it was on full screen and what was the "Are you still use in the logo i made" have to do with anything. that was on the Blockland Glass topic.

You're add-ons forgeted up.
Yep. That's full screen.
ANd when i changed to fullscreen. It totally went away i can't even enter my loving options now. Crap-On 0/10
Pick a story.

You say "it totally went away", and you couldn't get your options? I hate to tell you, but the Blockland Title is centered, and will always be there. Unless you did something on your own part to forget your resolution up so badly that torque didn't center a bitmap correctly and threw it off of your screen. But, you could have turned off full screen?

Thanks for the legit story, Glass.

I tried this out and have some feedback:

It would be more efficient to stretch the background elements over the whole screen like this:

Instead of using the resolution pref,

   new GuiFadeinBitmapCtrl(screensaver) {
      profile = "GuiDefaultProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "0 0";
      extent = $pref::video::resolution;
      minExtent = "8 2";
      visible = "1";
      bitmap = $pref::blockster::saver;
      wrap = "1";
      lockAspectRatio = "0";
      alignLeft = "1";
      overflowImage = "1";
      keepCached = "0";
      fadeinTime = "1000";
      waitTime = "90000000";
      fadeoutTime = "90000000";
   };


Set the extent to "640 480"
then horizSizing to width
and vertSizing to height,

like this:


   new GuiFadeinBitmapCtrl(screensaver) {
      profile = "GuiDefaultProfile";
      horizSizing = "width";
      vertSizing = "height";
      position = "0 0";
      extent = "640 480";
      minExtent = "8 2";
      visible = "1";
      bitmap = $pref::blockster::saver;
      wrap = "1";
      lockAspectRatio = "0";
      alignLeft = "1";
      overflowImage = "1";
      keepCached = "0";
      fadeinTime = "1000";
      waitTime = "90000000";
      fadeoutTime = "90000000";
   };

Doing it this way will make them resize upon resolution change instantly, not needing a restart.

I have a suggestion.
Make a line of Text appear under the Icon when the mouse is over it.

Also, how do I change the Icons, or reset to default?