NFL Blitz Fans

Blitz Hacking and Development => NFL Blitz Hacking => Topic started by: jaker3 on August 13, 2014, 09:03:11 AM

Title: NFL Blitz Roster Editor (UPDATED: 3/21/2018)
Post by: jaker3 on August 13, 2014, 09:03:11 AM
Link: http://www.mediafire.com/download/d1r4b3bjcsy9mfa/Blitz+Roster+Manager+2.0.zip

Currently support games:
N64 NFL Blitz 2000
N64 NFL Blitz 2001
N64 NFL Blitz 2000 Zoinkity's hack
Work in progress:
Arcade Blitz 200 Gold
PC NFL Blitz (original)

Updated 10/14/2016:

Updated 3/21/2018:
Updated 2/3/2016:
Updated 10/28/2014:
Supports Zoinkity's patch
Title: Re: NFL Blitz Roster Editor
Post by: Idabadas on August 17, 2014, 01:13:50 PM
The link you edited is broken.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on August 19, 2014, 07:52:54 PM
The link you edited is broken.

Hey! sorry, the past two days I've had issues with my hosting provider. I was finally able to get this sorted out and I've also fixed the link. Included is the roster editor that supports both formats of the game. I plan on adding support for editing players "height" and luck ability real soon... My fiance is having her bachelorette party this weekend so I;\'m sure I can find some time to add it then while shes away for the weekend. :)

Also, I will be working more on the editor and renaming to "NFL Blitz editor" as I'm adding support to older versions of the game also.
Title: Re: NFL Blitz Roster Editor
Post by: Idabadas on August 20, 2014, 03:19:02 PM
There are two problems with this editor, one is that the edits for players are hard to implement on the original hacked ROM except for numbers. The second is that the latest hacked ROM won't change the names of the players.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on August 21, 2014, 08:35:56 AM
There are two problems with this editor, one is that the edits for players are hard to implement on the original hacked ROM except for numbers. The second is that the latest hacked ROM won't change the names of the players.

Hmmm... Can you elaborate more on this? Which roster file are you using? The old ones are no longer compatible. I've included an updated version of your latest roster file in the download.  Zoinkity's hacked ROM does not include the players first name anymore, only the last name (first name is not used in the game). So this editor will only save last names if you select the hacked version from the drop down. Also what do you mean by "edits for players are hard to implement on the original hacked ROM"? One last thing. If you noticed there are players that do not have names at all. These are linemen. I forgot to add them in the original editor. The game does not save the linemen names.
Title: Re: NFL Blitz Roster Editor
Post by: Idabadas on August 21, 2014, 01:55:33 PM
Every time I implement the roster changes I want the correct way to the first hacked ROM, the game keeps changing it and making most of the quarterbacks big and dark skinned.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on August 24, 2014, 05:41:21 PM
Every time I implement the roster changes I want the correct way to the first hacked ROM, the game keeps changing it and making most of the quarterbacks big and dark skinned.

Must have switched the locations of skin color and size around... I'll have that correctly shortly.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on August 26, 2014, 06:45:41 PM
Hey Idabadas,

Yeah I was right... I had mixed up the values of weight and color when I was reading from the ROM. I've fixed it now... You can use the same download link to get the new version. Please let me know if you have any more issues.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on August 26, 2014, 07:13:07 PM
Also, I finally added "luck" to the editor also. Which is the ability to receive long passes, evade, etc. its used by QBs and WR only.
Title: Re: NFL Blitz Roster Editor
Post by: Idabadas on August 26, 2014, 11:11:01 PM
What do luck numbers go up to?
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on September 05, 2014, 07:44:47 AM
What do luck numbers go up to?

Hey Idabadas, not sure... I'll ask Zoinkity, I'm sure he knows.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on October 08, 2014, 07:12:12 PM
Just an update, I worked a bit on the editor tonight to support Zoinkity's patch. Almost done!
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on October 21, 2014, 10:49:37 AM
I will hopefully have the updated roster editor uploaded this week. Currently working on a way for the editor to also insert graphics.
Title: Re: NFL Blitz Roster Editor
Post by: zoinkity on October 23, 2014, 11:40:25 AM
Did I give you the breakdown on the funky way it stores some of the palettes?  They spliced a single palette into three uneven parts for things like the stripes and fonts. 

