Starke
Banned
- Joined
- Jun 29, 2012
- Messages
- 1,001
- Reputation score
- 435
He intentionally draws faces like that, and I think he doesn't want to change his style. Also, I think it's to depict the whole corruption plot in the game, by having beautiful heroine and ugly men
On MSR3 I am blocked here :
i.imgur.com/F8LJe.png
I do not find the good road in the labyrinth![]()
Yeah I got that feeling too. None of the men that touched the heroine seemed to be decent. And if they were decent, it always turned out to be "LOL SORRY DECENT GUY YOUR POTENTIAL WAIFU IS GETTING BANGED BY A BUNCH OF MEN BEHIND YOUR BACK"
Oh well. As long as they arent as hilariously looking as Hi no Tetsu.
Lol! I just have to say I rolfled when I played the demo of RJ100714.
It's based on diablo xDDDDD
You get to chose your main char as a loli girl or a warrior guy (no pics for the warrior guy though, at least not on the demo). This is just epic lol
this seems alright. the combat is a bit... odd... but it seems like it might be a decent game. anyone have a download for the full thing?Lol! I just have to say I rolfled when I played the demo of RJ100714.
It's based on diablo xDDDDD
You get to chose your main char as a loli girl or a warrior guy (no pics for the warrior guy though, at least not on the demo). This is just epic lol
this seems alright. the combat is a bit... odd... but it seems like it might be a decent game. anyone have a download for the full thing?
So I have to ask, since ACE has suddenly become far more frequently used lately, has anyone found a save editor for it? My google-fu continues to fail me, and I've been lurking for over 100 pages now and I've yet to see one (granted I missed the first rgss3 cracker that popped up).
header = Marshal.load(YOUR_SAVE_FILE)
contents = Marshal.load(YOUR_SAVE_FILE)
It's not a matter of cracking.
Save files are simply serialized data using ruby's Marshal module, which is open-source.
You can literally write two lines of code that says
Code:header = Marshal.load(YOUR_SAVE_FILE) contents = Marshal.load(YOUR_SAVE_FILE)
And now all of the data has been loaded up ready to be displayed.
Of course, someone can always choose to roll out their own parser for the format...but what's the point in re-inventing the wheel.
I would like to make a nice GUI but don't know what to use for writing ruby, with GUI, without distributing a 20 MB file
Any chance of using the old save editor as a basis? You'll have to forgive my Ruby ignorance, I'm good at the few languages I know and that's not one of them![]()
playtime = load_data...
characters = load_data...
party = load_data...
contents = load_data...
playtime = contents[:playtime]
characters = contents[:characters]
party = contents[:party]
It's not a matter of could, it's more like... Cheat engine...