Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Poll

Having tested both 2D and STANDARD, how is 40d19 compared to 40d?

Faster, no (unknown) problems
Faster, problematic
Same speed, no (unknown) problems
Same speed, problematic
Slower, no other (unknown) problems
Slower, problematic
Doesn't work at all

Pages: 1 ... 30 31 [32] 33 34

Author Topic: FotF: Dwarf Fortress 40d19  (Read 159085 times)

Tilla

  • Bay Watcher
  • Slam with the best or jam with the rest
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #465 on: April 01, 2010, 12:17:47 am »

What's this Shader mode? Is this serious or just an April Fools thing? :P

NM just read up on it (didn't see it till today when the pranking started, lol)

And I see it's being scrapped anyway in favor of dual-core anyway. :P
« Last Edit: April 01, 2010, 12:25:42 am by Tilla »
Logged

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #466 on: April 01, 2010, 01:04:55 am »

not sure if this has been reported yet: linking stuff to levers doesn't zoom properly to the listed item.

Its been reported. What it is actually doing with a few exceptions is looking at the thing that should have been looked at previously.
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

TheSpaceMan

  • Bay Watcher
    • View Profile
    • http://www.digital-lifeform.com
Re: FotF: Dwarf Fortress 40d19
« Reply #467 on: April 01, 2010, 01:28:06 am »

Nothing saying that you couldn't do stuff trough dual core & shader at the same time.
But the speedboost gained by running that part trough the shader might be nothing in comparison. Then again, by forcing it pixelperfekt and just have pinkgoo (1bit alpha) some speed probably could be gained anyway...

But what do I know. I have no idea how stuff is being handled, well haven't looked into detail anyway even if I got GIT poked at the source.

There is allways some kind of magic to apply.
Logged
Poking around with a DFParser.
Bodypart names, creatures names in one easily overviewable place.

Oh my new (old) picture?

Richards

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #468 on: April 01, 2010, 06:16:15 pm »

Any eta on the merge with 31? I'm glad we have a new version, but the lack of adjustable view compared to these feels somewhat limiting.
Logged

Rafal99

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #469 on: April 01, 2010, 06:51:18 pm »

You can change tileset number of tiles on screen in init.txt in 0.31 the same way as you could in 40d.
Logged
The spinning Tantrum Spiral strikes The Fortress in the meeting hall!
It explodes in gore!
The Fortress has been struck down.

immibis

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #470 on: April 01, 2010, 07:27:33 pm »

You can change tileset number of tiles on screen in init.txt in 0.31 the same way as you could in 40d.
I think the lower framerate is a bigger problem.
Logged
If I wanted ramps I would've designated ramps, dammit!

Rafal99

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #471 on: April 01, 2010, 08:58:27 pm »

Yeah framerate is quite bad. I had 20 fps after embark in 4x4 map, and after disabling temperature, weather and caveins.
Changed PARTIAL_PRINT to YES, and it jumped to 80 fps O.o.
Still worse than 40d19, can't wait until Toady releases a version with Baughn's awesome work included.
Logged
The spinning Tantrum Spiral strikes The Fortress in the meeting hall!
It explodes in gore!
The Fortress has been struck down.

GwynWynn

  • Escaped Lunatic
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #472 on: April 06, 2010, 11:14:45 pm »

I just got started with DF, had a couple of glitches along the way. I am running Ubuntu Karmic 64-bit so you can guess what happened... ya, no 32-bit libs installed. I installed the 32-bit packages for libncursesw.so and that was fixed then I got the libjpeg.so.8 error.

Quote
This means dwarfort.exe is linked against libjpeg.so.8 (run ldd -v on dwarfort.exe and you'll see it mentioned).  You need to install whatever package on Ubuntu provides libjpeg.so.8.  I'm guessing there's a "libjpeg8" package that exists somewhere.  Contact your OS distributor/vendor for assistance here.

I fixed this by compiling a 32-bit version of libjpeg.so.8.0.1 and putting it into the df_linux/libs folder then I made ran:
 ln -s libjpeg.so.8.0.1 libjpeg.so.8
I was then able to fire up DF with:
./df

I will play for a bit and check back frequently. My thanks to all who have contributed here.

I will also host the pre compiled lib at my company blog site.
http://thescoundrels.net/2010/04/06/dwarf-fortress-alpha/
I can only certify that this file works on my system. I have not tested it on any other machines.

Gwyn Wynn
First Order Scoundrel
The League of Magnificent Scoundrels
Logged

kurokikaze

  • Bay Watcher
  • Man of the black wind
    • View Profile
    • Mechanical World
Re: FotF: Dwarf Fortress 40d19
« Reply #473 on: April 07, 2010, 07:33:32 am »

Quote
/df: line 6:  5036 Floating point exception./dwarfort.exe $*

Anybody knows what's this? It pops up right after "Synchronizing folders..." message.

Running Linux version of 40d19 in Debian Lenny, in terminal, with text mode.
Logged
It's black as pitch 'cause we're trapped by our violent souls
In a deep mine, where deep rhymes won't keep my self-control
Too many foes, we feel snakebit, and we won't take it
Enemies need their face hit, we goin' ape shit!

LordZorintrhox

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #474 on: April 07, 2010, 09:10:15 am »

That is a error that can pop up in any C code that divides by zero.  At least, when I've encountered that kind of error, it was a divide by zero.  Depending on the platform, it may not actually have anything to do with floating point numbers; dividing integers by zero can throw that exception.

In short, that would be a bug.
Logged
...but their muscles would also end up looking like someone wrapped pink steel bridge-cables around a fire hydrant and then shrink-wrapped it in a bearskin.

HEY, you should try my Dwarfletter tileset...it's pretty.
I make games, too

Nether

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #475 on: April 07, 2010, 12:18:55 pm »

So, are we going to be waiting for the merge for days, weeks or months?

I check the forums out every day and I'm quite busy lately so if I could put a date in my agenda to start giving this attention again it would be rather pleasing to me XD
Logged

Footkerchief

  • Bay Watcher
  • The Juffo-Wup is strong in this place.
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #476 on: April 07, 2010, 12:25:28 pm »

So, are we going to be waiting for the merge for days, weeks or months?

I check the forums out every day and I'm quite busy lately so if I could put a date in my agenda to start giving this attention again it would be rather pleasing to me XD

Unfortunately nobody can put a date on it, not even Toady.  It looks like the current priorities are 1) crash bugs, 2) the merge, 3) other bugs.  Based on that, my guess is: no sooner than two weeks.
Logged

