Search found 23 matches

by Jordan_Gray
Wed Aug 03, 2011 9:08 pm
Forum: User Contributions
Topic: DisplayMan
Replies: 2
Views: 16472

Re: DisplayMan

wow, this is looking great. I might just hop back into ds devving. :)
by Jordan_Gray
Wed May 18, 2011 2:11 am
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158351

Re: create 3d and include

I could have sworn 3DS Max had an obj exporter tbh but the other option is to write an NDS exporter for Max I was gonna say, hasn't anyone come up with a standardized method of making/using 3D models in DS games? I would think that, considering the long amount of time and the large amount of people...
by Jordan_Gray
Wed Mar 23, 2011 3:35 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158351

Re: create 3d and include

wow, this is totally off-topic :D
by Jordan_Gray
Wed Mar 23, 2011 1:03 am
Forum: DS/DSi Development
Topic: Beginner with something in mind.
Replies: 3
Views: 4788

Re: Beginner with something in mind.

hmm, this is an interesting project. Definitely watching this thread.
by Jordan_Gray
Tue Mar 22, 2011 10:26 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158351

Re: create 3d and include

zeromus wrote:Now, the glory of this thread cannot be doubted.
esp. since you're in it.
by Jordan_Gray
Thu Mar 17, 2011 4:04 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158351

Re: create 3d and include

This is a wonderful topic/thread. WinterMute, can it be stickied or something?
by Jordan_Gray
Mon Jan 10, 2011 11:12 pm
Forum: DS/DSi Development
Topic: temperature
Replies: 46
Views: 131773

Re: temperature

That's great!
by Jordan_Gray
Wed Dec 29, 2010 11:33 pm
Forum: Off Topic
Topic: Card Game Code
Replies: 6
Views: 11407

Re: Card Game Code

WinterMute wrote:]...using a web page to generate data for a DS game seems like a rather peculiar thing to do.
Might I ask why? I find it easier and more convenient. And it's Random.org, so it's safe.

Just a thought, though, I'm no expert.

- Stryker, AKA Jordan
by Jordan_Gray
Wed Dec 29, 2010 3:40 am
Forum: Off Topic
Topic: Card Game Code
Replies: 6
Views: 11407

Re: Card Game Code

That sounds like a fun project. But wouldn't it be a 13x4 matrix? But, to get back on track, you could really just create some random decks and then have the DS pull them up. For example, you could go to random.org , then use the playing card shuffler to generate a random deck . (Reload the page a f...
by Jordan_Gray
Sat Dec 18, 2010 2:04 pm
Forum: DS/DSi Development
Topic: temperature
Replies: 46
Views: 131773

Re: temperature

as for the temperature itself: the temperature registers can only be read from the arm7 processor while you normally program just for the arm9 and use a default arm7 binary. so you would have to write a custom arm7 binary to read the temperature, use the fifo (which, in the context of libnds, is th...