Skip to content

Commit 1c5dc67

Browse files
committed
Fix Client/Act page images and links
1 parent 21c4284 commit 1c5dc67

File tree

7 files changed

+19
-20
lines changed

7 files changed

+19
-20
lines changed

docs/client/act.md

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cannot edit the size of the npc's shadow either).
1111
- Actor
1212
- Actor 2 (Recommended)
1313
- Already made spr
14-
- A [hex editor](Hex_Editor "wikilink") (If you daring and wish to edit the anything the Actors can't do)
14+
- A [hex editor](./hex-editor.md) (If you daring and wish to edit the anything the Actors can't do)
1515

1616
## Editing An Act File With Actor
1717

@@ -28,7 +28,10 @@ you can go to act01, this will have a different number of frames, and may have d
2828
death sprite, ect.) that were not in the previous frame. These are the actions. A visual for better understanding
2929
(notice how one is act00 and the other is act01):
3030

31-
![](ActOR.gif "ActOR.gif")![](ActOR2.gif "ActOR2.gif")
31+
<center>
32+
![](assets/actor_overview1.gif)
33+
![](assets/actor_overview2.gif)
34+
</center>
3235

3336
To move the sprite around on the sprite, click the first row (the one with a 0) and then click and drag inside the red
3437
box that appears around the sprite. To change what sprite is used, change the 0 to another number. To edit the number,
@@ -38,10 +41,9 @@ be 0-14, 0 being the very first frame.
3841

3942
## Actor's Interface
4043

41-
<figure>
42-
<img src="actor.jpg" title="actor.jpg" />
43-
<figcaption>actor.jpg</figcaption>
44-
</figure>
44+
<center>
45+
![](assets/actor_interface1.jpg)
46+
</center>
4547

4648
- 1: Menu, File. Open and saving files via this area.
4749
- 2: Menu, Edit. This area is for editing the sprite that goes with the .act file. You can replace frames, add frames
@@ -116,10 +118,9 @@ they wish.
116118

117119
## Frame Edit Window
118120

119-
<figure>
120-
<img src="frame_edit.jpg" title="frame_edit.jpg" />
121-
<figcaption>frame_edit.jpg</figcaption>
122-
</figure>
121+
<center>
122+
![](assets/actor_frame_edit.jpg)
123+
</center>
123124

124125
Accessed via the 'Edit Frame' in the menu (#5) this window allows you to delete frames from an action's direction, to
125126
also copy a frame and to swap frames. Erasing frames will delete the desired number frame that you pick in the box.
@@ -133,10 +134,9 @@ Then use the Action frame Scroll-bar (#15) to see the results.
133134

134135
## Act Copy Window
135136

136-
<figure>
137-
<img src="act_copy.jpg" title="act_copy.jpg" />
138-
<figcaption>act_copy.jpg</figcaption>
139-
</figure>
137+
<center>
138+
![](assets/actor_act_copy.jpg)
139+
</center>
140140

141141
Accessed via the 'ACT(Dir) Copy' in the menu (#6) this window allows you to copy a single action's direction or
142142
directions to others. The first copying the up and down directions and side to side to the diagonal directions as
@@ -151,10 +151,9 @@ with you can see the results. Remember to save often as Actor has no undo.
151151

152152
## Actor's Interface
153153

154-
<figure>
155-
<img src="actor2.jpg" title="actor2.jpg" />
156-
<figcaption>actor2.jpg</figcaption>
157-
</figure>
154+
<center>
155+
![](assets/actor_interface2.jpg)
156+
</center>
158157

159158
- 1: Menu, File. Open and saving files via this area.
160159
- 2: Menu, Edit. This area is for editing the sprite that goes with the .act file. You can replace frames, add frames
@@ -175,7 +174,7 @@ with you can see the results. Remember to save often as Actor has no undo.
175174
- 5: Menu, Dir.4-\>8. This is much the same as Actor 1's Act Copy Window which allows you to copy a single action's
176175
direction to another or like Actor 1's copy 4 directions to the other 4. They copy in a Clockwise (CW) and
177176
Counter-Clockwise (CCW) direction.
178-
- 6: Menu, Script. Unlike Actor 1, scripts written in [Lua](Lua "wikilink") can be loaded into Actor 2 in order to do
177+
- 6: Menu, Script. Unlike Actor 1, scripts written in [Lua](./lua.md) can be loaded into Actor 2 in order to do
179178
any of a number of tasks. Example scripts should come with your copy of Actor 2. You can also edit the scripts via the
180179
'Script \> Edit'.
181180
- 7: Menu, Help. While the 'Help \> Help' in Actor 2 is non-existent (No matter how many times you click it, it will do
@@ -253,7 +252,7 @@ with you can see the results. Remember to save often as Actor has no undo.
253252
it's image frames with the same pallet. If so you should refer to the Sprite guide to fix this issue.
254253
- Q: Why isn't my sprite showing in my client?
255254
- A: You either didn't add it, named it wrong, didn't list it with what ever list text file in the client needs it
256-
listed in. Or you might need to edit the [server source code](Mmo.h "wikilink") to increase the available id's for
255+
listed in. Or you might need to edit the [server source code](../setup/mmo-h.md) to increase the available id's for
257256
items, npc, mobs, etc.
258257
- Q: Why would I try using Actor when there is Actor 2?
259258
- A: Some of the things you might be doing may be easier in Actor 1 or you like how it does something over how Actor 2
61 KB
Loading
40 KB
Loading
116 KB
Loading
126 KB
Loading
29.1 KB
Loading
31.7 KB
Loading

0 commit comments

Comments
 (0)