"Luck" is a funny register.  Special characters use 0xED.  Blitz 2k is a funny beast, a sort of halfway point in the codebase, so it treats the value in two different ways.  Some code comes from the original Blitz 64 and uses it as a signed value (-35), and some other code that would wind up being used in subsequent games treat it as an unsigned value (237).  That's why you don't see consistent "luck" effects when it comes to pass success, etc.
I'd honestly suggest the plug-&-chug method.
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on October 28, 2014, 07:19:37 PM
Did I give you the breakdown on the funky way it stores some of the palettes?  They spliced a single palette into three uneven parts for things like the stripes and fonts. 

"Luck" is a funny register.  Special characters use 0xED.  Blitz 2k is a funny beast, a sort of halfway point in the codebase, so it treats the value in two different ways.  Some code comes from the original Blitz 64 and uses it as a signed value (-35), and some other code that would wind up being used in subsequent games treat it as an unsigned value (237).  That's why you don't see consistent "luck" effects when it comes to pass success, etc.
I'd honestly suggest the plug-&-chug method.

Hey Zoinkity, I don't think you went into detail on how they store some of the palettes. Also still struggling with the majority of graphic files that are not RGB16 (hence me only replacing title screens so far lol  :-\). Its something that I am currently trying to learn/figure out and any guidance is appreciated.
Title: Re: NFL Blitz Roster Editor
Post by: blitzmaster5000 on February 02, 2016, 06:23:06 PM
Just an FYI - if you want the game to show both first and last names (such as Russell Wilson or Devante Freeman) in the game, you can just type in the full name of the player into the roster editor. It will display it just fine!
Title: Re: NFL Blitz Roster Editor
Post by: jaker3 on February 02, 2016, 09:25:52 PM
Just an FYI - if you want the game to show both first and last names (such as Russell Wilson or Devante Freeman) in the game, you can just type in the full name of the player into the roster editor. It will display it just fine!
thats a good idea, keep in mind the limit id 16 characters.

Also an update, I finished the team expansion tool for the 2000 hack, working on updating the roster editor so users can edit team name, city, ect...
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: jaker3 on February 03, 2016, 08:03:07 PM
Alright! We have a fresh updated roster editor! Please not that it no longer works with older roster xml files as we have added new fields! If anyone experiences issues please let me know, we can now rename the St Louis Rams to the LA Rams ;)
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: blitzmaster5000 on February 03, 2016, 08:45:57 PM
 Fantastic work Jake! I have a few questions:

1.I see a roster xml in the folder (2016roster.xml). Is this only to be used in certain versions?

