Sep 30, 2013 at 12:59 AM
Giving it my all and shooting for the moon.
Modding Community Discord Admin
"What're YOU lookin' at?"
Join Date: Apr 23, 2013
Location: In a cave above the surface.
Posts: 1069
Age: 26
Bombchu Link said:
Let me have a copy of your .exe and I'll see what I can do.
If I was less acquainted with you, that would have come off as a really shady statement.
 
Sep 30, 2013 at 1:05 AM
The TideWalker
Modding Community Discord Founder
"That dog!"
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1640
Age: 26
EnlightenedOne said:
If I was less acquainted with you, that would have come off as a really shady statement.


Oh, sorry.



>_>

<_<



Can I help you with map dilemma then?
 
Oct 1, 2013 at 5:07 AM
Senior Member
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Aug 30, 2013
Location: ᕕ( ᐛ )ᕗ
Posts: 167
Age: 24
okay so since autohacker 2 doesn't want to work, i've decided i'm going to add a title screen to my mod the hard way, aka using the assembler (specifically the doukutsu assembler 1.31) because i'm kinda desperate
and just so you know, i don't understand pretty much anything about the assembler so please bear with me and don't call me an idiot or act rude, please. please? thank you.

so there's quite a few things i would like to do, and if some are not do-able then i'm okay with that, just please try to help as much as possible

so i want to put an image behind the new/load options on the title screen of my hack (it can be seen by itself here: http://i.imgur.com/7y2guuM.png ) and, i guess you can say that i want it to replicate the example here ( http://i.imgur.com/jD2TU7L.png ) as much as it can (the blade seen in there is the finger thing from textbox.pbm, which is seen when selecting yes/no)

and also, since i'm new to this, i ask of the one whose going to answer this to, like, specify if it needs to be in a certain thing or not (like text file name or whatever) because i would prefer not to mess things up because i was not informed unu

thank you for your help in advance

and also, could someone help me change the title song to scorching back? (wether it be through assembly or changing the .orgs, i wouldnt mind)
 
Oct 1, 2013 at 7:08 AM
Senior Member
"Huzzah!"
Join Date: Sep 27, 2013
Location:
Posts: 195
Age: 28
Oct 1, 2013 at 5:21 PM
hi hi
"What're YOU lookin' at?"
Join Date: Oct 17, 2011
Location: probably somewhere else
Posts: 1099
Age: 26
If you want an easier solution, I'll look into the code when I get home

That will probably require only one value to change.

Yes. Got it.

40FECA PUSH 18

Change that to

40FECA PUSH 1B

Hack complete.
 
Oct 2, 2013 at 12:46 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
No, you just have to hack the framerects for the loading screen image
 
Oct 2, 2013 at 3:11 PM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
Oct 2, 2013 at 10:50 PM
The TideWalker
Modding Community Discord Founder
"That dog!"
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1640
Age: 26
Fatih120 said:
Another question,

How come there isn't a NPC data table for Omega and Monster X? I need to change their health values.
It's considered a special boss.

You need to ASM hack it.

[MENTAL NOTE:]

Make that darned special Bosses HP chart already!
 
Oct 2, 2013 at 11:25 PM
Based Member
"Life begins and ends with Nu."
Join Date: Dec 31, 2011
Location: United States
Posts: 2314
Age: 27
Fatih120 said:
Then how do I even import the data?
You don't have to, it's already in the exe. Those code segments you see in the thread Noxid linked to are simplifications of the actual code. For example, this:
Code:
40f9d5		frame[-0x0114] = { 0x00000000, 0x00000000, 0x000000a0, 0x00000010 }		//	000 000  160 016: Studio Pixel
Represents this:
Code:
0040F9D5  |.  C785 ECFEFFFF MOV DWORD PTR SS:[EBP-114],0
0040F9DF  |.  C785 F0FEFFFF MOV DWORD PTR SS:[EBP-110],0
0040F9E9  |.  C785 F4FEFFFF MOV DWORD PTR SS:[EBP-10C],0A0
0040F9F3  |.  C785 F8FEFFFF MOV DWORD PTR SS:[EBP-108],10
It's just that Runelancer simplified it for easier reading. If you don't find Runelancer's formatting to be intuitive, then I suggest you learn the basics of a text-based programming language.
 
Oct 4, 2013 at 1:15 AM
The TideWalker
Modding Community Discord Founder
"That dog!"
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1640
Age: 26
At what address do I change the X/Y location of Quote on the Title screen.

I can't find it anywhere...
 
Oct 5, 2013 at 11:13 PM
Senior Member
"Huzzah!"
Join Date: Sep 27, 2013
Location:
Posts: 195
Age: 28
Randolf said:
If you want an easier solution, I'll look into the code when I get home

That will probably require only one value to change.

Yes. Got it.

40FECA PUSH 18

Change that to

40FECA PUSH 1B

Hack complete.
I want to do the same thing, only change it to labyrinth fight.
 
Oct 6, 2013 at 7:47 PM
Senior Member
"Wahoo! Upgrade!"
Join Date: Aug 28, 2013
Location: Somewhere in the Seal Chamber
Posts: 55
Age: 32
Wait, yell at me if I'm an idiot, but where's the NPC Curly's .pbm file?Found it!

EDIT: and why can't I edit -EDIT: ANYTHING- in Paint without CS crashing?
 
Oct 6, 2013 at 8:46 PM
Giving it my all and shooting for the moon.
Modding Community Discord Admin
"What're YOU lookin' at?"
Join Date: Apr 23, 2013
Location: In a cave above the surface.
Posts: 1069
Age: 26
Samario said:
EDIT: and why can't I edit -EDIT: ANYTHING- in Paint without CS crashing?
First, have you selected the folder you are modding, go into properties, and uncheck "read only".

Second, and probably your actual problem: If you open up the .exe in Cave Editor, select "Game settings", and then check the "Remove (C)Pixel" that appears along the bottom of the screen, and then Save the settings. That should allow you to edit the image files.
 
Oct 6, 2013 at 8:53 PM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
sounds like someone hasn't read the guides / tutorials / watched the videos / done any research on their own
 
Oct 6, 2013 at 9:02 PM
Senior Member
"Wahoo! Upgrade!"
Join Date: Aug 28, 2013
Location: Somewhere in the Seal Chamber
Posts: 55
Age: 32
It now doesn't crash, but...

p200727-0-begaama.png


...Curly now uses Quote's palette.
 
Top