What caused the bug?
I didnât read the GDT source code properly and thought I had to multiply the sales every week, but that caused them to just keep increasing so I changed it to just buff the first week and that worked.
I know I tested the feature before to make sure it wasnât bugged, so Iâm not sure how I missed it. But whatever.
y u fix this amazing feature.
I am having an issue with the server. I have done the port-forwarding part, and other people can join my server. But for some reason I canât join my own server? I canât see it in the list, I can see other people joining. What the?
Try direct connecting to localhost
Thank you, you are a God.
Not any God. he is the God
drumroll
Prepare for something awesome that @tmch has created for all server hosts
[spoiler]âŚas soon as I have the time to test some modifications to the library his feature uses! (Surely within an hour or two, typing this from my phone)[/spoiler]
Server 1.5.4.0
- Added plugin support by @tmch (with some small modifications by me)!
Download: http://www.nexusmods.com/gamedevtycoon/mods/8 Source code: http://www.mediafire.com/download/kl0zhlhlxd24ecq/dmultiplayersrv-140710-1.5.4.0.zip
Youâll have to wait a bit 'til I upload a plugin development/installation tutorialâŚ
yaaay! Itâs out!.. Nice modifications to the original code ^.^
@MrRain Thanks for reporting it!
Client 0.5.9
- Fixed error when someone tries to sabotage you but fails, or sabotages you with a custom sabotage option
Download: http://www.nexusmods.com/gamedevtycoon/mods/8/
Aaaaaand hereâs the plugin and macro documentations! I shouldâve mentioned that the previous update included macros too xD
P.S. I should also mention that new commmands were added in the last server update: c
, runmacro
, runplugin
, and stopplugin
(which are mentioned in the documentation). See the help
command for details on their syntaxes.
âŚcount how many times I said âmentionâ.
Thanks for the fix! I have a request or an idea for the mod.
As you know, the chat area is opened with âTâ key but, all the game announcements n such appear in there as well and it makes it really difficult to read the chat at times.
I was wondering if you could make a chat box, or if you could highlight/bold the chat text so it can be easier to understand.
@Darkly Is it possible to add delays and loops to the macros? I want to create a macro which will send a message every 5 mins, like âPlease check out the server ownerâs twitter, @KizzaGamingâ and âBe sure to check out the mods made by the server ownerâ for example?
iirc, there is a checkbox that allows you to only show chat messages.
you can do it by using plugins;
function xn(){
Server.runCommand(âmsg Please check out blahdehblahâ);
}
setInterval(xn, 5601000);
Oh, so people would need my plugin to see the server messages
@MrRain There is a checkbox like @tmch said, and there are also plans for an in-game box similar to ChatModâs.
And no @KizzaGaming they donât need to install anything as the plugin doesnât send any custom data. You just paste tmchâs code into a file that ends with â.jsâ which you put in the plugins folder of the server, then you start it.
canât wait⌠going to try make a admin tools mod (not sure how to do it⌠but thatâs why i wanted to know if it was able to request if the player is âoperatorâ)