Chao Black market files revived (Kind of)

Online games, how to get online, and anything involving Dreamcast online can be discussed here.
User avatar
Slurmking
lithium
Posts: 45

Chao Black market files revived (Kind of)

Post by Slurmking »

Hello all I just wanted to share with you something I have been working on the past few days.
I started decoding the save files of Chao adventure 2 games to see what values the chao have
Inspired by dreampipe.net's revived SA2 website and black chao I decided to give the world every available chao color and jewel type in SA2 through my website

I will also post all of my findings and hex values once I am sure everything is correct

Please check it out and give me any suggestions! http://www.slurmking.net/dream/chao.php
Note the website looks like it does because it is made to run on Dreamcast browsers
Chao values (Work In Progress)

Code: Select all

Chao slot 1 (Same Locations for Chao Adv 2)

0xA00 Type

	0-Empty		
	01-Egg		
	02-Child		
	03-Good	(Unobtainable)
	04-Bad	(Unobtainable)
	05-Neutral/Normal	
	06-Hero/Normal		
	07-Dark/Normal		
	08-Neutral/Swim		
	09-Hero/Swim		
	10-Dark/Swim		
	11-Neutral/Fly	
	12-Hero/Fly	
	13-Dark/Fly		
	14-Neutral/Run	
	15-Hero/Run	
	16-Dark/Run		
	17-Neutral/Power	
	18-Hero/Power	
	19-Dark/Power	
	20-Neutral/Chaos	
	21-Hero/Chaos	
	22-Dark/Chaos
	22+n-Crashes game, No special chao in this version	

0xAA8 Texture
 
	00-normal
	01-gold
	02-silver
	03-Shiny Red
	04-Shiny Green
	05-Shiny Blue
	06-Shiny Pink
	07-Topaz
	08-Amethyst
	09-Emerald
	10-Ruby
	11-Sapphire
	12-Onyx
	13-Pearl
	14-Moon 

0xA9E Mouth

	01-Toothy Grin VVVV
	02-Open  O
	03-Smile V
	04-No mouth
	05-Open grin  C 8
	06-Open Frown 8 C
	07-Wide Smile  8 ]   
	08-Squiggle / upset  MM
	09-Upside down Toothy Grin ^^^^
	10-Closed frown 8c
	11-Upside down open/ Gasp O
	12-Cat mouth :3 
	13-Pencil Moustache - - 
	14-Squigly face ~--~
	15-Squigly with teeth V~--~V

0xA9D Eyes

	In Progress

0xAA6 Medals

	In Progress

0xAA4 Hats

	01-pumpkin
	02-skull
	03-egg

0xAA5 Leg toggle

	00-Legs
	01-no legs

0xAAA Chao Body

	01-egg
	02-omochao
	03-animal

0xAA7 Color

	01-black
	01-Gray
	03-White
	04-blue
	05-Lime green
	06-Salmon
	07-red
	08-Dark blue
	09-green
	10-pink
	11-orange
	12-sky blue
	13-purple

0xAB4-0xAB7 Animal parts

	In progress

0xA08-0xA0F- Chao name

	A=21 B=22
	C=23 D=24
	E=25 F=26
	G=27 H=28
	I=29 J=2A
	K=2B L=2C
	M=2D N=2E
	O=2F P=30
	Q=31 R=32
	S=33 T=34
	U=35 V=36
	W=37 X=38
	Y=39 Z=3A


 
Last edited by Slurmking on Thu Oct 05, 2017 8:51 pm, edited 2 times in total.

User avatar
Xiden
Developer
Posts: 2340
Dreamcast Games you play Online: All the DC games!!

Re: Chao Black market files revived (Kind of)

Post by Xiden »

Wow I actually think Dan and Jial where wanting the ability to do this!

You might pm DR TEAMCAST :) Good work!

User avatar
Slurmking
lithium
Posts: 45

Re: Chao Black market files revived (Kind of)

Post by Slurmking »

I was actually thinking about ways we can bring the whole experience back.
I cant seem to find any information on how the transfer worked, but I assume once you got the chao it had random; face/eyes/stats and if someone is good enough with PHP they could write a script that would generate the user a random chao with the color of their choice to bring back full functionality

User avatar
Bob Dobbs
Sub Genius
Posts: 4413
Dreamcast Games you play Online: PSO, AFO, PBA, 4x4 Evo, IGP, Planet Ring and Max Pool
Location: USA
Contact:

Re: Chao Black market files revived (Kind of)

Post by Bob Dobbs »

Wow, this is the game my son plays all of the time on the Dreamcast. I will let him know this could be back so he can experience this like it was the year 2000!
Regards,
Bob Dobbs

mrneo240
Rank 9
Posts: 950
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Chao Black market files revived (Kind of)

Post by mrneo240 »

Slurmking wrote:I was actually thinking about ways we can bring the whole experience back.
I cant seem to find any information on how the transfer worked, but I assume once you got the chao it had random; face/eyes/stats and if someone is good enough with PHP they could write a script that would generate the user a random chao with the color of their choice to bring back full functionality
You got any more info about that?

User avatar
Slurmking
lithium
Posts: 45

Re: Chao Black market files revived (Kind of)

Post by Slurmking »

mrneo240 wrote:
Slurmking wrote:I was actually thinking about ways we can bring the whole experience back.
I cant seem to find any information on how the transfer worked, but I assume once you got the chao it had random; face/eyes/stats and if someone is good enough with PHP they could write a script that would generate the user a random chao with the color of their choice to bring back full functionality
You got any more info about that?
Yes actually I do, currently I am working on a guide for what hex values edit what parts of the chao.

For example currently I have found 15 different mouths with the chao in hex values from 00 to 0F.
If someone who is good a php came along, they could have the site randomize that value when you download the chao so that you get the real experience of getting a new chao and not just a cloned one like I have set up now. As for the emblem requirements for the original black market it will be the same principle, upload your sa2 save and the server checks how many emblems you have. If you have enough for the requirement the server pushes you the download.


Edit - Just edited the first post with all the hex values I have found so far

mrneo240
Rank 9
Posts: 950
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Chao Black market files revived (Kind of)

Post by mrneo240 »

Slurmking wrote: If someone who is good a php came along, they could have the site randomize that value when you download the chao so that you get the real experience of getting a new chao and not just a cloned one like I have set up now.

your server run php? ill send ya something i whipped up (its stupid ugly though). not pretty and i have zero idea if it even works on the DC

User avatar
Slurmking
lithium
Posts: 45

Re: Chao Black market files revived (Kind of)

Post by Slurmking »

mrneo240 wrote:
Slurmking wrote: If someone who is good a php came along, they could have the site randomize that value when you download the chao so that you get the real experience of getting a new chao and not just a cloned one like I have set up now.

your server run php? ill send ya something i whipped up (its stupid ugly though). not pretty and i have zero idea if it even works on the DC
The website I am hosting the files on is php and it seems to work on the dreamcast pretty well so your thing should be fine

mrneo240
Rank 9
Posts: 950
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Chao Black market files revived (Kind of)

Post by mrneo240 »

Slurmking wrote:Edit - Just edited the first post with all the hex values I have found so far

yea im done, i made a thing and got it working. needs testing though :)

mrneo240
Rank 9
Posts: 950
Dreamcast Games you play Online: Available to play any game, working on gathering them.
Location: East coast, USA

Re: Chao Black market files revived (Kind of)

Post by mrneo240 »


  • Similar Topics
    Replies
    Views
    Last post