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? - MechanicalPen - 08-03-2014 I've been working on using Irrlicht to render a 3d model into a PNG. The idea here being that we can then load the PNG as a character sprite in RPG Maker. This way you could do like FF7 styled games with 2d backgrounds and 3d characters. I've gotten my initial test to output a png to a file at 20 frames a second. I think I can speed this up a lot by keeping it in memory and loading it into RPG Maker via a Win32Api DLL call. RE: What's up, RMers? - DerVVulfman - 08-05-2014 Well, I'm still learning C++ so I can delve into non-Ruby programming for the game engine and editor. Hey, I can't force ntzrmtthihu777 and Kain_Nobel to do all the C++ work. I gotta do some myself. Still, my mind does it in the form of translating ONE language to another. I did it when I went from classic BASIC programming and variants into Ruby/RGSS. Now I'm reading up on C++ and seeing it as the Ruby equivalents. For example, we have in RUBY, the case...end block. In C++, they call it a switch. But unlike RUBY, you have to add a 'break' command at the end of every decision made, otherwise you'd go to the next action: Code: case my_number vs Code: switch(my_number) Oh, and you have those funky braces {} surrounding blocks of code and semi-colons ending the statements. RE: What's up, RMers? - Charlie Fleed - 08-05-2014 eheh, I went from C++ to Ruby and this was fun to read btw, I'm working on the Indiegogo trailer for the re-launch of the crowdfunding campaign, a few days and it will be ready RE: What's up, RMers? - MechanicalPen - 08-05-2014 Header files are the one reason I avoid c++ like the plague. Mostly because I have no idea how I am going to write code until I write it. RE: What's up, RMers? - Steel Beast 6Beets - 08-06-2014 I found myself a XP script that allows to increment the extra parameters of the database, such as PDEF and MDEF via items. Pretty handy stuff to circumvent XP's lack of a defense stat. RE: What's up, RMers? - Taylor - 08-14-2014 A while back I posted about a bestiary/analysis system I scripted for my RPG project, and there was some critique that I remembered that I'm wondering about again. Basically each character can scan/analyse an enemy, and each gives different info, but specific ones (only one at the time) give what might be particularly useful to players - elemental affinities. Now I've got it that two will give elemental affinities, two will give item drops, and two focus more on skills or attack patterns in their blurbs. In theory it's a nice idea - I can expand on the world and the characters. In practice, it's six blurbs to write per enemy, make sure there's no overflow, make each one unique, and whether or not the player would bother or feel pressured to use every character's analysis. The other factor is that analysis is a skill (or technically it's a note tag) and so it takes a turn, and then it's only on a *later* turn can you check that information. I could maybe deal with the latter, but the former has a issue known as "too much work for one person". So I'm just kinda wondering if I could design it better, hrmmm. Meanwhile with Ren'py, I'm kinda trying to fix a bunch of bugs or strange behaviours before I do anything else, because I'm afraid if I leave those things for now, I'll forget about them and just have far too many loose threads. It's a problem enough in other projects. RE: What's up, RMers? - KasperKalamity - 09-13-2014 wanna earn ALLL my save points? here's the scoop: i have a huge backlog of sound effects and background noise recorded on my phone. i need someone to cut, gut, and shine them all up into something useable in my project. being able to use personally recorded sounds means a lot to me because i've come to realize that my game is an impression of life moulded from my own experiences. it's like a cave painting made by a digital caveman. RE: What's up, RMers? - Punn_ - 09-13-2014 What's the file size, how many sound and what format you want it on? RE: What's up, RMers? - KasperKalamity - 09-13-2014 ive got about 70 voice memos from my phone. i'd need them to be useable in rmxp RE: What's up, RMers? - Punn_ - 09-13-2014 I probably won't be able to do ALL of it, but maybe some. Let me know when you want it done. Also in which format. |