Hacking GBC VC Generator

Huntereb

Well-Known Member
Member
Joined
Sep 1, 2013
Messages
3,234
Trophies
0
Website
lewd.pics
XP
2,446
Country
United States
I made a huge post here about it but basically I declared Bankrupt and since have been cleared from that.
Married with wife and kid now.


Thanks for the info, glad you're doing well after that horrible misfortune. You're a fine example for the whole community, and your actions will benefit others for years to come!

So, thanks a lot! :yay:

---And yeah, sorry. Off-topic-ish.
 
  • Like
Reactions: Rusb

omgcat

Well-Known Member
Member
Joined
Feb 15, 2009
Messages
869
Trophies
2
XP
2,699
Country
United States
how do i change the name of the roms? i have got 3 hames working (dragon warrior monsters/DWM2 cobi's adventure, and lemmings) but they all show up as pokemon crystal on the rom selection menu.
 

Mikecrowfone

Banned!
Banned
Joined
Jul 25, 2014
Messages
250
Trophies
0
Age
33
XP
40
Country
United States
how do i change the name of the roms? i have got 3 hames working (dragon warrior monsters/DWM2 cobi's adventure, and lemmings) but they all show up as pokemon crystal on the rom selection menu.

You need to create a custom banner. Go search on how to do this.
 

bobmcjr

Well-Known Member
Member
Joined
Apr 26, 2013
Messages
1,156
Trophies
1
XP
3,225
Country
United States
I made an updated version that supports building CIAs. It includes built in prompting to change the product code and unique id and will open the tempfold folder to edit icon.bin with EveryFileExplorer (when it supports saving). It also auto converts iNES ROMs (preconverted TNES ROMs aren't supported by default).
 

Attachments

  • vcpkg.zip
    1.6 MB · Views: 3,001

idunoe

Well-Known Member
Newcomer
Joined
Aug 23, 2014
Messages
55
Trophies
0
Age
40
XP
98
Country
I made an updated version that supports building CIAs. It includes built in prompting to change the product code and unique id and will open the tempfold folder to edit icon.bin with EveryFileExplorer (when it supports saving). It also auto converts iNES ROMs (preconverted TNES ROMs aren't supported by default).
That's a lot of work you've done in that batch file. Did you know, that for example putting this line in a RSF file:
Code:
Key: $(VALUE)
and add this to the makerom command:
Code:
-DVALUE="SomeValue"

Makerom will read that line as:
Code:
Key: SomeValue

Code:
Test1: CTR-$(A)-$(CODE)
Test2:
  - Item1
  - Item$(B)
  - $(C)
  - Item4
 
makerom [...] -DA=P -DCODE=CTAP -DB=2 -DC=Item3
 
Is read as:
Test1: CTR-P-CTAP
Test2:
  - Item1
  - Item2
  - Item3
  - Item4

The_more_you_know_banner.jpg
 
  • Like
Reactions: Vappy

KennyMckormick

Banned!
Banned
Joined
Oct 4, 2014
Messages
126
Trophies
0
Age
44
XP
48
Country
United States
That's a lot of work you've done in that batch file. Did you know, that for example putting this line in a RSF file:
Code:
Key: $(VALUE)
and add this to the makerom command:
Code:
-DVALUE="SomeValue"

Makerom will read that line as:
Code:
Key: SomeValue

Code:
Test1: CTR-$(A)-$(CODE)
Test2:
  - Item1
  - Item$(B)
  - $(C)
  - Item4
 
makerom [...] -DA=P -DCODE=CTAP -DB=2 -DC=Item3
 
Is read as:
Test1: CTR-P-CTAP
Test2:
  - Item1
  - Item2
  - Item3
  - Item4

The_more_you_know_banner.jpg

Nice work. Do you know how to set up a prompt for input in cmd and then store the value in a variable?
 

MarkDarkness

Nocturnal
Member
Joined
Dec 17, 2009
Messages
1,403
Trophies
2
XP
3,215
Country
Poland
I made an updated version that supports building CIAs. It includes built in prompting to change the product code and unique id and will open the tempfold folder to edit icon.bin with EveryFileExplorer (when it supports saving). It also auto converts iNES ROMs (preconverted TNES ROMs aren't supported by default).
Really great work, man... was using the last version, and this is evolving quickly. Maybe a GUI?
 

KennyMckormick

Banned!
Banned
Joined
Oct 4, 2014
Messages
126
Trophies
0
Age
44
XP
48
Country
United States
Got it. My batch script now prompts for uniqueid title etc and is able to build properly.

Still have got a few more questions
  1. what is the script to drag and drop a .gbc onto a batch script to copy and replace vc_rom.bin?
  2. is there a script so that I can modify a value in config.ini (i.e toggling fullscreen mode)
 

Nepeta

:33
Member
Joined
May 23, 2009
Messages
657
Trophies
1
Age
27
Location
Twoson
Website
twitch.tv
XP
445
Country
United States
Mother 3 gives everybody's favorite error, Drill Dozer loads but gives me a white screen and the GBC aspect ratio, and WarioWare Inc/Super Mario Advance 1 both produce the black screen of death.

Have you tried it with being able to build .CIA now? I'd assume they'd allow you more access to the 3DS' resources, or something like that.
 

KennyMckormick

Banned!
Banned
Joined
Oct 4, 2014
Messages
126
Trophies
0
Age
44
XP
48
Country
United States

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,464
Country
I made an updated version that supports building CIAs. It includes built in prompting to change the product code and unique id and will open the tempfold folder to edit icon.bin with EveryFileExplorer (when it supports saving). It also auto converts iNES ROMs (preconverted TNES ROMs aren't supported by default).

How do you use your version to create .cia files I cant seem to work it no instructions. I think it errors on the product code if you have to use the createcia file for .cia, it says error 4 product code?
 

bobmcjr

Well-Known Member
Member
Joined
Apr 26, 2013
Messages
1,156
Trophies
1
XP
3,225
Country
United States
How do you use your version to create .cia files I cant seem to work it no instructions. I think it errors on the product code if you have to use the createcia file for .cia, it says error 4 product code?

You need one of BBB's Pokemon virtual console .3ds Roms. Drag it onto prepare, then drag whatever NES/GBC ROM you want onto createcia
 
  • Like
Reactions: Reecey

Reecey

Mario 64 (favorite game of all time)
Member
Joined
Mar 7, 2010
Messages
5,868
Trophies
2
Location
At Home :)
XP
4,464
Country
You need one of BBB's Pokemon virtual console .3ds Roms. Drag it onto prepare, then drag whatever NES/GBC ROM you want onto createcia

Thanks. I see, its only for VC games like GB etc. not for full .3ds titles. Still very handy to put your VC titles to the home screen, good work :)
 

Kandern97

Well-Known Member
Member
Joined
Aug 27, 2014
Messages
106
Trophies
0
Age
26
Location
Kandern
XP
78
Country
Gambia, The
So, I tried to make a GBA rom work, using Advance Wars. I used the Rusb version, BBB pokemon crystal, GBA rom from coolrom.com, I have the vc_rom.bin still in there and I renamed the Advanced Wars rom to AdvanceW.gba, I made the .3ds rom and now it's hanging on the nintendo 3ds load screen, with the red squares pulsing. What am I doing wrong? BTW Advance Wars is 4 Megs.
 

KennyMckormick

Banned!
Banned
Joined
Oct 4, 2014
Messages
126
Trophies
0
Age
44
XP
48
Country
United States
So, I tried to make a GBA rom work, using Advance Wars. I used the Rusb version, BBB pokemon crystal, GBA rom from coolrom.com, I have the vc_rom.bin still in there and I renamed the Advanced Wars rom to AdvanceW.gba, I made the .3ds rom and now it's hanging on the nintendo 3ds load screen, with the red squares pulsing. What am I doing wrong? BTW Advance Wars is 4 Megs.

GBA roms above 4mb will most likely won't work. GBA roms <= 4mb doesn't mean it will work.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    I'll reformat and have a 3tb raid0 m. 2 at least
    +1
  • K3Nv2 @ K3Nv2:
    Lmao that sold out fast
    +1
  • Veho @ Veho:
    Yeet the cat.
    +1
  • K3Nv2 @ K3Nv2:
    Good idea
    +1
  • The Real Jdbye @ The Real Jdbye:
    i thought everybody knew cocktails are like 75% ice
  • Veho @ Veho:
    Yeah but not like this.
  • Veho @ Veho:
    It's not like they're complaining that their Slurpee is 99% ice or something, but if the cocktail calls for "shot of vodka, shot of vermouth, shot of gin, shot of Campari, three shots of juice, squirt of lemon" and ends up being a thimbleful of booze, that's a problem.
  • The Real Jdbye @ The Real Jdbye:
    the funny thing is cocktails in norway are only allowed to have 1 20ml shot of booze
  • The Real Jdbye @ The Real Jdbye:
    so..... yeah
  • The Real Jdbye @ The Real Jdbye:
    we're used to only having a thimbleful of booze
  • Veho @ Veho:
    Booo.
  • The Real Jdbye @ The Real Jdbye:
    same thing if you want whisky on the rocks or something, you can't get a double
  • The Real Jdbye @ The Real Jdbye:
    but you could buy as many shots of whisky (or anything else) as you want and ask for a glass of ice and pour them in
  • The Real Jdbye @ The Real Jdbye:
    it's dumb
  • Veho @ Veho:
    Maybe.
  • Veho @ Veho:
    There was a comparison of the number of Ibuprofen poisonings before and after they limited the maximum dosage per box or per pill (i'll look that up). No limit on the number of boxes you can still buy as many as you want, so people argued it was pointless.
  • Veho @ Veho:
    But the number of (accidental) poisonings dropped because drinking an entire package of ibuprofen pills went from "I need a new liver" to "I need a new box of Ibuprofen".
  • Veho @ Veho:
    Here we have ketoprofen that used to be prescription-only because of the risk of toxic dosages, but then they halved the dose per pill and sell them in bottles of six pills apiece instead of twenty and it doesn't need a prescription any more. Yes you can buy more than one bottle but people simply don't.
  • Psionic Roshambo @ Psionic Roshambo:
    Usually accidentally overdose of ibuprofen here is from people taking like cold medicine then ibuprofen for a headache and the combination is over what they need
    Veho @ Veho: https://imgur.com/gallery/QQkYnQu