Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 6 7 [8] 9 10 ... 385

Author Topic: PeridexisErrant's DF Starter Pack  (Read 4171883 times)

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #105 on: September 06, 2013, 08:33:45 am »

Glad I could help!

The default tileset is ASCII (actually code page 43, which describes icons instead of binary encoding of characters) and comes in a number of different sizes - DF as downloaded from Toady uses the 8x12 pixel tileset. For the LNP, I configured it to use the 16x16 pixel edition which is also included in the same stock download. I consider this more newb friendly - since one of the top complaints I've seen about the vanilla set is that it isn't square, and most of the LNP sets are 16x16, and given the clear labels for size of tiles both stock and not misleading (I do see where you're coming from, but it's an unusual position to see the difference and not already know the cause).

You can get a very similar view by zooming out a bit with iirc the square brackets; not too far or mousequery starts missing the edges and acting a bit odd.

Alternatively you can restore the unmodified stock 8x12 tileset by editing either init or d_init under Dwarf Fortress 0.34.11/data/init - if you look up tilesets on the wiki there's a good guide there.

I hope that helps!

Ninja edit: no, it's not the graphics line - that determines the special tiles usable for units. In this pack it will have no effect, because there are no such unit tiles to use. Different resolution is the issue.
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

Henny

  • Bay Watcher
  • Save All 300 Elves
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #106 on: September 06, 2013, 09:08:55 am »

I'd just like to say that being both lazy and a newbie this utility has been greatly appreciated - I think I've actually started to get a hang on this game now!
Logged
Grey langurs came over to steal something, only to be overcome by terror when they realized that they were stealing +grey langur bone gauntlets+.

fricy

  • Bay Watcher
  • [DFHACK:ZEALOT]
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #107 on: September 06, 2013, 09:22:02 am »

Ninja edit: no, it's not the graphics line - that determines the special tiles usable for units. In this pack it will have no effect, because there are no such unit tiles to use. Different resolution is the issue.
Partly true, you can see on the screenshot that instead of the smiley faces the game loads the dwarves.bmp from the raw/graphics/examples folder.

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #108 on: September 06, 2013, 09:30:47 am »

Oops. I'll get rid of those for whenever the next version is...  And turn the graphics off in the meantime.
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

Kip

  • Escaped Lunatic
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #109 on: September 07, 2013, 04:48:19 am »

Fricy is right, after somes tests I have to change the "init" file AND put [GRAPHIC:NO] to get vanilla ASCII. Thank you both for these tips :)
Logged
Apologize for my poor English, I'm French. I know, I need to build an English Workshop in my fortress.

WanderingKid

  • Bay Watcher
  • The Overfiend
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #110 on: September 07, 2013, 05:21:27 am »

Peridexis,

Thanks for putting this all together. I appreciate it thoroughly. It's made my time getting back into DF a hundred fold easier then collecting the errant bits myself.

Do you mind if I build a tutorial and point people at your download as a place to start?  I would assume you wouldn't, but there's no reason not to ask if you have a reason you'd prefer I'd wait for a later release.

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #111 on: September 07, 2013, 07:03:26 am »

Kip - thanks for the tip, I'll do both for the next release.

WanderingKid - I don't mind at all, and I don't release to a schedule, it's just when I've picked up enough to justify the upload. I'd prefer it if you can note which version you're using to avoid confusion, and maybe a note that there are equivalent packs I link to for other platforms, but go nuts - I certainly don't want to control anything or stop people enjoying DF.    ^_^
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

RoastBeef

  • Escaped Lunatic
  • Blah
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #112 on: September 07, 2013, 08:05:55 pm »

Hey man. Nice pack, I've been super enjoying having everything in one place.

Just got an error today, nothings been changed since I played last night and I already rebooted.

Quote
lang.NullPointerException
   at nl.dricus.df.config.constants.GamePaths.getFile(GamePaths.java:123)
   at nl.dricus.df.config.constants.GamePaths.getPath(GamePaths.java:130)
   at nl.dricus.df.action.OpenFolderAction.<init>(OpenFolderAction.java:55)
   at nl.dricus.df.action.factory.OpenFolderActionFactory.newOpenSavegameFolderAction(OpenFolderActionFactory.java:60)
   at nl.dricus.df.form.main.MainForm.getSavegameFolderMenuItem(MainForm.java:421)
   at nl.dricus.df.form.main.MainForm.getFoldersMenu(MainForm.java:234)
   at nl.dricus.df.form.main.MainForm.getMainMenuBar(MainForm.java:327)
   at nl.dricus.df.form.main.MainForm.initComponents(MainForm.java:498)
   at nl.dricus.df.form.main.MainForm.<init>(MainForm.java:105)
   at nl.dricus.df.LauncherApplication.showMainWindow(LauncherApplication.java:94)
   at nl.dricus.df.LauncherApplication.run(LauncherApplication.java:64)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Logged
