Hurray! Another multiplayer clone project. :)

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
The_Bear
Posts: 225
Joined: Mon Jan 04, 2016 5:57 pm

Re: Hurray! Another multiplayer clone project. :)

Post by The_Bear »

jrb00001 wrote:
DiEvAl wrote:2. Where is the git repo?
The http access (read only) is at https://git.static-692b8c32.de/tachyonuniverse.git.
The ssh access (key auth only but read write) will be at [url]ssh://git@git.692b8c32.de/tachyonuniverse.git[/url] after the next dns update.
The link doesn't work.
kcd.Spektor
Posts: 586
Joined: Thu Nov 26, 2015 8:21 am

Re: Hurray! Another multiplayer clone project. :)

Post by kcd.Spektor »

DiEvAl wrote: I hope that cleansing the universe is not its final goal, but just an intermediate step necessary to e.g. turn all matter in the universe into paperclips. I'm so tired of all the fictional AIs who have goals indistinguishable from those of human villains, even though orthogonality principle says that "more or less any level of intelligence could in principle be combined with more or less any final goal".
Now that's something I've never thought about b4 :!:
Interesting idea - I'll give a thought to this now :)
3. Do you have any plans for procedurally generated ships and stations?
I had such plans in the beginning, but had to drop them because it would be more difficult to implement everything else with proc gen ships.
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Post by jrb00001 »

The_Bear wrote:
jrb00001 wrote:
DiEvAl wrote:2. Where is the git repo?
The http access (read only) is at https://git.static-692b8c32.de/tachyonuniverse.git.
The ssh access (key auth only but read write) will be at [url]ssh://git@git.692b8c32.de/tachyonuniverse.git[/url] after the next dns update.
The link doesn't work.
It should work now.
User avatar
Srul
Posts: 209
Joined: Wed Feb 17, 2016 7:32 pm

Re: Hurray! Another multiplayer clone project. :)

Post by Srul »

jrb00001 wrote:It should work now.
This doesn't seem working...
Image
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Post by jrb00001 »

Srul wrote:
jrb00001 wrote:It should work now.
This doesn't seem working...
Image
This "error message" just means that you do not use git. Please install a git client and do a "git clone https://git.static-692b8c32.de/tachyonuniverse.git". That should work.
kcd.Spektor
Posts: 586
Joined: Thu Nov 26, 2015 8:21 am

Re: Hurray! Another multiplayer clone project. :)

Post by kcd.Spektor »

Hak86 wrote:Here is the Grey Bear I made Based off The_Bear's Black Bear and White Bear.
It is smaller because it is a Scout version.
Feedback is appreciated.
The coloring is nice, but for a small ship it has way to many rooms.

Though the ammount of big and small rooms is still a thing to balanced, but in general right now I see ship classes like this:
Small room - 2x1
Big room - 2x2
Light scout
11-12 small
4 big
Heavy scout
12 - 13 small
5 big
Interceptor
10-12 small
3-4 big
Cruiser
12-14 small
6 big
BattleShip
14-16 small
7-8 big
Station
Any small
Any big
The_Bear
Posts: 225
Joined: Mon Jan 04, 2016 5:57 pm

Re: Hurray! Another multiplayer clone project. :)

Post by The_Bear »

kcd.Spektor wrote:Though the ammount of big and small rooms is still a thing to balanced, but in general right now I see ship classes like this:
Could have this in one of the first posts?
User avatar
Srul
Posts: 209
Joined: Wed Feb 17, 2016 7:32 pm

Re: Hurray! Another multiplayer clone project. :)

Post by Srul »

jrb00001 wrote:This "error message" just means that you do not use git. Please install a git client and do a "git clone https://git.static-692b8c32.de/tachyonuniverse.git". That should work.
Done that "cloning"
Image
Still not working...
Image
What am i doing wrong?
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Post by jrb00001 »

Srul wrote:
jrb00001 wrote:This "error message" just means that you do not use git. Please install a git client and do a "git clone https://git.static-692b8c32.de/tachyonuniverse.git". That should work.
Done that "cloning"
Image
Still not working...
Image
What am i doing wrong?
You can not use your browser to access that repo. In which directory did you execute the clone? There should be a new directory called "tachyonuniverse" where all data is located.
User avatar
Srul
Posts: 209
Joined: Wed Feb 17, 2016 7:32 pm

Re: Hurray! Another multiplayer clone project. :)

Post by Srul »

jrb00001 wrote:You can not use your browser to access that repo. In which directory did you execute the clone? There should be a new directory called "tachyonuniverse" where all data is located.
The new directory is located at C:/Users/*my username*
Post Reply