Maidens of the Kaleidoscope
~Hakurei Shrine~ => Rika and Nitori's Garage Experiments => Topic started by: Naut on July 21, 2009, 09:32:24 PM
-
Hello fellow Danmakufu coders.
So. We've got this massive bit of space on the intertubes (http://dmf.shrinemaiden.org/wiki/index.php?title=Main_Page) that we can use to place tutorials, sample scripts, functional knowledge, full game scripts, screenshots and whatever else related to Danmakufu.... And we're not using it.
Thus, I come here today to look for a few bodies to help with some construction. Basically, create yourself and account on the wiki and start editing. I'm looking to have a (semi-)detailed synopsis of every function we know of as well as examples of where it could be used, if possible. If several functions can be linked together under grounds of similarity, then we should have example scripts showing how they are used (for example, enemy enumeration could have a player script linked to show you how to actually enumerate enemies properly). Other things include transfering over all of our tutorials into easily navigatable tutorial pages, as well as hosting completed scripts for download, because everybody likes scripts.
As mentioned, I'm looking for people to help with this task. So even if you're new with Danmakufu and notice something that could use improvement, by all means, please edit it. Editing the wiki is no issue whatsoever, just one quick read through the edit section of any page should be sufficient to understand the mechanics of the wiki. Transfering scripts over requires no knowledge of Danmakufu, so you can always be of help. I'm gonna start editing it in the next few days or so (whenever I have free time really), so I'm hoping to see at least one other person helping, since this is a great potential english resource for Danmakufu and should not be squandered.
Thanks in advance.
http://dmf.shrinemaiden.org/wiki/index.php?title=Main_Page
tl;dr halp edit plox
-
Sure I guess I could help try to prevent 7HS from turing the place into an Umineko fanfiction repository hihihihi :V
-
Man I feel guilty that I haven't been working on this thing but every time I get around to doing Danmakufu stuff it's always PoSR related. Maybe I should try to set aside an hour a week or something for working on it.
It doesn't help that TouhouWiki is becoming rather ad-laden and increasingly unfriendly to browse, so now's a good time to get serious about it.
-
It would be much easier if we could use the new interface (http://namcotales.wikia.com/wiki/Help:Rich_text_editor). Someone should look into this.
Also, edited the Tutorial page for future copy-paste and mish-mashed some of the Basics tutorial together (http://dmf.shrinemaiden.org/wiki/index.php?title=Danmakufu_Basics_Tutorial).
-
I could help out with player stuff if you don't mind, I understand them well. Well, some of it, anyway...
EDIT: Mine != Mind. This mind is MINE!
-
Sure I guess I could help try to prevent 7HS from turing the place into an Umineko fanfiction repository hihihihi :V
Oh wait... it WASN'T fanficiton? FFFF
-
Before I head back to my regular duties of telling everybody on this forum to make their scripts harder (that is, get back from my vacation in two days), I'd like to bring up the Danmakufu wiki (http://dmf.shrinemaiden.org/wiki/index.php?title=Main_Page) once again.
GUILT GUILT GUILT GUILT GUILT. (http://dmf.shrinemaiden.org/wiki/index.php?title=Special:RecentChanges&days=14)
That is all.
-
http://www.geocities.co.jp/SiliconValley-Oakland/9951/products/th_dnh_help_v2.html
-
Yeah it's the moonspeak manual, what of it? As far as I know it doesn't have anything that the translated one left out (except a diagram illustrating how the various PRIMITIVE types work).
-
Yeah it's the moonspeak manual, what of it? As far as I know it doesn't have anything that the translated one left out (except a diagram illustrating how the various PRIMITIVE types work).
how about NO
EDIT: oh blargel didn't edit it yet
-
Oh hi, I updated the wiki. Guess what? FadeOutMusic (http://dmf.shrinemaiden.org/wiki/index.php?title=Sound_Functions#FadeOutMusic) really works. And there's a much easier way to organize common data with categories. Anyway just take a look again.
-
Oh hi, I updated the wiki. Guess what? FadeOutMusic (http://dmf.shrinemaiden.org/wiki/index.php?title=Sound_Functions#FadeOutMusic) really works. And there's a much easier way to organize common data with categories. Anyway just take a look again.
I can imagine so many awesome things to do with FadeOutMusic. Like fade out music. I might touch up on the Wiki. Esp. if I find something that I would find hard to understand. Oh! Let's provide examples! *drool*
-
FadeOutMusic really works.
Ffff why didn't it work for me
Stupid Danmakufu sound code
-
Excelent finds with the CommonData functions. Who came across it and how?
-
Excelent finds with the CommonData functions. Who came across it and how?
1. Mainly Blargel, Drake, Helepolis and a bunch of other people on #danmakufu.
2. By looking at the official th_dnh manual
-
I'm having trouble getting the Ex Common Data functions to work correctly so I put a little disclaimer saying that it's still being tested. Also, according to my Danmakufu, some of those functions don't even exist, such as LoadCommonDataFromReplayFileEx. It says undefined identifier when I try to call it. Googling the function comes up with a few Japanese pages, but it doesn't seem like anyone else was having the problem I was.
I also can't seem to LoadCommonDataEx correctly, though I managed to save it somehow. I'll look into this again when I have more time.