You have arrived with minimal psychological distress. Strike the Earth!

Dricus

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #113 on: September 09, 2013, 11:16:59 am »

@Roastbeef: Thanks for reporting! Did you post the entire error message in your post? I can't really tell for sure what is causing this problem.
Logged

pancakethecat

  • Escaped Lunatic
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #114 on: September 09, 2013, 12:25:58 pm »

Like @Roastbeef, I too am enjoying the convenience of this sweet, sweet pack. And like @Roastbeef, it throws me an error:

Spoiler (click to show/hide)

That's all there is. It is probably of interest to note that I'm running linux:

Code: [Select]
$ uname -a
Linux kh4250-06 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Hope this is helpful. If there's anything other info I can provide, let me know!

EDIT:
LNP: lazy-newbpack-gui-0.5.3-SNAPSHOT.jar
« Last Edit: September 09, 2013, 12:28:40 pm by pancakethecat »
Logged

RoastBeef

  • Escaped Lunatic
  • Blah
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #115 on: September 09, 2013, 03:14:19 pm »

@Roastbeef: Thanks for reporting! Did you post the entire error message in your post? I can't really tell for sure what is causing this problem.

Yeah thats the whole thing. It started one night, so I was like no biggie ill just delete everything and extract again. That didn't work. Then I re downloaded the whole thing and it throws the same error. Really strange. I'm on Windows 8, and above me he's on Linux so....... weird
Logged
You have arrived with minimal psychological distress. Strike the Earth!

LanFy

  • Escaped Lunatic
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #116 on: September 11, 2013, 02:51:45 am »

The download don't work for me. The download of the original LNP is ok but it's not possible for me to dl the Expanded one.

I have tried to dl it from my android device and I have this message : "Incomplete download query. Cancelled"

Hope this will help.
Logged

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #117 on: September 11, 2013, 06:22:53 am »

You probably just fell victim to a poor connection - this is almost three times larger than the outdated version, so hopefully if you do the usual turn off/on and try again later trick that'll work.  I've heard occasional complaints about the hosting too but there's not much I can suggest to help with that. 

To anyone who'd like to host a mirror somewhere - that would be fine with me, but it has to stay up to date; the reason this pack exists is I got sick of how outdated the alternatives were.  I'd do it myself if my upload was faster or even just more reliable, but until early next year when fiber arrives I'm not going to manage that too. 
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

SeelenJägerTee

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #118 on: September 11, 2013, 08:18:21 am »

I get the following error message.
Code: [Select]
java.lang.IllegalStateException: Can't find LNP's configuration file!
at nl.dricus.df.config.dao.AppConfigDao.load(AppConfigDao.java:64)
at nl.dricus.df.state.LNP.reloadAppConfig(LNP.java:185)
at nl.dricus.df.state.LNP.<init>(LNP.java:87)
at nl.dricus.df.state.LNP.get(LNP.java:96)
at nl.dricus.df.form.main.MainForm.initComponents(MainForm.java:496)
at nl.dricus.df.form.main.MainForm.<init>(MainForm.java:105)
at nl.dricus.df.LauncherApplication.showMainWindow(LauncherApplication.java:94)
at nl.dricus.df.LauncherApplication.run(LauncherApplication.java:64)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: C:\Windows\system32\LNP\lnp.yaml (Das System kann den angegebenen Pfad nicht finden)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at nl.dricus.df.config.dao.AppConfigDao.getAppConfigFileReader(AppConfigDao.java:88)
at nl.dricus.df.config.dao.AppConfigDao.load(AppConfigDao.java:60)
... 21 more
Logged

nanomage

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #119 on: September 11, 2013, 12:11:18 pm »

I am sorry for asking such a silly question, but how do I zoom in or out with this pack? mousewheel seems to move z-levels now, and I'm really confused
Logged
Pages: 1 ... 6 7 [8] 9 10 ... 385