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 - kyleavery

Pages: [1] 2 3 4 5
1
Modification Help / Re: Funky Shirt
« on: July 06, 2015, 03:38:47 PM »
Can anyone give me some idea on how to do this? I'm new to TorqueScript and do not know how to interact it with Blockland that well.

2
Modification Help / Funky Shirt
« on: July 05, 2015, 07:01:28 PM »
Is the FunkyShirt add-on still a thing? I swear I saw one a day ago and was wondering if anyone knew anything about it.

3
Modification Help / Re: Help Implementing a Welcome Script
« on: July 04, 2015, 02:17:03 PM »
I'm an idiot. I was using server.cs instead of client.cs

DOH!


4
Modification Help / Help Implementing a Welcome Script
« on: July 04, 2015, 02:08:34 PM »
Hey all,


I am trying to get a welcome script that I found on the forum to work.

If you did not visit the link, this is the script:
Code: [Select]
package niceToGreetYou
{
function newChatHud_addLine(%text)
{
//Called when any line of text is added to the chat box
Parent::newChatHud_addLine(%text);
//This will turn the "Destiny connected." into "Destiny"
%nameToGreet = strReplace(%text," connected.","");
//If the %nameToGreet variable is different to the original line greet them,
//otherwise it's something else
if(%nameToGreet !$= %text)
{
//Send a chat message saying hi to the player who joined (%nameToGreet)
commandtoserver('messagesent',"Hey, " @ %nameToGreet);
}
}
};
activatePackage(niceToGreetYou);

So far I have made a folder in the add-ons folder called "client_chatscript" and inside it I have three files: description.txt, namecheck.txt, and server.cs.

When I join a server, in the console I type:
Code: [Select]
exec("add-ons/client_chatscript/server.cs");
activatePackage(niceToGreetYou);

For an unknown reason, nothing happens and there are no error messages.


Thank you in advance for the help,
Kyle Avery

5
General Discussion / Same Favicon as Blockland?
« on: July 02, 2015, 10:36:00 PM »
Check out the following website....the favicon (at the left of the tab in your browser) is the same as Blockland.

https://www.botach.com

6
AoT General / Re: Aot??????
« on: May 24, 2015, 01:38:35 PM »
Age Of Time! I get it now.

7
AoT General / Re: Aot??????
« on: October 26, 2014, 10:37:08 PM »
After three years of waiting, I still don't think that I got any information from this thread. But at least I'm old enough now to just Google it.

8
General Discussion / Re: Pecon7's Boss Battles!
« on: February 18, 2012, 10:09:57 PM »
Name:Kylester
BL_ID:17174
Previous Experience:Pinkgeek's Jail, Glasses Trench Wars
Who recommends you?:People on the server, Wiggleman
Why should I accept you? (Please elaborate):I am very good at building, eventing, and moderating
Your Timezone/Region: Pacific

9
Help / Re: Rtb in V20
« on: October 22, 2011, 12:33:54 PM »
Yep,
 
I think I figured it out. I had put the addons in the old blockland folder in My Computer instead of My Documents
That worked

10
Help / Re: Rtb in V20
« on: October 22, 2011, 12:26:39 PM »
I think I figured it out. I had put the addons in the old blockland folder in My Computer instead of My Documents

11
Help / Re: Rtb in V20
« on: October 22, 2011, 12:15:24 PM »
RTB doesn't show up anymore as a sidebar.

Press Shift + TAB to access the overlay.

I made sure it was in the addons folder and it was. O and Chuck when do I press Shift+Tab?

12
Help / Rtb in V20
« on: October 22, 2011, 12:08:19 PM »
Well, I'm not sure why, but RTB won't show up in V20 for me. Can anyone help?

13
Clan Discussion / Re: PANDASEAL CLAN [PASE]
« on: October 16, 2011, 04:12:37 PM »
 :cookieMonster: :cookieMonster: likes :cookie: :cookie:

14
Development / Re: Blockland Launcher r1361
« on: October 15, 2011, 06:19:53 PM »
Badspot gave me a tip that could possibly temporarily solve your problem.

Add the argument -profilePath "C:\Some\Path" to the shortcut for blockland to direct the launcher to use a specific directory.


OK, used this to start the shortcut on the desktop "C:\Program Files\Blockland\BlocklandLauncher.exe" -profilePath "\\dc2\kyle\Blockland" and it is downloading the files for the update (the launcher is). Thanks a LOT. I'll post back with any updates.

Thanks again
Jeff

15
Development / Re: Blockland Launcher r1361
« on: October 15, 2011, 02:33:50 PM »
Hello,

I'm trying to help my son install the new update. Normally he's able to do what he needs to do in Blockland but he was having trouble so I jumped in to assist. I don’t know much about Blockland so I apologize if I am missing anything simple. I have read through the threads and I see similar issues but some of the details are different than mine.

When we install the new update 'Blockland_Setup_r1361' the install completes and it offers to run Blockland (the launcher) (we also tried the v20 update from the Blockland download page with the same issues and that’s how we found our way to this post) The error we get when starting the launcher is below.

Error Message:
Failed to open 'C:\Users\Kyle\My Documents\Blockland//cache.db'
with error message 'unable to open database file'

There does not seem to be a launcher.log file in his documents\blockland folder.  There is a console.log but no launcher.log in the %userprofile%\documents\Blockland folder.

We installed Blockland to:
C:\Program Files\Blockland\

If I run %userprofile% it opens his profile. If I run "%userprofile%\My Documents\" it comes back “no items match your search (Windows 7). There are two factors here that may be related. First, it's a Windows 7 box that does not appear to have a "My Documents" folder. There is a "My Documents" shortcut pointing to "Documents"  (it’s hidden in his %userprofile% ).

Second, I have his “Documents” redirecting through Group Policy from the Domain Controller he logs into.

The redirect is:
\\dc2\kyle. I don't know if that matters or not but I thought I'd throw it in.

Thanks in advance for any assistance,

Jeff Avery

Pages: [1] 2 3 4 5