Homebrew DS App Studio[FREE]

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
RoyalCardMan said:
Now that is somewhat of a diffecult task.

I will try though. Google SketchUp doesn't use the normal model exporting system. I think it uses XAML, correct me if I am wrong.
I'm not too sure myself, but it'd be nice, as Sketchup is an easy-to use interface and is free.
 

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
RoyalCardMan said:
I'll look up what extensions it uses, then I'll see what I can do.

I just made a new topic about an example I made with DS App Studio in 3D.

Edit: I think I found something that would help export the models from Google SketchUp - Google SketchUp Plugins -
Do you think this could be made to handle 3DS models?
http://www.3dpaintbrush.com/
 

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
RoyalCardMan said:
That could work.

I will make a model file converter because this requires the model to a .bin file.

Of course, I will make it so that when you load the model, it converts to .bin.
Can't wait to begin making 3D. I might make a simple 3D area that you can use the touch screen or Dpad to navigate.
 

RoyalCardMan

DS App Studio™ Developer
OP
Member
Joined
Aug 11, 2010
Messages
628
Trophies
0
Age
33
Location
In the middle of gun fire.
Website
www.awsomisoft.com
XP
190
Country
United States
Thanks for the comments!

I have a 3D example that is about 3D navigation with the camera.
You can see the example on the topic that says 'DS App Studio 3D Example'.

I am still improving 3D navigation because it sometimes lags, so I have to make sure the loop function doesn't loop the drawing of the camera while moving.

Edit: I got it fixed. I made a function called 'movecamera' so it doesn't keep creating the camera, which causes the graphics to glitch.

Here is code for the next example I am making called Dpad 3D Movement:
Code:
// Project Name: NDS App - AwsomiSoft - www.awsomisoft.com

// Description: this template is a very simple project it 
// contains the basic code for a DS App Studio application

// Version: 0.4.6

// whenever using 2D or 3D you must use the start2D or 2D function
start3D(256, 256);

// first, you must tell it to start the first form
startform("Form1");
wait();
endif();
// and this creates the form. To add another form, just
// do createform and in quotes the name of the form.
createform("Form1");
ÂÂÂÂÂÂ 
ÂÂÂÂÂÂ Int("angle", 0);
ÂÂÂÂÂÂ initcamera("0", "0", "70", 256, 191);
ÂÂÂÂÂÂ text(0, 0, "This is a 3D example using DS App Studio!", "bottom");
ÂÂÂÂÂÂ text(0, 10, "Renderer: OpenGL", "bottom");
ÂÂÂÂÂÂ text(0, 15, "Use the stylus to change the zoom and direction of the camera.", "bottom");
ÂÂÂÂÂÂ loop();
ÂÂÂÂÂÂÂÂÂÂ Int("angle", "+=", 1);
ÂÂÂÂÂÂÂÂÂÂ ogldrawcube("1", "1", "1", "1", "angle", cl_blue);
ÂÂÂÂÂÂÂÂÂÂ ifstylusheld();
ÂÂÂÂÂÂÂÂÂÂÂÂ movecamera("stylus.px", "0", "stylus.py", 255, 191);
ÂÂÂÂÂÂÂÂÂÂ endif();
ÂÂÂÂÂÂ endloop();
ÂÂÂÂÂÂ 
endif();
 

shadowmanwkp

Your roms are on another rom site
Member
Joined
Apr 17, 2008
Messages
486
Trophies
0
Age
32
Location
Vleuten, The Netherlands
XP
246
Country
Netherlands
Hm... I just installed the program in a custom folder (c:\program files\DSAppStudio instead of the root) and I get quite some errors. Odd thing is though that I could actually use the program the first time, but afterwards it didn't want to work at all any more. I have to note though that it didn't work all too well after launching the program, error reports from frame network about missing files all over the place and after I opened a test file and looked at it, the program crashed.

Both reports are translated from Dutch, I only had to correct some sentences, so most errors/paths should be the same as on an English computer. Operating system is windows 7 home prenium 64-bit

Frame network error report on first startup (program DID launch)
System.ComponentModel.Win32Exception: System can't find the specified file
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at MiniCompiler.MainForm.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded assembly's **************
mscorlib
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
AwsomiSoft DS App Studio
Assembly-version: 0.4.7.0
Win32-versie: 1.0.0.0
CodeBase: file:///C:/Program%20Files/DSAppStudio/AwsomiSoft%20DS%20App%20Studio.exe
----------------------------------------
System.Windows.Forms
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SyntaxHighlightingTextBox
Assembly-version: 1.0.3649.34037
Win32-versie: 1.0.3649.34037
CodeBase: file:///C:/Program%20Files/DSAppStudio/SyntaxHighlightingTextBox.DLL
----------------------------------------
System.Windows.Forms.resources
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------

