BOSSMAKER'S PROFILE

Search

Filter

Tools to Rm2k Games

  • F4, F5 and F12 Key Blocker
  • External command sender (controlled)
  • More accurate window size checking (320/640/Fullscreen)


Beloved Rapture

(Steam version)
Then, when facing Zach, I used Speel Bolt to shock him and activated any non-damaging action like defending or using an item, then Zach attacks because it's on his turn.
I didn't notice in other enemies why I died when I faced the serpents.


After he joined the group and the wolves appeared I ended up selecting the Spell menu while the other character had already prepared to attack and one UI was on top of the other.
It doesn't affect the game, but it's hard to read:

Drekirökr - Dusk of the Dragon

On map 43 identified as "INN - Main", the character (Graph Armando) could stay in a fixed direction because when he looks up to talk to the player he becomes another character.

Tools to Rm2k Games

New update coming soon:

Next step in development:
- A method that take a screenshot for each save sl
- Move to "Picture" folder to be used in game with event comma
- Work with games made in Rm2k3 (Steam version)
- Resolution set at startup with all options: Window 1x; Window 2x; fullscreen

Tools to Rm2k Games

I intended to update this system to allow the player to capture the game's screen, I'm already studying and testing some methods, I just need to know the opinion.
Given this I intend to create a version for games made in Rm2k3 as well.

[SCRIPTING] [RMMV] Custom name input

Actually this script only replaces the "Window_NameInput ()" function that exists in the file "js / rpg_windows.js".

So basically my idea is different.

I'm running out of time to understand the default Rpg Maker code so it might take a while.
What I advise you is to change the "WindowsSkin" at the moment of inserting the note by a simple using black background.

Edit:
I found the command, but it will still take some time to create the "inputName" the way you want it.

Try use MSPaint to give an example of how it should stay.

$gameActors.actor(ID).setName("New name");

ID: position on DB, example, 1 are Haroldo

Sample:
$gameActors.actor(1).setName("Gustavo");

[RM2K3]

The moment you import click the green color and it will start blinking.
This will confirm that it is transparent.

[RM2K3]

I just converted to 8-Bit, if you want to edit use TEMPLATE:
https://i.imgur.com/Ta1lA81.png

[RM2K3]

MSPaint from Windows 7 or higher saves the images to 32-Bit by default, no matter if it's BMP or PNG.

If the transparency continues even at 8-Bit it will continue to affect the file.

To fix it use MSPaint itself, set a background color of a different color and when saved will appear the warning that it will lose transparency, even if it appears to not exist.

Finally convert to 256 colors (8-Bit).

If you need I uploaded the images converted to you:


https://ibb.co/XtqC2H1
https://ibb.co/Ykkhgzj
https://ibb.co/sRh3LCH

If you come to edit any of them you will return to 24/32-Bit.

[RM2K3] Massive eyestrain when screen scrolls?

I believe that is the capacity of your video card with GDI.
Try to use it for DirectDraw.

But it will probably stay in effect "blur" every moment.
Pages: first 12 next last