Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 9 10 [11] 12 13 ... 385

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

digimite

  • Escaped Lunatic
    • View Profile
Re: Expanded LNP - a single download with everything (r37)
« Reply #150 on: September 27, 2013, 03:38:45 am »

Found a mistake in dfhack.ini when I tried a shortcut key for workflow and it wouldn't work.

These are the existing settings:

keybinding add Alt-W@dwarfmode/QueryBuilding/Some/Workshop/Job gui/workflow
keybinding add W@dwarfmode/QueryBuilding/Some/Workshop/Job gui/workflow

keybinding add Alt-W@overallstatus "gui/workflow status"


Well because they weren't working I went to the forum link you posted on the front page for workflow plugin (in the collection)  and I copy pasted the original shortcuts like this:

# workflow front-end
keybinding add Ctrl-W@dwarfmode/QueryBuilding/Some "gui/workflow"

keybinding add Ctrl-I "gui/workflow status"


So now it seems to work fine
Logged

SeelenJägerTee

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r37)
« Reply #151 on: September 28, 2013, 07:42:23 am »

You have probably already seen this, but just in case you haven't
There is a new binpatch that is probably worth adding.
Logged

PeridexisErrant

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

I hadn't, thanks.  Next pack release tomorrow, I think - there's a few things now. 
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

sbfcapnj

  • Escaped Lunatic
    • View Profile
Re: Expanded LNP - a single download with everything (r35)
« Reply #153 on: September 28, 2013, 10:48:28 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
Just wanted to bump this, as I got no answer back then.
Has this Issue been fixed with r37?
Right now I can use the old launcher, but I guess you would want to know, that the new launcher is broken for some people.

If I read the log correctly the problem is, that it searches in the wrong place - the system path and not the file path
Code: [Select]
Caused by: java.io.FileNotFoundException: C:\Windows\system32\LNP\lnp.yaml (Das System kann den angegebenen Pfad nicht finden)

Another bump for this error. I am getting it upon launch of the LNP as well.
Logged

PeridexisErrant

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

Yes, it's buggy. No, I can't fix it and the guy who does has no time at the moment. Thanks for the report though.

However the whole thing is free and open source software per GPL3, so if you want to fix it go nuts.
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

zmc

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r37)
« Reply #155 on: September 28, 2013, 11:04:42 am »

An updated and much expanded version of the Lazy Newb Pack (DFFD download page)

BitDefender says there is a Virus called Gen:Variant.Symmi.26122 in the file embarkanywhere.exe under utilities.
Logged
This is Dwarf Fortress, not some pansy game that you can actually win.

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r37)
« Reply #156 on: September 28, 2013, 06:46:01 pm »

While I can vouch for the non-virus-ness of that utility, I've just gone and found that there's a dfhack script I already include that does the same thing - 'embark -h' to call it, per-game.  On this basis I'll remove the standalone utility, since there's not much point keeping it. 
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

smjjames

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #157 on: September 29, 2013, 09:45:58 am »

How do I update this while keeping my saves and any modified raws? Will just copying (or move elsewhere) the save files, edited raws and the init stuff work? I know I could just go ahead and try, but I want to be sure that I'm doing it right.
« Last Edit: September 29, 2013, 09:47:42 am by smjjames »
Logged

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #158 on: September 29, 2013, 11:31:41 am »

Yes, copying will work fine - keep a backup just in case. The only potential problem is if you install a graphics pack over a save with modified rows, which is the same as the old pack.
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

smjjames

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #159 on: September 29, 2013, 12:03:36 pm »

The modifications are minor, changed the grazing of rhinos and removed attribute and skill rusting.
Logged

molkemon

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #160 on: September 29, 2013, 02:11:34 pm »

Peridexis are you sure you included the new weapon weight fractions fix? It's not in the dfhack/patches folder like the other binpatches, did you modify the exe directly this time?
Logged

PeridexisErrant

  • Bay Watcher
  • Dai stihó, Hrasht.
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #161 on: September 29, 2013, 06:55:58 pm »

Yep - it's not available as a toggleable ptch yet, so hex edits to the executable it is...  I didn't think that anyone would object too much, given that there's already a bunch of similar patches - this isn't a potential feature like lightsabers and railguns whips and crossbows, just a bugged calculation of momentum. 

Spoiler: see this picture (click to show/hide)

Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.

molkemon

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #162 on: September 30, 2013, 04:34:04 am »

That's ok I just wanted to make sure the patch is in since I need to get me some melee dwarfs going in my fortress^^
Logged

SeelenJägerTee

  • Bay Watcher
    • View Profile
Re: Expanded LNP - a single download with everything (r38)
« Reply #163 on: September 30, 2013, 09:45:13 am »

Is there a way to auto-apply the binpatches when you start DF?
So that you don't have to type it in the console every time.
Logged

PeridexisErrant

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

With the exception of commands that need a fort loaded to run, you can put anything in the "dfhack.init" file, and it gets run line by line whenever dfhack is started. This is how keybindings are set, for example.

All the bin patches are already set up in this, just some are duplicated as permanent patches and thus not activated by dfhack.
Logged
I maintain the DF Starter Pack - over a million downloads and still counting!
 Donations here.
Pages: 1 ... 9 10 [11] 12 13 ... 385