Crash report on second startup (program refuses to launch
Problem signature:
Event name of the problem: CLR20r3
Problem signature 01: awsomisoft ds app studio.exe
Problem signature 02: 0.4.7.0
Problem signature 03: 4d338546
Problem signature 04: mscorlib
Problem signature 05: 2.0.0.0
Problem signature 06: 4bebe8e2
Problem signature 07: 349e
Problem signature 08: 1f7
Problem signature 09: System.UnauthorizedAccess
Operating system version: 6.1.7600.2.0.0.768.3
Country setting-id: 1043

Edit: Ah already fixed the first error. I seem to need admin rights to run this program on windows 7.....
Also, I still get the same errors, but now I can give you the error report from inside the program itself (will edit once again)

Edit2: This is the error report I get while using the program itself after ignoring ALL errors and loading a file:
************** Text of exception**************
System.IndexOutOfRangeException: The index is out of the matrix boundaries
at UrielGuy.SyntaxHighlightingTextBox.SyntaxHighlightingTextBox.OnTextChanged(Event
rgs e)
at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message& m)
at System.Windows.Forms.RichTextBox.WmReflectCommand(Message& m)
at System.Windows.Forms.RichTextBox.WndProc(Message& m)
at UrielGuy.SyntaxHighlightingTextBox.SyntaxHighlightingTextBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded assembly's **************
mscorlib
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
AwsomiSoft DS App Studio
Assembly-version: 0.4.7.0
Win32-versie: 1.0.0.0
CodeBase: file:///C:/Program%20Files/DSAppStudio/AwsomiSoft%20DS%20App%20Studio.exe
----------------------------------------
System.Windows.Forms
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
SyntaxHighlightingTextBox
Assembly-version: 1.0.3649.34037
Win32-version: 1.0.3649.34037
CodeBase: file:///C:/Program%20Files/DSAppStudio/SyntaxHighlightingTextBox.DLL
----------------------------------------
System.Windows.Forms.resources
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Assembly-version: 2.0.0.0
Win32-versie: 2.0.50727.4952 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
System.Xml
Assembly-version: 2.0.0.0
Win32-version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.VisualBasic
Assembly-version: 8.0.0.0
Win32-version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------

