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

Pages: 1 2 3 [4] 5 6 7 8 9 ... 127
46
there should be mods floating around that do this already, but if you wanted to make it yourself, you'd probably just be looking at packaging serverCmdPlantBrick with a new version that doesn't error check. a true solution is a bit more involved than this though, not sure if for this specific application there's a better option
To prevent bricks being placed in other bricks, I could do a check similar to how jvs doors check if someone is stuck.

47
Howdy-bump. I will be looking into this stuff tonight/tomorrow.

One other problem I encounter with static maps is building. In old terrain maps, you could build inside the terrain. In static maps, not so much. Would like to look into packaging brick plant to allow for building INSIDE of tsstatic.

48
General Discussion / Re: How to Alphabetize Add-on List?
« on: May 08, 2017, 10:40:59 PM »
Out of curiosity, what kind of gamemode are you thinking of? Feel free to link me to another forum post or PM me to avoid derailing this thread.
What I meant was I should just host with a Gamemode_ instead of trying to alphabetically sort my add-ons before executing everything.

From what I've been told, gamemode.txt will execute the add-ons in the order you put them in the file.

49
General Discussion / Re: How to Alphabetize Add-on List?
« on: May 08, 2017, 07:03:34 PM »
To make it 'mostly' alphabetical, you could create a new NTFS partition and put Blockland there.
I'm probably just gonna make a gamemode like you suggested.

50
General Discussion / Re: How to Alphabetize Add-on List?
« on: May 08, 2017, 06:39:59 PM »
Hmm, it still doesn't work :(
You know, I even tried echoing $CustomGui::AddonCount and nothing appeared in console :I

EDIT: !!!! I tried doing customGameGuiServer::populateAddonList(); and it looks like it DID reorganize the list, buuuuuuuuut when I restart the server everything is still completely randomly executed.

51
General Discussion / Re: How to Alphabetize Add-on List?
« on: May 08, 2017, 08:36:55 AM »
Alright. I fixed it: https://leopard.hosting/download.php?f=gbdvt&name=Support_FixAddonSorting.zip

It just had a couple minor problems. I tested it with all my preferred add-ons installed. It worked for me. Tell me if it works for you.
It didn't, but I think its because I'm using BLG hosting- I can't execute client scripts cuz I can't launch the client.

52
General Discussion / Re: How to Alphabetize Add-on List?
« on: May 07, 2017, 07:02:59 PM »
its not client addons, its linux. seems like for some the filesystem is a bit screwed.

it sounds like you can probably manually fix this by fixing the ordering of the addons in server/add-onsList.cs or whatever that file is named.
Mine is already ordered in there too.

53
Help / Re: Port forwarding on an ASUS router?
« on: May 07, 2017, 06:30:53 PM »
Nope, just from the cable to the modem to the router.
Is the "Local IP" Setting set to YOUR ip? eg. not 192.168.1.100, but YOUR ip.
Are you port forwarding the right port? (28000)

54
Help / Re: Port forwarding on an ASUS router?
« on: May 07, 2017, 05:04:34 PM »
Does your cable go directly from the modem to the router, or do you have something like an ooma box between the modem and the router?

56
Help / Re: Port forwarding on an ASUS router?
« on: May 07, 2017, 01:44:07 PM »

57
Help / Re: Port forwarding on an ASUS router?
« on: May 07, 2017, 01:33:24 PM »
What model is your router?

58
Help / Re: My Add-Ons are loading out of order
« on: May 07, 2017, 01:10:59 PM »
If your server is running on Linux, this will happen.
If you're rarely changing what add-ons you run on your server, try running it as a game mode, as you can choose the order add-ons run in that way.
Interestingly, it didn't always do this.
Also, I've noticed that add-ons are also out of order on one of my clients- this is on windows.. WTF

59
Help / Re: My Add-Ons are loading out of order
« on: May 07, 2017, 01:04:42 PM »
NOTE: My ADD_ON_LIST.cs is completely in order.

60
Help / My Add-Ons are loading out of order
« on: May 07, 2017, 01:02:21 PM »
Hi, my Add-Ons are being executed COMPLETELY out of order. It's not from Z-A, or A-Z, it's COMPLETELY random.

As a result, I believe it's affecting how my server is handling script packages as it hooks them in an abnormal order.

Is there a way to fix this?

Pages: 1 2 3 [4] 5 6 7 8 9 ... 127