2. In 2001, I imported the roster from the ROM I have. It worked, however it appears that the characters are in the wrong "endianness" (i.e. Cardinals shows up as aCdrnilas) (picture here: http://i.imgur.com/pdI6nio.jpg)

3. I assume that only Zoinkity's hacked version allows for extra teams, correct? I see multiple teams in the dropdown list (a second texans team, another labelled "test team" etc).

Again, brilliant job. Thanks for everything!
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: jaker3 on February 03, 2016, 09:18:20 PM
Hey Blitzmaster,

1. It can be used with any version even if the roster contains more players or teams then another version, those teams/players just wont be inserted.

2. Hmmm, its working for me. is it z64? Send the game to my email (unedited) and I'll see if the offsets matchup for the data tables tomorrow.
Proof it works for me lol:
(http://s17.postimg.org/t4i7irmr3/2001_works.png)

3. Yeah, he had to update all the data tables along with change of they are read in his 2000 patch. It would take a lot of work to implement it in another version. He has notes on what he edited in Blitz2k\workpad.  Haha, thanks for the heads up on "test team"... I updated the download and removed those extra teams, those were from a test ROM I was working with. Also I finished the tool that adds expansion teams to Zoinkitys hacked version, should hopefully have time to upload it tomorrow.

Thank!
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: blitzmaster5000 on February 03, 2016, 09:23:09 PM
Okay that makes sense. I have a .n64 file for my 2001 rom. This is most likely the issue. Thanks again, this is awesome. and it's cool to see you also updated the actual rosters - did you do that by hand? I'm gonna showcase this at the superbowl party I'm going to - We're gonna have a blitz tournament  before the game and this is going to blow their minds!!

Just  checked it with the .z64 rom - perfect!!
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: blitzmaster5000 on February 03, 2016, 11:06:26 PM
also, do you know what the difference is between z64 and n64 file types? I've noticed that when I play in project64 (I have version 2.2), I have to change the CPU core style from recompiler (which works fine for any of my .n64 roms) to interpreter for the z64 file types. If I don't, the frame rate drops to about 1 fps. I'm just curious if this occurs in the earlier versions of project64 as I saw in your screen shot you have an earlier version (based on the icon). What video plugins are you using?
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: jaker3 on February 04, 2016, 08:02:08 AM
I didn't make the 2016 xml update, Idabadas has been so nice to do it for the past two years now and has done a pretty good job of it haha. he posted the roster back in October so it might be a little dated, I just updated the file to work with the new editor.
The difference between n.64 and z.64 is Endianness, Z64 is Big Endian. Not sure what the issue would be with the emulator and I'll check that plugin I'm using when I get home from work. 

Haha the blitz tournament sounds legit, you plan to use an everdrive?
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: blitzmaster5000 on February 04, 2016, 05:48:35 PM
Nah, don't have one. I have a 64 and all the games, but after playing the hacked version on my PC it looks so much better we're just gonna hook the comp up to the TV. I have those controller adapters so we can do 2v2 no problem.

 I've been trying to find the tackle animation function that determines which one to do with no luck. I have found some addresses that I think correspond to each animation, but haven't been able to trace down how those values are determined. I was hoping to have it figured out by the super bowl, but at the rate I'm going I don't think it's gonna happen.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: blitzmaster5000 on February 05, 2016, 09:45:54 AM
Hey Jake, now that you mention it - can you fill me in on the everdrive? I've read a bit about it but don't know how well it works. If you have used it at all can you give me some details? I would be interested in getting one eventually if I know it's reliable - especially with respect to modifed ROMs. Thanks!
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: jaker3 on February 05, 2016, 10:59:42 AM
http://shop.krikzz.com/EverDrive-64-v25-ED64V25.htm

The ever drive is just a flash cart for the N64, it essentially allows you to play your ROM collection (including modified blitz) on real hardware. Its a bit pricey but its convenient to be able to play on a real system. 
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: Idabadas on February 06, 2016, 03:52:14 PM
Week 17 & Playoffs update
http://speedy.sh/VtysW/2015-Week-17.xml
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: jaker3 on February 09, 2016, 11:39:59 AM
Week 17 & Playoffs update
http://speedy.sh/VtysW/2015-Week-17.xml

Awesome work as always man! Appreciate the upkeep with it :) always better to play with an updated roster.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: Idabadas on February 09, 2016, 08:51:37 PM
You're welcome, however the current editor won't let me save any roster to the ROMs, they become unplayable when I do so.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: jaker3 on February 10, 2016, 07:30:23 PM
You're welcome, however the current editor won't let me save any roster to the ROMs, they become unplayable when I do so.

I'll take a look into it...
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/3/2016)
Post by: blitzmaster5000 on February 11, 2016, 11:10:17 PM
You're welcome, however the current editor won't let me save any roster to the ROMs, they become unplayable when I do so.

I'll take a look into it...

I haven't had any issues with it, just fyi. 2000 zionkity hacked and 2001 work great (as long as the write ROM .z64 is used).

The only thing that could have been problematic is the original roster editor Jake originally posted had some test teams in it that could have been causing trouble, but he has since fixed it.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: ModelsOfBoats on January 23, 2017, 02:10:36 AM
So I'm assuming this is not fully working yet for Blitz 2000 Gold Edition for the Arcade and NFL Blitz 1 PC, or am I doing something wrong? When I try to load the roster from the .chd rom file, it crashes the program. And the PC version only lets me change the stats of the teams, the player names, numbers, body types, etc. just revert back to normal.

I'm just wondering if anyone has an ETA of when it will be fully operational if it's not supposed to be now, as I mostly play Gold edition on Mame and  really don't like the n64 version as it's clearly watered down so it could run on that console. As someone who's been playing Blitz games since 97, I've always wanted a roster tool like this and would really love to use it so much. Also, is support for Blitz 2000 Dreamcast version planned?
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: jaker3 on January 23, 2017, 10:33:14 PM
So I'm assuming this is not fully working yet for Blitz 2000 Gold Edition for the Arcade and NFL Blitz 1 PC, or am I doing something wrong? When I try to load the roster from the .chd rom file, it crashes the program. And the PC version only lets me change the stats of the teams, the player names, numbers, body types, etc. just revert back to normal.

I'm just wondering if anyone has an ETA of when it will be fully operational if it's not supposed to be now, as I mostly play Gold edition on Mame and  really don't like the n64 version as it's clearly watered down so it could run on that console. As someone who's been playing Blitz games since 97, I've always wanted a roster tool like this and would really love to use it so much. Also, is support for Blitz 2000 Dreamcast version planned?

Hey ModelsOfBoats,