After this I cannot do anything with the file, because the tab containing the file has crashed (I can see the contents, but it's a mere still image to me), switching tabs back and forth results into a transparent tab, with the contents of the previous tab being visible
 
D

Deleted-246289

Guest
I think LibNDS is much more powerful, since it can access all the hardwares in the Nintendo DS
Edit: Actually I've tried it and it is full of errors so I would recommend Libnds for myself, but this one is easier than Libnds that is the advantage, but good work
 

RoyalCardMan

DS App Studio™ Developer
OP
Member
Joined
Aug 11, 2010
Messages
628
Trophies
0
Age
33
Location
In the middle of gun fire.
Website
www.awsomisoft.com
XP
190
Country
United States
mjaoune said:
I think LibNDS is much more powerful, since it can access all the hardwares in the Nintendo DS
Edit: Actually I've tried it and it is full of errors so I would recommend Libnds for myself, but this one is easier than Libnds that is the advantage, but good work

Being said, this is the beta version. I am still working on it. More functions will be available for accessing the hardware.
 
D

Deleted-246289

Guest
RoyalCardMan said:
mjaoune said:
I think LibNDS is much more powerful, since it can access all the hardwares in the Nintendo DS
Edit: Actually I've tried it and it is full of errors so I would recommend Libnds for myself, but this one is easier than Libnds that is the advantage, but good work

Being said, this is the beta version. I am still working on it. More functions will be available for accessing the hardware.
You've created it? good to know, good work btw, but I just want to stick to Libnds since I know how to use it and it has more functions (at the moment) and it is free
smile.gif
but good work
biggrin.gif
 
D

Deleted-272449

Guest
DS APP Studio you are going to die so hard!!! There are much better libraries and other DS homebrew creators than this one even the first version of palib is better than this one, this is not powerful and keeps giving errors
 

Discover

Well-Known Member
Member
Joined
Mar 10, 2010
Messages
106
Trophies
0
XP
118
Country
Snakeer41 said:
DS APP Studio you are going to die so hard!!! There are much better libraries and other DS homebrew creators than this one even the first version of palib is better than this one, this is not powerful and keeps giving errors
QUOTE(smackdownraw @ Jan 19 2011, 09:46 PM) I actually didn't like DS APP studio
"Snakeer41" and "smackdownraw" are the same accounts.
Please ban them, moderators. The proof is in there member numbers.
EDIT: Also, perfect English for Argentina and France...? I don't think so.
 
D

Deleted_171835

Guest
Discover said:
Snakeer41 said:
DS APP Studio you are going to die so hard!!! There are much better libraries and other DS homebrew creators than this one even the first version of palib is better than this one, this is not powerful and keeps giving errors
QUOTE(smackdownraw @ Jan 19 2011, 09:46 PM) I actually didn't like DS APP studio
"Snakeer41" and "smackdownraw" are the same accounts.
Please ban them, moderators. The proof is in there member numbers.
EDIT: Also, perfect English for Argentina and France...? I don't think so.
He must have changed his name.
If he had two accounts, they wouldn't have the same member number.
 

Discover

Well-Known Member
Member
Joined
Mar 10, 2010
Messages
106
Trophies
0
XP
118
Country
SoulSnatcher said:
He must have changed his name.
If he had two accounts, they wouldn't have the same member number.
272,450 and 272,449 are very similar. Also, look at their countries -totally random.
Also, their posts are both opposing this application, therefore, he created two accounts to attempt to put this software down.
You can call me Sherlock.
cool.gif
 

Cuelhu

GBATemp's Pepelatz Driver
Member
Joined
May 19, 2010
Messages
550
Trophies
1
Age
34
Location
Fantasy Land
XP
334
Country
Brazil
Discover said:
SoulSnatcher said:
He must have changed his name.
If he had two accounts, they wouldn't have the same member number.
272,450 and 272,449 are very similar. Also, look at their countries -totally random.
Also, their posts are both opposing this application, therefore, he created to accounts to attempt to put this software down.
You can call me Sherlock.
cool.gif
Snakeer41
Joined: Today, 05:44 PM

smackdownraw
Joined: Today, 05:48 PM

rolleyes.gif
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • S @ salazarcosplay:
    @BigOnYa they ruined the gaming experience for me to be honest
  • S @ salazarcosplay:
    @BigOnYa Im not crazy about getting all of them, i feel like I have something to show for for the time put in
  • S @ salazarcosplay:
    @BigOnYa If you want to do rgh or 360 mod
  • S @ salazarcosplay:
    does it matter if you update your 360 or not before trying is it advisable or not
  • BigOnYa @ BigOnYa:
    Yea I don't pay attention to them really. Or do I try to 100% a game. I just play till story ends/ or I get the girl!
  • K3Nv2 @ K3Nv2:
    Bigonya uses his wiener to mod 360s
    +1
  • Xdqwerty @ Xdqwerty:
    Going to the water park, see ya
  • BigOnYa @ BigOnYa:
    You should update the 360 to newest dash before RGHing it yes. But not a big deal if you don't, you can install new dash/avatar updates after. It's just easier to do it auto online before, instead manual offline after.
  • BigOnYa @ BigOnYa:
    Have fun @Xdqwerty. If you see a chocolate candy bar floating in the water, don't eat it!
  • AncientBoi @ AncientBoi:
    :O:ohnoes: Y didn't U Tell ME that ALSO? @BigOnYa :ohnoes: 🤢🤮
    +1
  • BigOnYa @ BigOnYa:
    Does it taste like... chicken?
    +1
  • S @ salazarcosplay:
    @BigOnYa I wanted to ask you about your experience with seeing south park. Most of the people a bit younger like my younger brother and cousins that are a few younger than me that saw kids found south park funny because of the curse words, kids at school, that seemed like liking the show on a very basic level.

    I could not quite have a in depth discussion of the show.

    How was it for you? As an adult. What did you find the most interesting part about it. Did you relate to the parents of the kids and their situations. Was it satires, the commentary on society. The references on celebrities' and pop culture.
    +1
  • BigOnYa @ BigOnYa:
    I remember seeing the very first episode back in the day, and have watched every episode since. I used to set my VCR to record them even, shows how long ago.
  • BigOnYa @ BigOnYa:
    I just like any comedies really, and cartoons have always been a favorite of mine. Family guy, American Dad, Futurama, Cleveland Show, Simpsons - I like them all.
    +1
  • BigOnYa @ BigOnYa:
    South Park is great cause they always touch on relavent issues going on today, and make something funny out of it.
    +3
  • S @ salazarcosplay:
    @BigOnYa were you always up to date on the current events and issues of the time or were there issues that you first found out thru south park
  • BigOnYa @ BigOnYa:
    Most of the time yea I knew, I watch and read the news regularly, but sometimes the Hollywood BS stuff, like concerning actors slip by me. I don't follow most Hollywood BS (example: the Kardasians)
    +2
  • S @ salazarcosplay:
    @BigOnYa there were relevant issues before south park was made, that's why i think a south park prequel/spinoff would be great. Randy and his friends in their child hood
    +1
  • BigOnYa @ BigOnYa:
    Yea, like them running in high school together, getting into stuff, and how they got hitched and had kids. And how the town of South Park was back then compared to now. That would be cool to see.
  • BakerMan @ BakerMan:
    yeah
  • The Real Jdbye @ The Real Jdbye:
    @salazarcosplay if they made a prequel, it would still be about current issues, cause it doesn't make sense to make it about stuff that happened 30 years ago that nobody cares about anymore
  • The Real Jdbye @ The Real Jdbye:
    it's too late
  • The Real Jdbye @ The Real Jdbye:
    the older south park episodes about particular issues usually age poorly since the topic is no longer relevant
  • The Real Jdbye @ The Real Jdbye:
    an exception is giant douche vs turd sandwich, that's always relevant :P
    The Real Jdbye @ The Real Jdbye: an exception is giant douche vs turd sandwich, that's always relevant :P