Home

Roster editor possible - But I'll need some help

This is a discussion on Roster editor possible - But I'll need some help within the Backbreaker Rosters forums.

Go Back   Operation Sports Forums > Football > Other Football Games > Backbreaker > Backbreaker Rosters
MLB The Show 24 Review: Another Solid Hit for the Series
New Star GP Review: Old-School Arcade Fun
Where Are Our College Basketball Video Game Rumors?
Reply
 
Thread Tools
Old 06-03-2010, 01:59 PM   #41
MVP
 
OVR: 23
Join Date: Mar 2005
Location: Cleveland, Ohio
Blog Entries: 69
Re: Roster editor possible - But I'll need some help

Hey, eaglefan, hope you don't mind me posting this info over on the Backbreaker forums.

I just figured the more people that knew about it, the better the chances would be that we find someone to make the GUI...
cgalligan is offline  
Reply With Quote
Advertisements - Register to remove
Old 06-03-2010, 03:29 PM   #42
Rookie
 
theDude47's Arena
 
OVR: 2
Join Date: Jan 2010
Re: Roster editor possible - But I'll need some help

Quote:
Originally Posted by cgalligan
Hey, eaglefan, hope you don't mind me posting this info over on the Backbreaker forums.

I just figured the more people that knew about it, the better the chances would be that we find someone to make the GUI...
Man, the guys on the backbreaker.com forum are being dicks. I don't think they understand the idea behind having customized ratings for offline play.
theDude47 is offline  
Reply With Quote
Old 06-03-2010, 03:45 PM   #43
MVP
 
Matt Diesel's Arena
 
OVR: 20
Join Date: Mar 2003
Location: Pittsburgh,PA
Posts: 1,642
Re: Roster editor possible - But I'll need some help

real quick. probably have to make a few changes:

#!/usr/bin/perl

use strict;

sub hex_to_ascii ($)

{
## Convert each two-digit hex number back to ASCII.

(my $str = shift) =~ s/([a-fA-F0-9]{2})/chr(hex $1)/eg;
return $str;
}

#Try it out

while (1)
{
print "Enter hex for conversion: ";
chomp (my $str = );
last if !$str || $str =~ /^(?:quit|end)$/i;

my $ascii_str = hex_to_ascii $str;

printf("\tASCII: %s\n\n", $ascii_str eq $str ? $ascii_str : $ascii_str);
}


++OUTPUT++

Enter hex for conversion: 6261636b627265616b6572
ASCII: backbreaker



__________________
Return of the Mack
Matt Diesel is offline  
Reply With Quote
Old 06-03-2010, 04:01 PM   #44
Rookie
 
OVR: 5
Join Date: Aug 2004
Location: Raleigh, NC
Re: Roster editor possible - But I'll need some help

Matt,

Converting the hex to ASCII format is not an issue, honestly. I mean, even with my limited knowledge of PHP (the only language I'm familiar with), I can do that. The need is for a GUI that reads the data, presents it in a readable format, and allows for user manipulation.

And just for giggles, what your code would look like in PHP:

PHP Code:
<?php
    
/* convert a string of hex values to an ascii string */
    
function hex2str($hex) {
      for(
$i=0;$i<strlen($hex);$i+=2)
        
$str .= chr(hexdec(substr($hex,$i,2)));
 
      return 
$str;
    }
 
    echo 
hex2str("48656C6C6F2C20576F726C64210A");


?>
Output: Hello, World!?
eaglesfan17 is offline  
Reply With Quote
Old 06-03-2010, 04:04 PM   #45
MVP
 
FlyingFinn's Arena
 
OVR: 29
Join Date: Jul 2002
Location: NRW, Deutschland
Blog Entries: 2
Re: Roster editor possible - But I'll need some help

If I get the game, I will more then happy to create an editor for it. Who knows what is changeable and what isn't but I think it would be an interesting project.
FlyingFinn is offline  
Reply With Quote
Advertisements - Register to remove
Old 06-03-2010, 05:26 PM   #46
Rookie
 
OVR: 3
Join Date: Jul 2006
Re: Roster editor possible - But I'll need some help

Flying finn, if you can help hook this up it would be monumental. Up there with your 2k5 legacy. Your work kept video football gaming from dying with the exclusive crap!
grob23lbj is offline  
Reply With Quote
Old 06-03-2010, 07:36 PM   #47
MVP
 
OVR: 23
Join Date: Mar 2005
Location: Cleveland, Ohio
Blog Entries: 69
Re: Roster editor possible - But I'll need some help

Finn,

I will personally buy you a copy of BackBreaker and I don't even own a 360, just so you can make an editor...

cgalligan is offline  
Reply With Quote
Old 06-03-2010, 08:32 PM   #48
Rookie
 
OVR: 1
Join Date: Aug 2008
Re: Roster editor possible - But I'll need some help

Holy crap, if Finn were to work on this it would take Backbreaker to a whole new level! My HERO!
Fieldy Snutz is offline  
Reply With Quote
Reply


« Previous Thread | Next Thread »

« Operation Sports Forums > Football > Other Football Games > Backbreaker > Backbreaker 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 On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 06:59 AM.
Top -