Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Jeshua

Pages: [1]
1
Help / Screen problem
« on: May 02, 2021, 08:52:08 AM »
So I have a problem that sprouted up recently and no-one else seemed to be having this issue.
On startup, Blockland freezes. The game is still operating, though.
Instead of updating every frame, the game screen updates only when I move the window or something like that.
Is there anything that could resolve this issue? Thanks.
- Jeshua.

2
Help / Help with Map Rotation?
« on: August 17, 2019, 12:10:10 PM »
So do you remember this part of B4v21 adventures?
https://youtu.be/X8qZsC7Y4OU?t=275

Yeah, It kinda looks fun, and I'm pretty sure the smoothresize() function is part of the Map Rotation addon.
Problem is, I can't find it, i've only been able to find this gamemode/brick-cycling addon, that's obviously not the addon,
If anyone could find it or has a link to the addon that they used to do this, please send it, Thank you.

3
Add-Ons / Force FOV
« on: May 04, 2019, 10:49:57 PM »
Hello everyone, It's been a long time since I've been active, This time I know how to make add-ons, not only make them, but do the code for them as well!
forceFOV(amount); - Forces your FOV at the specified amount
incForceFOV(amount); Increments the forced FOV by the specified amount
decForceFOV(amount); Decrements the forced FOV by the specified amount
rstForceFOV(); - The FOV will be able to adjust itself again, you can now zoom in after resetting (rst is short for reset)


You can also use forceFOV(); or forceFOV(0); to reset.
Download link (it doesn't and won't affect other players)
https://drive.google.com/open?id=1m5W0H_AMRMYQ--wK0BkiND6tM6x1cuEC

4
General Discussion / O_O
« on: December 04, 2018, 10:24:46 AM »
I couldn't find any board where you can post anything related to anything.
Anyways.
WARNING: ARTICLE 13 WILL END YOUTUBE SINCE IT HAVE PASSED.
PLEASE HELP STOP IT AND BRING PEACE AGAIN!
IF YOU DONT WELL ALL BE SCREWED!!!

5
General Discussion / Theme of Blockland
« on: October 29, 2018, 02:26:25 PM »
Blockland's theme is building anything, just a reminder.

6
General Discussion / List of Console Commands ;)
« on: July 18, 2018, 04:46:50 PM »
Here is a good ol list of commands for you to try in the console!

Here goes, By the way, before the list begins, you can put commands into the list by replying with the command in them and a description of what it does!

echo("text here"); Puts text into the console, replace "text here" with anything you want to enter into the console. Keep the quotation marks or else it won't work!

error("text here"); Puts text into the console in error message form with a BackTrace thing below it... Replace "text here" with anything you want to enter as an error into the console. Keep the quotation marks or else it won't work!

turnright(1); Makes you spin right.
turnleft(1); Makes you spin left.

findclientbyname("name here").player.kill(); Kills a player, Replace "name here" with the name of the person you wanna kill with the console or quite literally "magic." Keep the qoutation marks! This command is admin only.

findclientbyname("name here").player.setplayerscale("# # #"); Sets the scale of a player, Replace "name here" with the name of the person you wanna resize. Keep the qoutation marks, Replace the #'s with the size value you want that person to be! This command is admin only.

jet(1); will make the game think you are holding the Right Mouse Button or whatever button you use to Jet!

moveforward(1); will make the game think you are holding the Walk Forward button.

movebackward(1); will make the game think you are holding the Walk Backwards button. (So will moveforward(-1);)

jump(1); Endless Jumping...

Posted commands will be displayed down below!

No posted commands in the list yet...

7
I don't know about you, but when I try to do a command in console including findclientbyname, it says this
"<input> (0): Unable to find object '' attempting to call function 'whatever i do'"
Anyone know how to fix this?

8
Environment Files / The Lava From The Underworld
« on: July 13, 2018, 11:56:05 PM »
Here it is, the liquid that comes from the underworld, Acts just like the lava, but its special because it looks full level creepy!
Download link below:
http://www.mediafire.com/file/ey964t9fqzifcu6/Water_Hell.zip
If you use Google Chrome, go to your Blockland folder, go to your Add-Ons folder and then drag and drop the file into the Add-Ons folder. Enjoy! (This is my very first download link uploaded on the Blockland Forums.)

9
General Discussion / About the keybind changing problem?
« on: July 13, 2018, 11:23:28 PM »
Sometimes my game will begin registering a key as another key!
Examples:
Pressing Numpad8, game thinks I pressed the UP arrow key!
Pressing Numpad5, game thinks I didn't press anything!
Pressing Numpad6, game thinks I pressed the RIGHT arrow key!
Etc. How do you fix this?

Pages: [1]