JUANCARLOS88JC'S PROFILE

Search

Filter

Minimap Plugin

Rpg maker 2003 v 9.0

Minimap Plugin

I'm from Spain do you known anything post to rpg maker 2003 minimap ? Thanks

Minimap Plugin

I have rpg maker 2003 makerhack

Make a Worldmap Item in RM2k/3

I do NOT understand what I should do once I install dynrpg_patcher.exe and where should I put the readme code below

East

The comment commands:
-------------------------


is it compatible with easy rpg on consoles?





thanks for the info
@make_minimap
not parameters

-creates a minimap for the current map

@make_target
parameter#1: nametag for target (text)

-creates a new target to be displayed on the minimap

@set_target_color
parameter#1: name tag of target (text)
parameter#2: color from colortable (text)

@set_target_color
parameter#1: name tag of target (text)
parameter#2: red component from 0 to 255 (numeric)
parameter#3: green component from 0 to 255 (numeric)
parameter#4: blue component from 0 to 255 (numeric)

- Assigns a color to the target either from text
or from giving the explicit color in rgb format.

@set_target_link
parameter#1 nametag of target (text)
parameter#2 set type of link (text, see below)
parameter#3 ID or x component (numeric)
parameter#4 and component (numeric)

- links target to a set of coordinates, specified by
it's type. The possible types to chose from are
"link_coordinate" = set target to given position
"link_variable" = x and y parameters give the id
of the variables to be used for
the coordinates.
"link_id" = links the coordinates of the target to
an event with id equal to the id
id parameter.

examples:
@set_target_link "test", "link_id", 4
@set_target_link "test", "link_variable", 1, 2

Minimap Plugin

I do NOT understand what I should do once I install dynrpg_patcher.exe and where should I put the readme code below

East

The comment commands:
-------------------------


is it compatible with easy rpg on consoles?





thanks for the info
@make_minimap
not parameters

-creates a minimap for the current map

@make_target
parameter#1: nametag for target (text)

-creates a new target to be displayed on the minimap

@set_target_color
parameter#1: name tag of target (text)
parameter#2: color from colortable (text)

@set_target_color
parameter#1: name tag of target (text)
parameter#2: red component from 0 to 255 (numeric)
parameter#3: green component from 0 to 255 (numeric)
parameter#4: blue component from 0 to 255 (numeric)

- Assigns a color to the target either from text
or from giving the explicit color in rgb format.

@set_target_link
parameter#1 nametag of target (text)
parameter#2 set type of link (text, see below)
parameter#3 ID or x component (numeric)
parameter#4 and component (numeric)

- links target to a set of coordinates, specified by
it's type. The possible types to chose from are
"link_coordinate" = set target to given position
"link_variable" = x and y parameters give the id
of the variables to be used for
the coordinates.
"link_id" = links the coordinates of the target to
an event with id equal to the id
id parameter.

examples:
@set_target_link "test", "link_id", 4
@set_target_link "test", "link_variable", 1, 2
Pages: 1