v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Utility Talk:Adjust Profile

From Dwarf Fortress Wiki
Jump to navigation Jump to search

I notice that you cap the levels at 15, I recommend no cap, due to extra stat point bonuses you can get. --Jifodus 23:56, 25 March 2008 (EDT)

Do you really need UINT_MAX skill points? Rinn 06:00, 19 April 2008 (EDT)

Found an error in the adjust profile module, happens when I click the "reset profile" button when "reset/read/write all" is checked.

 System.ArgumentException: 'child' is not a child control of this parent.
  at System.Windows.Forms.Control.ControlCollection.GetChildIndex(Control child, Boolean throwException)
  at System.Windows.Forms.Control.ControlCollection.GetChildIndex(Control child)
  at Rinn.DwarfFortress.Tools.AdjustProfile.Configuration.textBox_TextChanged(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
  at System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgs e)
  at System.Windows.Forms.Control.set_Text(String value)
  at System.Windows.Forms.TextBoxBase.set_Text(String value)
  at System.Windows.Forms.TextBox.set_Text(String value)
  at Rinn.DwarfFortress.Tools.AdjustProfile.Configuration.buttonReset_Click(Object sender, EventArgs e)
  at System.Windows.Forms.Control.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnClick(EventArgs e)
  at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  at System.Windows.Forms.Control.WndProc(Message& m)
  at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  at System.Windows.Forms.Button.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Cheapweed 13:59, 15 April 2008 (EDT)

Fixed as of version 1.1. Rinn 06:00, 19 April 2008 (EDT)


There seems to be a problem if you have more than seven starting dwarves, via adjuststart. It will display all of them correctly but any attempt to alter/load/write skills for those past the initial seven causes an error.--Metalax 13:00, 6 June 2008 (EDT)