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

Pages: [1]
1
Modification Help / Help finding CompMix render optimization DLL
« on: July 04, 2020, 08:31:51 PM »
Hey, I was hoping someone still had CompMix's render optimization DLL laying around in their modules folder. It seems like a really awesome way to gain some FPS. Unfortunatley, it seems CompMix took down all scripts from their GitHub. If anyone had it still installed, and is willing to share it, please let me know.

Thanks

Link to CompMix topic : https://forum.blockland.us/index.php?topic=323819.0

2
Help / Server_Seatbelts
« on: July 04, 2020, 10:26:06 AM »
Hello, I was hoping somebody could help me out with getting the server_seatbelt addon. The addon seems to have been taken down on Blockland glass, unfortunately.

https://forum.blockland.us/index.php?topic=298965.0

I'm having trouble finding a way for players to be able to make use of the right mouse button while in vehicles, as the weapon pack i'm using makes use of that button.

Any help would be appreciated, thanks.

3
Hello, I was hoping that someone could help me out with recompiling the newest version of Blockland.exe to use the BlocklandLoader.dll from Server_EnvrionmentZones with Selectiveghosting.

Through a little research i've found that users like Conan have been able to accomplish this using C++ in Microsoft Visual Studio, but I don't really have any idea what i'm doing.

The BlocklandLoader github gives instructions on "Patching the import table" using StudPE, but Blockland.exe still does not start correctly after following the instructions.

Currently I get this error whenever I attempt to start up blockland.


Reverting the version of Blockland works fine, except that I want to be utilizing ServerEnvironments for multiplayer purposes.

Any help would be greatly appreciated. Thanks

References :
Server Environments - https://forum.blockland.us/index.php?topic=308861.0
BlocklandLoader GIT - https://github.com/qoh/BlocklandLoader


4
Gallery / Project Dump Stuff
« on: July 26, 2017, 02:20:39 PM »
Sorry about the Paint and Brick selectors showing, i'm new to taking nice screenshots. Any criticism would be welcome.













5
Suggestions & Requests / Heed's Medieval V2 Pack
« on: January 07, 2017, 06:16:40 AM »
I was wondering if anyone would happen to have Heed's Medieval Pack and would be willing to share it.     Link to Addon : (https://forum.blockland.us/index.php?topic=74062.0)

Thank you!


6
Suggestions & Requests / Set Full Player Scale Download
« on: December 17, 2016, 10:39:21 AM »
I noticed that the link for the full player scale addon was not working. I was hoping someone would have the event laying around and could share it real quick.
Thank you!

Link to Full Player Scale addon : https://forum.blockland.us/index.php?topic=291941.0

7
Help / Using VCE to make a random flickering light
« on: May 04, 2016, 08:18:27 AM »
I was hoping someone could help me out with getting a random flickering light working, using VCE. I've attempted it multiple times, but I don't seem to understand VCE that well.

Any help would be appreciated, thank you.

8
Modification Help / Removing bot spawn sounds and spawn emitter
« on: April 20, 2016, 01:32:09 PM »
Hey I was hoping someone could help me out in removing the sound and emitter from a bot_hole when it respawns. I remember seeing a post somewhere on forums about this specific topic but can't seem to find it anywhere. Any help would be appreciated, thanks!

9
Help / VCE Help : Multiple Varlinks in the shop
« on: September 22, 2015, 06:48:08 PM »
I've been having a bit of a problem with my bot VarLink store. Both the two test items I have set up appear in chat. However, I can only buy the sword and even when it registers the player buying an axe, it grants them a sword instead. I've screwed around with this events for a while and can't seem to find the issue. If anyone can help me out, it'd be greatly appreciated.

Thanks, here's a picture of the event


10
Help / VCE Help : Varlink chat shop
« on: September 15, 2015, 03:58:41 PM »
Hello, I have been having a bit of problems with VCE lately. I've been trying to create a varlink chat shop with VCE, where you can left click on the bot and it would read off a list of items. When you were to left click one of the blue links it would grant you the weapon, granted you have enough gold. I granted myself 100 of the gold variable and tryed the shop out. Everything listed off as it should in chat. However, whenever I left click on one of links, it simply opens up a new tab in my browser. Here are the events I put together on the bot, any help would be greatly appreciated.

Thank you


0 l x l OnBotActivate - Client - ChatMessage - l --- Weapons --- l
1 l x l OnBotActivate - Client - ChatMessage - l <varlink:Iron Sword_sword><color:ffffff> - 50
2 l x l OnBotActivate - Client - ChatMessage - l <varlink:Iron Axe_axe> <color:ffffff>- 50
3 l x l OnVariableUpdate - Client - VCE_ifVariable - l sword l - >= - l 1 l - l 4 5 l
4 l x l OnVariableTrue - Client - VCE_ifVariable - l gold l - >= - l 1 l - l 7 9 l
5 l x l OnVariableFalse - Client - VCE_ifVariable - l axe l - >= - l 1 l - l 6 6 l
6 l x l OnVariableTrue - Client - VCE_ifVariable - l gold l - >= - l 1 l - l 10 12 l
7 l x l OnVariabelTrue - Player - AddItem - l Standard Sword l
8 l x l OnVariableTrue - Client - VCE_modVariable - l gold l - Subtract - l 50 l
9 l x l OnVariableFalse - Client - ChatMessage - l <color:ffffff>You don't have enough gold l
10 l x l OnVariableTrue - Player - AddItem - War Axe
11 l x l OnVariableTrue - Client - VCE_modVariable - l gold l - Subtract - l 50 l
12 l x l OnVariabelFalse - Client - ChatMessage - l <color:ffffff>You don't have enough gold.
13 l x l OnVariableUpdate - Client - VCE_modVariable - l sword l - set l 0 l (delay of 33)
14 l x l OnVariableUpdate - Client - VCE_modVariable - l axe l - set l 0 l (delay of 33)

11
Help / VCE Help, Saving variables
« on: September 07, 2015, 02:49:03 PM »
Hello, I've been trying to find a way, through VCE, to make it so that player's Gold value will save either when the player leaves the server, or left clicks on a brick/bot. If anyone knows how to do either, any help would be greatly appreciated.

Thank you for your time.

12
Help / Eventing help: Repeating events and delays
« on: August 30, 2015, 09:58:18 PM »
Hello, I have been having a little trouble lately with eventing the hole bots to do what I want them to do. I have tried to get the bot to do the anim_talk gesture every about 10 seconds after he spawns, but I cannot figure out how to make this gesture repeat itself every 10 or 15 seconds. Here's a little breakdown of what I have tried.

  • OnBotSpawn > Bot > PlayGesture > anim_talk
  • [1000] OnBotSpawn > Bot > PlayGesture > root

    That's all fine and good, but I was hoping I could make it so that it will repeat this event every, let's say, 15 or 20 seconds, so it would play the gesture on its own forever, instead of just once upon spawning.

    Any help would be greatly appreciated, thank you.





13
Help / Right-Click to lock Legacy Doors
« on: May 12, 2015, 02:47:37 PM »
Hello, I'm a bit new to using events and such, and I am working on a server with a couple of friends. We're trying to make it so that the legacy doors will be able to be locked by people of certain BL_ID by a right-mouse button click, or any other button for that matter. This has had us stumped for a few days now.

Any help would be greatly appreciated, thank you!

14
Help / Help with a shotgun projectile
« on: May 11, 2015, 06:26:48 PM »
Hello, I was wondering if anyone could help me be able to spawn the projectile that shoots from Gravity Cat's firearm's. I've been having a lot of trouble with this and it's quite problematic for me. Thank you

Pages: [1]