All awesome peoples are making a new browser...

Started by EK.IceFlake, Mar 13, 2016, 03:02 PM

Previous topic - Next topic

EK.IceFlake

Quote from: Mr_Motley on Mar 19, 2016, 07:18 AMKinda starting to remind me of Linux, not make fun of you at all the first thing that came to my mind was linux and how many commands do I need to input correctly one after another just to play 1 server xD
Actually no, almost all CLI functions will be available by the GUI, though in my design, the GUI simply calls the command processor with a command using the same register used by the CLI.

Thijn

Quote from: NE.CrystalBlue on Mar 19, 2016, 05:20 PM
Quote from: Mr_Motley on Mar 19, 2016, 07:18 AMKinda starting to remind me of Linux, not make fun of you at all the first thing that came to my mind was linux and how many commands do I need to input correctly one after another just to play 1 server xD
sudo apt-get install vcmp
Enter password for root:
ls
cd /home
ls
cd /home/vcmp
ls
./vcmp0432linux
Error: Permission denied
chmod vcmp0432linux 777
Error: Permission denied
sudo chmod vcmp0432linux 777
Enter password for root:
./vcmp0432linux
______
VCMP has started
Connecting to 127.0.0.1:2194
Connection success. Loading server info...

Enter command skin++ and skin-- to navigate between skins
Tommy
skin++
Sonny
skin++
President
spawn
You have spawned.
NE.CrystalBlue: hi null
null: hi
NE.CrystalBlue: come here
move x ++
move xy ++ 28
move y --
vehenter

oh just imagining what it would be like is horrible xD
Using sudo for the root user is retarded. Bad simulation!

KAKAN

Quote from: Thijn on Mar 21, 2016, 04:45 PM
Quote from: NE.CrystalBlue on Mar 19, 2016, 05:20 PM
Quote from: Mr_Motley on Mar 19, 2016, 07:18 AMKinda starting to remind me of Linux, not make fun of you at all the first thing that came to my mind was linux and how many commands do I need to input correctly one after another just to play 1 server xD
sudo apt-get install vcmp
Enter password for root:
ls
cd /home
ls
cd /home/vcmp
ls
./vcmp0432linux
Error: Permission denied
chmod vcmp0432linux 777
Error: Permission denied
sudo chmod vcmp0432linux 777
Enter password for root:
./vcmp0432linux
______
VCMP has started
Connecting to 127.0.0.1:2194
Connection success. Loading server info...

Enter command skin++ and skin-- to navigate between skins
Tommy
skin++
Sonny
skin++
President
spawn
You have spawned.
NE.CrystalBlue: hi null
null: hi
NE.CrystalBlue: come here
move x ++
move xy ++ 28
move y --
vehenter

oh just imagining what it would be like is horrible xD
Using sudo for the root user is retarded. Bad simulation!
And also. we can't see the opponent using CLI xd. It would be more like Facebook Chat :D
oh no

EK.IceFlake

Quote from: Thijn on Mar 21, 2016, 04:45 PM
Quote from: NE.CrystalBlue on Mar 19, 2016, 05:20 PM
Quote from: Mr_Motley on Mar 19, 2016, 07:18 AMKinda starting to remind me of Linux, not make fun of you at all the first thing that came to my mind was linux and how many commands do I need to input correctly one after another just to play 1 server xD
sudo apt-get install vcmp
Enter password for root:
ls
cd /home
ls
cd /home/vcmp
ls
./vcmp0432linux
Error: Permission denied
chmod vcmp0432linux 777
Error: Permission denied
sudo chmod vcmp0432linux 777
Enter password for root:
./vcmp0432linux
______
VCMP has started
Connecting to 127.0.0.1:2194
Connection success. Loading server info...

Enter command skin++ and skin-- to navigate between skins
Tommy
skin++
Sonny
skin++
President
spawn
You have spawned.
NE.CrystalBlue: hi null
null: hi
NE.CrystalBlue: come here
move x ++
move xy ++ 28
move y --
vehenter

oh just imagining what it would be like is horrible xD
Using sudo for the root user is retarded. Bad simulation!
lol sorry
I run my server as root. I know of the dangers but unfortunately not much can be done about it as I only have access to root.
On a side note, that means that I don't need sudo for other stuff.

Thijn

If you only have access to root you can easily add another user...

EK.IceFlake

Quote from: Thijn on Mar 22, 2016, 06:03 PMIf you only have access to root you can easily add another user...
Okay thanks I knew that btw I was just too lazy to do it