Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 61 62 [63] 64 65 ... 777

Author Topic: Cataclysm: A Zombie-Survival Roguelike  (Read 1298225 times)

Darion

  • Bay Watcher
  • What?
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #930 on: July 03, 2011, 06:18:44 pm »

Need help again, on the MSYS, when i type make it says:
Now what?
Logged

hachnslay

  • Bay Watcher
  • 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #931 on: July 03, 2011, 06:22:03 pm »

when will you add multi floored building. i don't think they are in yet. also: elevators for the labs?
Logged
Quote
Beware of he who would deny you access to information, for in his heart he dreams himself your master
--Alpha Centauri ,Pravin Lal

Vorbicon

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #932 on: July 03, 2011, 06:25:35 pm »

Spoiler (click to show/hide)
Spoiler (click to show/hide)

What now? I know I can craft the Internal Battery module, but that's it. I've got a pretty high skill too.
Logged

GlyphGryph

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #933 on: July 03, 2011, 06:33:48 pm »

Janet, maybe your screen is too small? Try resizing the window before you run it - default terminal size on many systems is too small, and on mine that just results in a blank screen until resize happens.

hacnslay, multfloor buildings ARE in, but the floors only go down. ;)
Logged

Darion

  • Bay Watcher
  • What?
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #934 on: July 03, 2011, 06:35:29 pm »

Nobody know what is my problem? i'm kinda lost...
Logged

Whales

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #935 on: July 03, 2011, 06:40:44 pm »

Nobody know what is my problem? i'm kinda lost...

You don't have g++ installed.  If you are using Ubuntu, type "sudo apt-get install g++" to install it.
Logged
Cataclysm Source Code:  https://github.com/Whales/Cataclysm
Official Cataclysm Forums:  http://whalesdev.com/forums/index.php
My Twitter - mostly Cataclysm related:  http://twitter.com/#!/whalesdev

Join me in #cataclysmrl on irc.quakenet.org!

GlyphGryph

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #936 on: July 03, 2011, 06:41:10 pm »

You don't have the g++ compiler installed. Install it.

Edit: Ninja-ed
Logged

Darion

  • Bay Watcher
  • What?
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #937 on: July 03, 2011, 06:47:03 pm »

I must be really retarded, but, do you got a name of a g++ compiler or a link?...
« Last Edit: July 03, 2011, 06:51:48 pm by Darion »
Logged

beorn080

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #938 on: July 03, 2011, 06:47:55 pm »

Yeah, all you can craft right now are the CBM: Batteries. Shame.
Logged
Ustxu Iceraped the Frigid Crystal of Slaughter was a glacier titan. It was the only one of its kind. A gigantic feathered carp composed of crystal glass. It has five mouths full of treacherous teeth, enormous clear wings, and ferocious blue eyes. Beware its icy breath! Ustxu was associated with oceans, glaciers, boats, and murder.

Gunner-Chan

  • Bay Watcher
  • << IT'S TIME >>
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #939 on: July 03, 2011, 06:52:39 pm »

Janet, maybe your screen is too small? Try resizing the window before you run it - default terminal size on many systems is too small, and on mine that just results in a blank screen until resize happens.

Yeah I JUST found that out. I feel kinda silly.

I also whent ahead and edited my game.ccp to remove the barefoot penalty so I wouldn't wrack my brain when I'm tired just why I'm wearing sneakers. At least I think I did, seemed pretty straightforward.
« Last Edit: July 03, 2011, 07:04:00 pm by Janet »
Logged
Diamonds are combustable, because they are made of Carbon.

Vucar Fikodastesh

  • Bay Watcher
  • Grand Master Explorer
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #940 on: July 03, 2011, 07:38:07 pm »

I must be really retarded, but, do you got a name of a g++ compiler or a link?...

All you have to do is install it using your package manager. Whales posted the exact command for Ubuntu. What Linux distribution are you using?
Logged
I think it's a vastly amusing thought that elephants are so afraid of heights that when Dwarves invented the Z-axis, they couldn't bear to face dwarves in combat anymore.

Whales

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #941 on: July 03, 2011, 07:53:04 pm »

Janet, maybe your screen is too small? Try resizing the window before you run it - default terminal size on many systems is too small, and on mine that just results in a blank screen until resize happens.

Yeah I JUST found that out. I feel kinda silly.

I also whent ahead and edited my game.ccp to remove the barefoot penalty so I wouldn't wrack my brain when I'm tired just why I'm wearing sneakers. At least I think I did, seemed pretty straightforward.

The game used to pop up a written warning if your terminal was too small.  Now it doesn't and I can't figure out wide :<

But good for you!  I really encourage this type of editing, if there's something in the game you don't like.  If you make big changes, I also encourage you to share your version with others.
I'm going to start to try to move stuff like monster and item types to data files, to make it easier to mod.


I must be really retarded, but, do you got a name of a g++ compiler or a link?...

g++ is the name of the compiler (it compiles c++.  A little confusing, I know).  In linux, installing new programs is very easy, and you don't need a link.  Just open a terminal and type "sudo apt-get install g++", without the quotes.  It will ask you for your password, then install g++; then "make" should compile the game!
Logged
Cataclysm Source Code:  https://github.com/Whales/Cataclysm
Official Cataclysm Forums:  http://whalesdev.com/forums/index.php
My Twitter - mostly Cataclysm related:  http://twitter.com/#!/whalesdev

Join me in #cataclysmrl on irc.quakenet.org!

Gunner-Chan

  • Bay Watcher
  • << IT'S TIME >>
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #942 on: July 03, 2011, 07:55:17 pm »

Also, I can confirm in the latest version unloading batterys still causes a segfault. Ill be sure and get my stuff set up so I can give you backtraces for other crashes whales. (When I can find where that was!)
Logged
Diamonds are combustable, because they are made of Carbon.

GlyphGryph

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #943 on: July 03, 2011, 08:51:43 pm »

Strange, I'm no longer to recreate the battery crash bug I posted before. If it does come up I'll bughunt it though, I need a break from bughunting this stupid physics engine I'm working with...
Logged

Whales

  • Bay Watcher
    • View Profile
Re: Cataclysm: A Zombie-Survival Roguelike
« Reply #944 on: July 03, 2011, 09:21:25 pm »

Pretty sure the battery crash has been fixed for a while.  Not sure how up-to-date everyone's version of the game is.
Logged
Cataclysm Source Code:  https://github.com/Whales/Cataclysm
Official Cataclysm Forums:  http://whalesdev.com/forums/index.php
My Twitter - mostly Cataclysm related:  http://twitter.com/#!/whalesdev

Join me in #cataclysmrl on irc.quakenet.org!
Pages: 1 ... 61 62 [63] 64 65 ... 777