Qiu

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #477 on: April 07, 2010, 03:15:56 pm »

my guess is: no sooner than two weeks.
You're breaking my heart.  :'(
Logged

kurokikaze

  • Bay Watcher
  • Man of the black wind
    • View Profile
    • Mechanical World
Re: FotF: Dwarf Fortress 40d19
« Reply #478 on: April 09, 2010, 05:33:12 am »

Quote
Display initialization failed, DF will crash if asked to use the screen.

I can see intro ("Using ncurses mode"), can generate world and then it all crashes. Debian Lenny, in terminal, w/o Xserver.
« Last Edit: April 09, 2010, 05:37:03 am by kurokikaze »
Logged
It's black as pitch 'cause we're trapped by our violent souls
In a deep mine, where deep rhymes won't keep my self-control
Too many foes, we feel snakebit, and we won't take it
Enemies need their face hit, we goin' ape shit!

Nether

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d19
« Reply #479 on: April 15, 2010, 04:57:22 pm »

So, are we going to be waiting for the merge for days, weeks or months?

I check the forums out every day and I'm quite busy lately so if I could put a date in my agenda to start giving this attention again it would be rather pleasing to me XD

Unfortunately nobody can put a date on it, not even Toady.  It looks like the current priorities are 1) crash bugs, 2) the merge, 3) other bugs.  Based on that, my guess is: no sooner than two weeks.
tnx :)

I'll stick to 40d19.2 then :) Any idea what would work best?
Going to try a 4x4 with 100 dwarves max to see if I can keep my fps above 40 this time XD

Under 30 fps will mean that I'll take out my dinosaurs and have the 9/10th of the fun! :D
Logged
Pages: 1 ... 30 31 [32] 33 34