The Editor is actually made for the uncompressed raw format for arcade files. I've gotten it to pull the rosters from the gold arcade version but have not been successful getting it to boot after editing it... Partially due to my lack of knowledge of arcade systems (might be a checksum issue?). In order to edit the file you extract the image from the CHD file.
As for the PC version, you got it to boot properly after editing the stats?
As for the dreamcast, it is one of the systems I plan on supporting at one point.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: ModelsOfBoats on January 23, 2017, 11:56:06 PM
Hey ModelsOfBoats,

The Editor is actually made for the uncompressed raw format for arcade files. I've gotten it to pull the rosters from the gold arcade version but have not been successful getting it to boot after editing it... Partially due to my lack of knowledge of arcade systems (might be a checksum issue?). In order to edit the file you extract the image from the CHD file.
As for the PC version, you got it to boot properly after editing the stats?
As for the dreamcast, it is one of the systems I plan on supporting at one point.
Okay I see. And yeah, I did get it to boot properly, I tested it by maxing out the stats for some teams, and it shows my changes in game, but all my player changes have been reverted to default. If re-pull my edited roster from the exe, it shows the same thing.

EDIT: I reinstalled the game and now not even my stats changes stick. This is weird.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: jaker3 on February 14, 2017, 03:59:50 PM
I'll try playing around with the PC version to see if I can get it working.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: Tarantula on February 26, 2017, 09:05:20 PM
I'm having major issues with the most recent version of this editor. Ever since I downloaded the most recent version, whenever I use the "Pull roster from rom" option, it crashes the program instantly. I can still load roster files individually, but I can't do anything with rosters associated with .rom files, which is very annoying. I've tried on two different PCs and have had the same issue with both.

Can anyone address this? I'm using Windows 7 64-bit.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: jaker3 on February 27, 2017, 08:40:31 AM
Odd, I can test it out later today... Are you using a .z64 file?
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: blitzmaster5000 on February 27, 2017, 10:53:31 AM
If you have an extra team (i.e. if you used Jakes tool to add a team or used my patch which already has an extra team), this could be the culprit. I think I ran into the same issues.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: Tarantula on February 27, 2017, 08:06:16 PM
Odd, I can test it out later today... Are you using a .z64 file?

Tried it with both a patched .z64 and .n64 file. Crashed no matter what.
Title: Re: NFL Blitz Roster Editor (UPDATED: 10/14/2016)
Post by: jaker3 on February 28, 2017, 07:28:59 PM
Oh shoot... I see what the issue is now, its an easy fix. I'll try and get the fixed version uploaded tonight. Thanks for the heads up.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: jaker3 on February 28, 2017, 08:03:11 PM
If you re-download it it should work now.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: Tarantula on February 28, 2017, 09:56:54 PM
Thanks for going out of your way to do that. It works perfectly now.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: tors12 on July 05, 2017, 02:26:53 PM
Thanks for this! It's awesome, but I've got some issue.
I made a 2016 roster file, it works fine for a moment, but then when I keep playing for a while PJ64 puts a message "error: stopping emulation" then crashes.
I hope someone can help me, thanks.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: jaker3 on July 09, 2017, 05:33:55 PM
Hey Tors, can you upload the roster file you are using? also what version of pj64.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: tors12 on July 26, 2017, 05:39:32 PM
Hey Tors, can you upload the roster file you are using? also what version of pj64.
Fine, here's the link: https://mega.nz/#!ERhiXQwJ!dbNHqwRRcxGWO7_11wZ7FGxjL_-2lIOUEcn6oXoMW3U
I'm using ZoinkityHack version.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: jaker3 on July 28, 2017, 08:13:28 PM
Hey Tors, Thanks for uploading it. I'll take a look at it and see what's up.
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: jaker3 on July 31, 2017, 07:57:12 PM
Alright,

took a look at it... I wonder if your issue is similar to:
http://nflblitzfans.com/index.php?topic=559.0

The game played fine, only had a small audible issue here and there... I'll play around with it a bit more... But until then try to keep all last names 16 characters or less. 
Title: Re: NFL Blitz Roster Editor (UPDATED: 2/28/2017)
Post by: tors12 on August 01, 2017, 10:42:08 PM
Alright,

took a look at it... I wonder if your issue is similar to:
http://nflblitzfans.com/index.php?topic=559.0

The game played fine, only had a small audible issue here and there... I'll play around with it a bit more... But until then try to keep all last names 16 characters or less.
So, that's the only issue? Thanks bro.
Title: -
Post by: BBOPseut on March 05, 2024, 11:25:20 AM
Thanks for the info Mattrizzle. Yeah I thought that was the case.

Has anyone actually tried the editor? Does it work. Should I make changes to it?

Also Where can I post it so more people will see it. The Atlas is very quiet lately.

Thank you