Giter Club home page Giter Club logo

mmbn3-random's Introduction

mmbn3-random

Battle Network 3 Randomizer

python randomizer.py

Features:

  • Randomizes all folders
  • Randomizes all virus fights
  • Randomizes virus chip drops
  • Level 6+ virus drop zenny replaced with chips for viruses that don't drop only zenny
  • Randomizes GMD chip drops
  • GMD zenny drops increased by 50%
  • Randomizes shop chips
  • Randomizes number trader chips
  • Reduce VarSwrd power to 60 from 160

Big thanks to Prof9 and Rockman.exe community for idea and hacking guides!

mmbn3-random's People

Contributors

samfin avatar

Stargazers

 avatar Larson T. avatar  avatar  avatar awksfurd avatar Hexa avatar Patrick Carton avatar AJ Martinez avatar Firas S. avatar Daniel Miller avatar Jarrett avatar Prof. 9 avatar

Watchers

James Cloos avatar  avatar Prof. 9 avatar Aaron Roy avatar

Forkers

luckytyphlosion

mmbn3-random's Issues

Documentation (of use and code)

Could you document the code specifying what parts do what? I see you have shop regexes but I don't know where you get the things for stuff like virus chips and such as there is no list of hex to chips easily accessible.

I know you can find it on TREZ but could you link to it? I want to modify this but without documentation it's not really possible.

Not marked as Python 2.x code; can't run on 3.x

Randomizer does not work out-of-the-box with Python 3.5, please mark codebase as being Python 2.x code for clarity.

Python 3.5 tracebacks

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 69
    print 'randomized %d battles' % n_battles
                                ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 123
    print 'randomized gmds'
                          ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 173
    print 'randomized %d folders' % n_folders
                                ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 248
    print 'randomized virus drops'
                                 ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 259
    print match.start()
              ^
SyntaxError: invalid syntax

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 276
    print old_chip, old_code
                 ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 284
    print 'randomized %d shops' % n_shops
                              ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 302
    print 'randomized %d number trader rewards' % n_rewards
                                              ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 309
    print 'you are so fucked'
                            ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
  File "randomizer.py", line 329
    print 'rom created'
                      ^
SyntaxError: Missing parentheses in call to 'print'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
Traceback (most recent call last):
  File "randomizer.py", line 333, in <module>
    main('underking.gba', 'random.gba')
  File "randomizer.py", line 313, in main
    init_rom_data(rom_path)
  File "randomizer.py", line 19, in init_rom_data
    rom = Rom(rom_path)
  File "C:\Users\Tim\Downloads\mmbn3-random-underking\rom.py", line 6, in __init__
    self.rom_data = open(rom_path, 'rb').read()
FileNotFoundError: [Errno 2] No such file or directory: 'underking.gba'

C:\Users\Tim\Downloads\mmbn3-random-underking>python randomizer.py
Traceback (most recent call last):
  File "randomizer.py", line 333, in <module>
    main('underking.gba', 'random.gba')
  File "randomizer.py", line 316, in main
    bn3.load_all(rom)
  File "C:\Users\Tim\Downloads\mmbn3-random-underking\bn3.py", line 212, in load_all
    load_chips(rom)
  File "C:\Users\Tim\Downloads\mmbn3-random-underking\bn3.py", line 37, in load_chips
    name = chip_data[i][0]
TypeError: 'map' object is not subscriptable

story quest

higsby's quest after you beat beastman requires you to deliver a ratton c to a person
the randomizer changes that chip so unless you're lucky you cant progress the story until you get it

randomize_gmds()

first off amazing work! :D was so excited to come across this, and nice work putting it in one clean python script

any idea why randomize_gmds() wouldn't work on Blue? is it as simple as an offset change?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.