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.


Messages - The 1

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 15
77
Help / Re: CloudFlare "You are blocked!" - Issues when posting things
« on: April 02, 2015, 10:46:43 AM »
Have you been sending too much requests to the server at once?

I don't know if this has anything to do with it but i've heard of cloud flare temporarily banning IPs because of excessive requests or other unusual activity from a certain address?

78
Help / Re: How can I make a F-zoom overlay?
« on: April 02, 2015, 10:43:44 AM »
Actually, I found a download link for the mission editor in the tutorial i linked. just letting you know.

79
Help / Re: How can I make a F-zoom overlay?
« on: April 02, 2015, 10:42:25 AM »
Yea, It has to be clientside because GUIs can't be downloaded from a server.

However, If you are interested in making GUIs, Go download the blockland mission editor (just google it or something) and then check this post: http://forum.blockland.us/index.php?topic=174198.0

80
Help / Re: How can I make a F-zoom overlay?
« on: April 02, 2015, 02:27:28 AM »
I think he means like a GUI-Image for a crosshair or something.

Am i right?

81
Suggestions & Requests / Re: Raise the maximum draw distance limit
« on: March 30, 2015, 10:12:15 AM »
I already tried to make a clientside script for this.
It won't go over 1K.

82
Suggestions & Requests / Re: Raise the maximum draw distance limit
« on: March 30, 2015, 09:37:15 AM »
bump?

Also, does anyone have the balls to PM bdaspot about this?
Im ripping my (ass)hair over this.

83
Help / Re: Sqlite error
« on: March 20, 2015, 04:13:45 AM »
Just find your cache.db in the blockland root folder and right click it and bring up "properties" then click on the "protection" or "security" tab whatever its called, Then check if your system plus your user has all the rights to read and write into the file.

84
Help / Re: Sqlite error
« on: March 19, 2015, 12:10:24 PM »
This tends to happen on some macs.
Check if your user has rights to read and write to cache.db

85
Modification Help / Re: Apply changes in prefs.cs
« on: March 16, 2015, 08:09:48 AM »
isnt there just a way to call: OptionsDlg::(whatever the "done" button is called)?

86
Modification Help / Re: Apply changes in prefs.cs
« on: March 16, 2015, 07:14:12 AM »
The mod is clientside.

87
Modification Help / Re: Apply changes in prefs.cs
« on: March 15, 2015, 10:27:58 AM »
So i did this:
Code: [Select]
if($pref::Input::UseAutoReturnSteering == 0)
{
clientcmdbottomprint("On", 3, 1);
$pref::Input::UseAutoReturnSteering = 1;
export("$Pref::*", "config/client/prefs.cs");
}

And it still won't change untill i go hit done in the options.

Is there something i'm doing wrong?

88
Modification Help / Apply changes in prefs.cs
« on: March 15, 2015, 06:09:00 AM »
So, I've got a script which toggles
Code: [Select]
$pref::Input::UseAutoReturnSteering
It works fine, However the effect won't apply untill you go into the options and press "done".

Is there any way of doing this via my script?

89
Suggestions & Requests / Raise the maximum draw distance limit
« on: February 21, 2015, 08:20:33 AM »
The title pmuch sums it.

This really needs to happen because working on large builds and such is starting to piss me off with the current limit of 1000.

I know that draw distances larger than terrains used to cause problems but now that they are gone, Maybe its time to raise the limit again?


90
Drama / Re: sorry,
« on: February 05, 2015, 09:55:01 AM »
"i am leave this post" ~cooolguy32 2015

I bet this quote is going to be exploited...
...Alot.

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 15