What's up, RMers? - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Development Discussion (https://www.save-point.org/forum-17.html) +--- Thread: What's up, RMers? (/thread-395.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
|
RE: What's up, RMers? - kyonides - 04-29-2024 I seriously doubt that KEquipSkills could be causing Steel's issue on its own. For instance, only the pick skill items ever touch the item's target selection window. Any other item is handled by the default script OR any custom one not included in my demo. Then we gotta take a look at Game_Party's item_can_use? method. I only added 1 condition there before finally calling the original method and any previous aliases. That's why I don't see how my script could be the culprit without any mishandling of Steel's default scripts or any additional script getting involved there. RE: What's up, RMers? - DerVVulfman - 04-29-2024 First, he said he deleted every script within his duplicate project except for yours and the default scripts. So no additional scripts should have been involved. STILL, to narrow this down.... STEEL? With the same said 'duplicate' project you used, go into its 'Data' folder, the one that contains all of the .rxdata files. COPY a "Skills.rxdata" file from a blank project and PASTE it into the Data folder of your duplicate, thereby erasing and resetting your Scripts Database. After doing that, you should have nothing in the Scripts database but your Default Scripts without chance of possible accidental corruption. Then paste your currently set up copy of KSkillsEquip into your project. This should give you the same result as you did when you eliminated every custom script as previously instructed unless something was tweaked within your default scripts. If you find that the problem no longer exists with this method, then something was indeed wrong with your default scripts, something corrupted and altered. If you find that the problem still exists, then it is indeed KSkillsEquip. No ambiguity. RE: What's up, RMers? - kyonides - 04-29-2024 Those steps should be followed for certain, but I know it makes no sense to think that my script is causing that issue. Especially when the code doesn't alter the item consumption feature while using the direct or check system. KIND OF IMPORTANT EDIT Just in case Wulfo's recommendation fails, and there is any possibility that KEquipSkills XP could be kind of permissive at the time that it performs the corresponding direct or check tasks, try this piece of code as a separate script. Code: class Game_Party It's a slightly modified version of the same method already present in the main KEquipSkills script because it only adds this line of code: Code: return if item_number(item_id) == 0 SUGGESTION You could also discard any external influence following a modified version of Wulfo's debugging methodology. Instead of starting eliminating scripts and all that stuff, you pick a copy of my demo, with default scripts untouched plus 2 KEquipSkills scripts plus Game INI Data Extractor and start adding your custom scripts one by one. RE: What's up, RMers? - DerVVulfman - 05-01-2024 I have been a very busy wolf... What you see is a folder dedicated to the archival of RPG Maker Central's script database. RPG Maker Central had been having issues for many months, and had finally collapsed a month ago. For some time, I have been entering the forum and actively grabbing the 'entire first page' of every script thread that had viable content. Many had Pastebin links that still function, dropbox links that are fine, or still have their own personal boards up and running. Unfortunately, there are a number that used RapidShare, MegaUpload, or DB (shortcut Dropbox) links that have perished. Those could not be salvaged. There are some scripts which I had not bothered to acquire of course, these belonging to those who already have accounts in our forum; kyonides, DoubleX, and so on. STILL, this is ongoing as some individuals made a 'lost scripts section that needs to be sorted through. And even then, additional work must be done. Each folder shown above is given a name based on pages from RPG Maker Central... the 99 'pages' of Script topics. And each of these folders contains 200MB to 600MB of content that needs to be streamlined into something lighter to handle. Oh, and for those thinking 'online play, I have found at least two MMO systems for RPGMaker... Rubysript AND Javascript. RE: What's up, RMers? - AVGB-KBGaming - 05-02-2024 Good grief. Here's to hope that mayhaps, we can get everything back to stable stasis... RE: What's up, RMers? - kyonides - 05-04-2024 Well, the golden week on Komodo is about to end. I just happened to pay it a visit and found the MT Tiny Tales Dungeon Tiles DLC. I guess it's a decent retro styled tileset and probably a good pick for anybody making a Zelda-like game. RE: What's up, RMers? - DerVVulfman - 05-06-2024 An ongoing archival process... (05-01-2024, 04:49 PM)DerVVulfman Wrote: STILL, this is ongoing as some individuals made a 'lost scripts section thatWelll.... The Lost Scripts thread of RPG Maker Central did suggest some interesting content. And it did have actual hard copies of scripts that did indeed have dead links and immune to the powers of the Internet Archive. And so, these scripts are eventually to be included within the RPG Maker Central archive. However, to ensure I had proper location and BBCode for these scripts, I had to scour through all 99 pages... all 20 posts per page and nearly 2000 posts... to find that the same said Lost Scripts thread included so-suggested lost scripts that were not part of RPG Central at all. A large number from Mr.Bubble, one from Tsukihime, and so on. Of interesting note, this lost scripts thread also included links to pastebin accounts. Indeed, if a thread might not have been updated, perhaps their pastebin account might have the current version. And there are scores of scripts that exist. And of a more interesting note, links to webpages for more pseudo 3D environments for engines VXAce on up. It appears that one scripter created their own variation of HMode7, the RMXP script that used its own modeling system, for RPGMaker MV/MZ... though a bit Minecrafy-blocky. But then again, that's RPGMaker's schtick since VX. I need to finish up and acquire the non-Central scripts from RPG Central's Lost Scripts thread and have them set aside. After that, I begin stage two processing... ... Converting the downloaded webpages and content into viable BBCode for posting because 4.5GB is way to big for a scripts collection. RE: What's up, RMers? - Remi-chan - 05-08-2024 Hoo boy! Productive week this week, all things considered! I was so busy in fact I completely forgot to post in time for the Gazette! But let's get to the highlight that would have missed the gazette, as this was only done in the past 24 hours! Roo Ryder, the voice actor who i selected to play the role of Xaela, got me all of the lines! Xaela: The Eldritch Mortician Voice Acting Showcase (Feat. Roo Ryder) But, ah! That is far from all! Pjcr got me what remains of the Mal Morris portraits, and has also recently gotten me the first of the Rex Flexin portraits. Dude is ripped! I have made good progress on the Brochures, now over halfway done. 60/118 complete. But that is far from all! Recently I decided to grab some plugins that would be necessary for the game going forward, especially in regards to higher scope boss fights. This is just a testing map where I test out these plugins. So don't read too deeply into the lore implications that aren't even there. So the three plugins in use here are as follows. -Mog Picture Effects -Mog Weather_EX -Mog MapName_HUD Given the importance and flowery elegance of the map names in my game, it's always been easy to miss them using the default system, so this was a very long-awaited and necessary addition to the UI. Weather_EX will make a huge difference with making crazy cool backdrops and effects for various battle arenas and regular maps. As for Picture Effects, this is a multi-faceted script which will be insanely useful. Not only can it make strips of pictures into animations like seen in the screenshot for the starfield effect, it has other uses as well, and can make pictures displayed breath, float, and other kooky effects, which should be handy for the elements in some of the menus that presently just sit their idle without any movement of their own! Additionally, I did a re-recording of an old scene that I felt the need to re-write some parts of. BUTT WEIGHT That is still, not all! Junked's composer (Triatic) just recently submitted the theme for Junkheap, the last of the main character themes to be composed, and finally rounding out the 5-piece leitmotif stitched blanket. Now all the other games themes can be composed. 06 Forgotten It is very heavily in techno-swing territory, which if you know this character at all, you know is pretty on point. RE: What's up, RMers? - AVGB-KBGaming - 05-08-2024 (05-06-2024, 09:12 PM)DerVVulfman Wrote: ... Converting the downloaded webpages and content into viable BBCode for posting because 4.5GB is way too big for a scripts collection. Aye; I have a very large script repo archive that is 8+GB in size. RE: What's up, RMers? - DerVVulfman - 05-16-2024 I've been thinking about RPG Editors... Its always the map that confuses people when it comes to making an editor. Well, the map is saved in the very same converted text format (rxdata, rvdata... whatever) as the rest of the game data in the ruby editions of RPGMaker. I decided to post a little script here that is my examination of the map data: Code: #============================================================================== This stupid little script executes merely by running a script call of "do_it". It will read the MapInfos file and the first map in my project. It wasn't really for content like the map name or tile ID, but for examining the data structure for the rendered map and the structure of MapInfos itself. So far, the only real issue happens when you switch the actual tileset in use, either loading/replacing a tileset or switching from one map to another ... and thereby changing the tileset in memory. I think the editor must (1) clear all autotile graphic data, and then (2) recombine the individual 'chunks' that get drawn which are seen when you 'double-click' any single autotile in the editor. I would so love to see someone use this knowledge to make an actual map editor. |