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.

Difference between revisions of "Utility Talk:Adjust Profile"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Hey, looks like a useful tool there. I see you're currently hosting it at Rapidshare; please consider additionally (or alternately) hosting it at the [http://dffd.wimbli.com/about.php DFFD site] to make it easier to download. Anyway, keep up the good work, and thanks. --[[User:Janus|Janus]] 22:30, 23 March 2008 (EDT)
 
:It's already bundled with the main release of Rick's Tweak so I didn't see a reason to reupload it, I put that link there before Rick suggested he just pack it in with his stuff. If I make a new release I'll put it there. [[User:Rinn|Rinn]] 12:50, 24 March 2008 (EDT)
 
 
 
I notice that you cap the levels at 15, I recommend no cap, due to extra stat point bonuses you can get. --[[User:Jifodus|Jifodus]] 23:56, 25 March 2008 (EDT)
 
I notice that you cap the levels at 15, I recommend no cap, due to extra stat point bonuses you can get. --[[User:Jifodus|Jifodus]] 23:56, 25 March 2008 (EDT)
 +
: Do you really need UINT_MAX skill points? [[User:Rinn|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.
 
Found an error in the adjust profile module, happens when I click the "reset profile" button when "reset/read/write all" is checked.
Line 26: Line 24:
 
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
[[User:Cheapweed|Cheapweed]] 13:59, 15 April 2008 (EDT)
 
[[User:Cheapweed|Cheapweed]] 13:59, 15 April 2008 (EDT)
 +
: Fixed as of version 1.1. [[User:Rinn|Rinn]] 06:00, 19 April 2008 (EDT)

Revision as of 10:00, 19 April 2008

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)