ROM Hack MLSSE - Mario and Luigi Superstar Saga Editor

EoZ090

Well-Known Member
Newcomer
Joined
Aug 21, 2014
Messages
74
Trophies
0
Age
34
XP
300
Country
Cote d'Ivoire
Can someone do a video tutorial please? I tried , but it didn't work .. i don't know how to save the modify sav :( if someone could modify my sav i will be very grateful , i tried with the comand --max-all :/
 

Attachments

  • ML1_001.rar
    738 bytes · Views: 195
D

Deleted User

Guest
Can someone do a video tutorial please? I tried , but it didn't work .. i don't know how to save the modify sav :( if someone could modify my sav i will be very grateful , i tried with the comand --max-all :/
What is the full command you entered and what error did you get ?
 

EoZ090

Well-Known Member
Newcomer
Joined
Aug 21, 2014
Messages
74
Trophies
0
Age
34
XP
300
Country
Cote d'Ivoire
What is the full command you entered and what error did you get ?
I put
py MLSSE.py -i ML1_001.sav
py MLSSE.py --max-all
py MlSSE.py -o ML2_001.sav

when I renamed the out file ml2 into ml1 and import the sav nothing change, or when I try to see if it works I put py MLSSE.py --list-all and nothing change :/ could you tell what i'm doing wrong? if you tell i could do a video tutorial
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
I put
py MLSSE.py -i ML1_001.sav
py MLSSE.py --max-all
py MlSSE.py -o ML2_001.sav

when I renamed the out file ml2 into ml1 and import the sav nothing change, or when I try to see if it works I put py MLSSE.py --list-all and nothing change :/ could you tell what i'm doing wrong? if you tell i could do a video tutorial
Should be:
Code:
py MLSSE.py -i ML1_001.sav -o ML1_001_modded.sav --max-all
 
  • Like
Reactions: EoZ090

SonowRaevius

Well-Known Member
Member
Joined
Feb 26, 2013
Messages
446
Trophies
1
Age
34
XP
3,172
Country
United States
I am just not getting this at all Seems no matter what instructions I follow I get nothing out of it even when checking and following all the steps perfectly.
All I really wanted was Max Beans and Coins, if I uploaded my file would someone please be kind enough to do this for me?
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
I am just not getting this at all Seems no matter what instructions I follow I get nothing out of it even when checking and following all the steps perfectly.
All I really wanted was Max Beans and Coins, if I uploaded my file would someone please be kind enough to do this for me?
If you already have the script downloaded then it's:
Code:
python MLSSE.py --max-gold --max-beans -i ML1_001.sav -o ML1_001_modded.sav
otherwise if you're on the latest commit then it's:
Code:
python MLSSE.py --max-coins --max-beans -i ML1_001.sav -o ML1_001_modded.sav
 
Last edited by Visual Studio,

SonowRaevius

Well-Known Member
Member
Joined
Feb 26, 2013
Messages
446
Trophies
1
Age
34
XP
3,172
Country
United States
Still not getting anything.
I even have a the save file and a copy of the save with the same name (ML1_001_modded.sav) and nothing has changed in either.
I am sorry if I am being a nuisance as I am really not trying to be.
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
Still not getting anything.
I even have a the save file and a copy of the save with the same name (ML1_001_modded.sav) and nothing has changed in either.
I am sorry if I am being a nuisance as I am really not trying to be.
It should ML1_001_modded.sav is the output file, don't rename your save to that. You need to put ML1_001.sav (save slot one) or ML1_002.sav (save slot two) in the same folder as the application and run the command I sent you.
 

SonowRaevius

Well-Known Member
Member
Joined
Feb 26, 2013
Messages
446
Trophies
1
Age
34
XP
3,172
Country
United States
First line of code (the one with gold) refused to work and give me the outbound file, however after downloading the new version that uses coins instead of gold I got it in one go with the code given.
Thank you very much Visual Studio for all your help and the editor.
 

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
First line of code (the one with gold) refused to work and give me the outbound file, however after downloading the new version that uses coins instead of gold I got it in one go with the code given.
Thank you very much Visual Studio for all your help and the editor.
No problem, enjoy.
 

Skeet1983

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
3,595
Trophies
1
Age
41
Location
Somewhere, out there...
XP
3,184
Country
United States
Hi guys. I installed Python 3, but didn't see a PATH setting during install (Install Python 3 and make sure it gets added to PATH(should be a button during install)). How can I use this Save Editor?

I tried using editor. I am getting an error message when I run command. Attached is image of error. I did add Python to PATH in Windows Environment Variables. This is what I entered for command:
"py MLSSE.py -i ML1_002.sav -o ML1_002_modded.sav --max-all"

Now, I am getting an argparse error when entering the following : "python MLSSE.py -i ML1_002.sav -o ML1_002_modded.sav --max-all"

Both error images are attached. I don't know what I am doing wrong :(
Help greatly appreciated :)
 

Attachments

  • Untitled.png
    Untitled.png
    222.8 KB · Views: 195
  • Untitled2.png
    Untitled2.png
    160.1 KB · Views: 319
Last edited by Skeet1983,

Visual Studio

Developer
OP
Developer
Joined
Aug 25, 2016
Messages
123
Trophies
0
Age
30
XP
1,707
Country
United States
are you going to allow stat editing?
All stats are calculated off of the current level plus the bonus modifier, you can edit the bonus modifiers to your liking.

--------------------- MERGED ---------------------------

Hi guys. I installed Python 3, but didn't see a PATH setting during install (Install Python 3 and make sure it gets added to PATH(should be a button during install)). How can I use this Save Editor?

I tried using editor. I am getting an error message when I run command. Attached is image of error. I did add Python to PATH in Windows Environment Variables. This is what I entered for command:
"py MLSSE.py -i ML1_002.sav -o ML1_002_modded.sav --max-all"

Now, I am getting an argparse error when entering the following : "python MLSSE.py -i ML1_002.sav -o ML1_002_modded.sav --max-all"

Both error images are attached. I don't know what I am doing wrong :(
Help greatly appreciated :)
You don't have python in your PATH environment variable.
 

