Home

Generic EA Roster Editor

This is a discussion on Generic EA Roster Editor within the NCAA Football Rosters forums.

Go Back   Operation Sports Forums > Football > EA Sports College Football and NCAA Football > NCAA Football Rosters
Replicating the Playoffs Experience in NBA 2K24
TopSpin 2K25 Review - A Winning Return for the Series
Out Of The Park Baseball 25 Review: An Impressively Deep Managerial Experience
Reply
 
Thread Tools
Old 01-30-2014, 02:22 PM   #417
Rookie
 
Mick-S's Arena
 
OVR: 0
Join Date: Apr 2011
Re: Generic EA Roster Editor

well what I`m saying is if you create your own xml and it works and your file loads, you may find that's all you need to edit what you want to edit.
Mick-S is offline  
Reply With Quote
Old 01-30-2014, 02:59 PM   #418
Rookie
 
OVR: 3
Join Date: Jul 2009
Re: Generic EA Roster Editor

thats the thing..im very basic on xml files.....i wish i knew more about them to be able to do...i understand what im suppose to do, but dont know how to work on xml files much...if you have an email i can email you what ive done as well...

Last edited by cujo0622; 01-30-2014 at 03:03 PM.
cujo0622 is offline  
Reply With Quote
Old 01-30-2014, 04:19 PM   #419
MVP
 
OVR: 19
Join Date: Jan 2005
Blog Entries: 1
Re: Generic EA Roster Editor

Quote:
Originally Posted by cujo0622
thats the thing..im very basic on xml files.....i wish i knew more about them to be able to do...i understand what im suppose to do, but dont know how to work on xml files much...if you have an email i can email you what ive done as well...
It really is basic and much of it is creating an xml off of your save then open it up in Wordpad along with another xml that has the field names edited.

Ex:
<Field>
<Abbreviation>PKAC</Abbreviation>
<Name></Name> <------THIS IS FOR BASIC TAB HEADINGS
<ControlType>TextBox</ControlType>
<Type>uint</Type>
</Field>

Just edit between <Name>______</Name> your preferred tab heading.
That's all to editing the xml from your save.

For drop-downs, Team Names etc... to show, you're getting into manipulating the xml a little bit more, but the basic will do you just find until you pick up on the format to do your own thing.

Same goes for your Profile save (don't forget to edit this save as well).

Hope this helps some....
khaliib is offline  
Reply With Quote
Old 01-30-2014, 06:13 PM   #420
Rookie
 
Mick-S's Arena
 
OVR: 0
Join Date: Apr 2011
Re: Generic EA Roster Editor

Quote:
Originally Posted by cujo0622
thats the thing..im very basic on xml files.....i wish i knew more about them to be able to do...i understand what im suppose to do, but dont know how to work on xml files much...if you have an email i can email you what ive done as well...
don`t think you understood what I said
open the editor
file
create config
navigate to your USR-DATA.mc02 file
give it a name
and the editor creates a config file
load that then your mc02 file
Mick-S is offline  
Reply With Quote
Old 01-30-2014, 06:55 PM   #421
Rookie
 
OVR: 3
Join Date: Jul 2009
Re: Generic EA Roster Editor

now getting this error

Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Xml.XmlException: '', hexadecimal value 0x01, is an invalid character. Line 190, position 10.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at EA_DB_Editor.Form1.ReadXMLConfig(String configfile)
at EA_DB_Editor.Form1.ChooseConfig()
at EA_DB_Editor.Form1.loadConfigToolStripMenuItem_Cli ck(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
cujo0622 is offline  
Reply With Quote
Advertisements - Register to remove
Old 01-30-2014, 08:06 PM   #422
Rookie
 
OVR: 3
Join Date: Jul 2009
Re: Generic EA Roster Editor

in case you want a crack at it...


https://www.dropbox.com/s/j1epdgpwieskl6d/DYNASTY-UT
cujo0622 is offline  
Reply With Quote
Old 01-30-2014, 09:54 PM   #423
Pro
 
OVR: 6
Join Date: Jun 2003
Re: Generic EA Roster Editor

I'm getting the same error cujo. Any advice or tips from anyone would be greatly appreciated!!!
1StUnA is offline  
Reply With Quote
Old 01-30-2014, 11:39 PM   #424
Recruiting App
 
PocketScout's Arena
 
OVR: 12
Join Date: Jun 2010
Posts: 1,392
Re: Generic EA Roster Editor

get notepad++ to edit your xml file in then go to Line 190, position 10. Debug is telling you where it sees an issue.

************** Exception Text **************
System.Xml.XmlException: '', hexadecimal value 0x01, is an invalid character. Line 190, position 10.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
__________________
NCAA 2014: Current Dynasty
PocketScout is offline  
Reply With Quote
Reply


« Previous Thread | Next Thread »

« Operation Sports Forums > Football > EA Sports College Football and NCAA Football > NCAA Football Rosters »



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 03:30 AM.
Top -