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

Pages: 1 ... 184 185 186 187 188 [189] 190 191 192 193 194 ... 570
2821
Modification Help / Re: Using the dedicated server console via STDin
« on: February 23, 2014, 07:40:22 PM »
I got it!

I deleted base/client/audio.cs.dso and replaced it with a file called audio.cs which contained setKey("mykey");.

edit: Holy hell, input started working once I set the key! I now have a fully functional linux server with no need for wrappers and whatnot.
edit2: Authentication isn't working yet.

EDIT3: After further testing you don't need to use the hacky replace-default-file-to-set-key thing. Just type setKey("yourkey"); into the console. Somehow I must have had a typo the first time I tried it.

2822
Help / Re: Linux Headless Server
« on: February 23, 2014, 07:12:10 PM »
I changed things since yesterday. It no longer echoes the passwords like that. Everything works except for the most important part, sending input to the server.

The server has no GUI and I access it via SSL. I can view the console using a combination of Wine and Screen but input doesn't work.

(click for full size)


Here's my bash scripts:

Code: (init.sh) [Select]
#!/bin/bash

echo \-\-\-INITIALIZING BLOCKLAND DEDICATED SERVER\-\-\-
screen -dm -S blockland0 -L ./launch.sh

Code: (launch.sh) [Select]
#!/bin/bash

echo \-\-\-LAUNCHING BLOCKLAND DEDICATED SERVER\-\-\-

GAMEMODE="Custom"

#It seems like I can actually start the server without using Xvfb
#Wine just whines about the GUI being missing

#export DISPLAY=:1
#Xvfb :1 -screen 1 1024x768x24 &
#x11vnc &

wineconsole server0/Blockland.exe ptlaaxobimwroe -dedicated -gamemode $GAMEMODE | tee test.txt

2823
Modification Help / Re: Using the dedicated server console via STDin
« on: February 23, 2014, 07:06:54 PM »
That's the problem, though. The server has no GUI and I access it via SSL. I can view the console using a combination of Wine and Screen but input doesn't work.

(click for full size)


Here's my bash scripts:

Code: (init.sh) [Select]
#!/bin/bash

echo \-\-\-INITIALIZING BLOCKLAND DEDICATED SERVER\-\-\-
screen -dmS blockland0 -L ./launch.sh

Code: (launch.sh) [Select]
#!/bin/bash

echo \-\-\-LAUNCHING BLOCKLAND DEDICATED SERVER\-\-\-

GAMEMODE="whatever"

#It seems like I can actually start the server without using Xvfb
#Wine just whines about the GUI being missing

#export DISPLAY=:1
#Xvfb :1 -screen 1 1024x768x24 &
#x11vnc &

wineconsole server0/Blockland.exe ptlaaxobimwroe -dedicated -gamemode $GAMEMODE | tee test.txt

EDIT: After further testing you don't need to use the hacky replace-default-file-to-set-key thing. Just type setKey("yourkey"); into this console. Somehow I must have had a typo the first time I tried it.

2824
Modification Help / Re: GUI+ Cringewortherly named UI Update 0.13
« on: February 23, 2014, 01:14:44 PM »
Again, this would be very nice to have as a git repo somewhere. There's a lot of things that could be improved on.

2825
I have it but i'm not sure if I would be allowed to just upload it.
yes you can

2826
Suggestions & Requests / Re: Kaje's vehicles remastered?
« on: February 23, 2014, 12:25:45 PM »
Yes, do it.

2827
Add-Ons / Re: New Speaker Bricks
« on: February 23, 2014, 12:24:35 PM »
I do agree that it looks a bit out-of-place, but it looks good at the same time.

Also, the cash register looks very nice. Please release it.

2828
Where does its database come from?

2829
Use full-screen and set it to a low resolution.

2830
Modification Help / Re: Using the dedicated server console via STDin
« on: February 23, 2014, 12:17:00 PM »
Yeah I'm currently writing something that will write a key.dat, what language are you using?

I don't have a wrapper or anything, just bash scripts to launch the server.

2831
Modification Help / Re: Using the dedicated server console via STDin
« on: February 23, 2014, 09:56:48 AM »


The server has no GUI at all. I can't just make a key file out of nothing.

2832
Modification Help / Re: Using the dedicated server console via STDin
« on: February 23, 2014, 09:52:48 AM »
What if the dedicated server needs activation, and prints "Input key via setKey("XXXXX-XXXX-XXXX-XXXX"), Don't screw up"? That's my problem.

I'm working on a headless Linux server and I've run into the same problem.

2833
Help / Re: Blockland on Linux
« on: February 23, 2014, 01:48:33 AM »
Does audio work in other applications that use wine?

2834
Help / Re: Blockland on Linux
« on: February 22, 2014, 09:15:14 PM »
Does audio work in your native Linux applications?

2835
Modification Help / Re: BAM Development
« on: February 22, 2014, 05:13:26 PM »
Fluffy actually asked me if we wanted to integrate that style in some way.

I asked him to make everything use GUI profiles so it should be pretty easy.

Pages: 1 ... 184 185 186 187 188 [189] 190 191 192 193 194 ... 570