Skeet1983

Well-Known Member
Member
Joined
Apr 22, 2012
Messages
3,595
Trophies
1
Age
41
Location
Somewhere, out there...
XP
3,184
Country
United States
All stats are calculated off of the current level plus the bonus modifier, you can edit the bonus modifiers to your liking.

--------------------- MERGED ---------------------------


You don't have python in your PATH environment variable.

I thought I put it in path... I am running Windows 10. I have 3 items for path: Windows app something, devkit pro, and python. Clarification on this appreciated. [emoji17]


Sent from my iPhone using Tapatalk
 
Last edited by Skeet1983,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    @Xdqwerty, The people who created Bonzi now owns a company called 2KDirect; an advertising firm. https://www.ipromote.com/
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, atleast they get slightly cleaner money
    +1
  • BakerMan @ BakerMan:
    guys, hot take
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    So Bonzi buddy was an evil version of Alexa lol
    +2
  • BakerMan @ BakerMan:
    the legal drinking age here in the US is 21, as some of you may know, but i think either it should be 18 or the age you're an adult should be 21.
    +1
  • BakerMan @ BakerMan:
    and i know what you may be thinking, "why become an adult at 21? doesn't that mean that banging an 18 year old would be illegal?"
    first of all, being in a relationship with someone who's 18 is technically ok, as long as it started when they were 18, but the age gap is still weird depending on how old you are. besides, the age of consent differs between different states
    +1
  • BakerMan @ BakerMan:
    also my reasoning for adult age being 21 is because the reason that's the drinking (and now smoking) age is because it "gives them more time to think rationally and not drive drunk"
    so you should have that extra time to mature and think rationally before going to serve in the military or vote
    +1
  • BakerMan @ BakerMan:
    tl;dr the "adult" age and the legal drinking age (and voting age) here in the US should be the same
    +4
  • Psionic Roshambo @ Psionic Roshambo:
    It's all good no one pays attention to the law anyway lol
  • BigOnYa @ BigOnYa:
    What about making kids wait till 18 or 21 to drive? And yea is messed up, you can join army and die for your country at age 18, but you can't drink alcohol or smoke a cig til 21, is ridiculous
    +3
  • Psionic Roshambo @ Psionic Roshambo:
    If someone is in the military they should be allowed to smoke and drink at 18.... Would help drive recruitment lol
    +3
  • BigOnYa @ BigOnYa:
    We all know they do and will anyways. I think laws prevented them only pushes them to illegally do it. Even tho if was legal, most prob wouldn't even bother. Not a big deal or risque if its legal, no fun.
    +2
  • ZeroT21 @ ZeroT21:
    That's why some kids don't mind having a rap sheet or two just so they never get drafted
    +2
  • BakerMan @ BakerMan:
    also, i think the voting age should match the adult and drinking ages too, because by the logic of giving them time to mature and think rationally so they don't drive drunk, then they should also have that time to mature and think rationally so they can think for themselves
    +2
  • BakerMan @ BakerMan:
    fucking hell i'm becoming a mini leo with the way i yap aren't i?
    +1
  • impeeza @ impeeza:
    I was unable to create the VM for the debloat windows, but found the video where I learned it:

    https://www.youtube.com/watch?v=mZm6mY3I7J4
    +2
  • BigOnYa @ BigOnYa:
    No you def no leo, and I like your insight. You are a smart Baked cookie.
  • K3Nv2 @ K3Nv2:
    Chicken drumsticks and sweet potato for dinner tonight turned out good
    +1
  • BakerMan @ BakerMan:
    "i promise not to get all political and/or philosophical"
    3 drinks later:
    "so yeah think for yourself and i think the government sucks"
  • K3Nv2 @ K3Nv2:
    Is @BigOnYa drunk again
  • BakerMan @ BakerMan:
    no, i was poking fun at myself
    BakerMan @ BakerMan: no, i was poking fun at myself