Would you like to react to this message? Create an account in a few clicks or log in to continue.

Picking up programming again

+2
Umaterasu
runeblade
6 posters

Go down

Picking up programming again Empty Picking up programming again

Post  runeblade Sun Sep 14, 2008 1:39 pm

edit*Ill start with c# ^^

Well I really, really didn't want to again since i decided afew years ago that I would quit programming and do 3d modelling.
Ill pretty much be working on these for awhile. Waiting to see the next xna update.

1. Creating a 3d world.
2. Adding water, vegatation, and a skybox.
3. Add a lightsource that casts shadows on the enviromnent.
4. Where I left off. Getting a 3d human model to move around on the ground.
(had a flying object using collision and firing projectile's using collisions but yea, its flying lol.

Since lucky me my tutorial site is still up, i can get back to number three today or tommorow.
Four will be pretty tricky. With my obsessive compulsive disorder towards my computer, I should find out how within 1week.

Then ill study the code so i know it by heart and know what each part does so I can create my own unique environments and walk through them =).

Let the headaches commence! Pix by the end of the week to show progress. I was more of a programmer by heart anyway lol.


Last edited by runeblade on Sun Sep 14, 2008 4:20 pm; edited 1 time in total

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Umaterasu Sun Sep 14, 2008 2:00 pm

Nice, great to hear that you can help the team Very Happy
Umaterasu
Umaterasu
SOS Concept Artist

Posts : 454
Join date : 2008-06-08
Age : 34
Location : Akatsuki Hideout

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Sw0rdm3n Sun Sep 14, 2008 2:17 pm

Umaterasu wrote:Nice, great to hear that you can help the team Very Happy

The more the better.
Sw0rdm3n
Sw0rdm3n
SOS Modeller

Posts : 237
Join date : 2008-08-09
Age : 34
Location : U.S.A Illinois

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  runeblade Sun Sep 14, 2008 3:57 pm

Hey i was wondering. Since im using XNA with C#, that would be a big plus right? Instead of just using c# without any relations to xna?

(edit) I love the joys that vista can bring when setting anything up Neutral.
Well since ill be re-learning everything and stupid .net framework 3.5 isn't installing im betting on a month arg

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Sorlaize Sun Sep 14, 2008 5:51 pm

runeblade wrote:Hey i was wondering. Since im using XNA with C#, that would be a big plus right? Instead of just using c# without any relations to xna?

(edit) I love the joys that vista can bring when setting anything up Neutral.
Well since ill be re-learning everything and stupid .net framework 3.5 isn't installing im betting on a month arg

Xna + c# is good, yeah. You're a talented modeller, so you don't have to try too hard at programming as well Razz but do what you like.

If you need any help just ask, there's some links in coding resources and you can msn me.
Sorlaize
Sorlaize
SOS Lead
SOS Lead

Posts : 383
Join date : 2008-04-18
Location : England

http://soundofstone.roflforum.net

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  runeblade Sun Sep 14, 2008 6:28 pm

Thanx xD. Well yea i might stick to modelling since the headaches are already pouring in. Im liking windows xp more again Neutral. Guess ill just have fun and we can laugh at what I come up with in c# Very Happy.

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Rave Mon Sep 15, 2008 1:12 am

hey, welcome since i haven't welcomed u yet i think :0

If you keep working with vista, u get used to it ^^, ive been workin on Vista 64bit for a year now, some things take longer, but u'll eventualy have to step forward :p

If u can't manage to install .Net framework 3.5, make sure 3.0 is allready installed and functional, cuz i found out that apparently, it doesn't install sometimes if 3.0 aint installed.
Rave
Rave
Admin

Posts : 191
Join date : 2008-05-24

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  runeblade Mon Sep 15, 2008 1:05 pm

Found out it was a missing update on my vista. I updated and rebooted and it installed fine Razz.

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Rev54 Wed Sep 24, 2008 1:29 pm

I was wondering how hard it is to do programming. Is there a free or trail program with tutorials that I could teach myslef? I know that people do go to school for this sort of stuff, but I was wondering how hard it is to teach yourself.

Rev54
Jounin

Posts : 179
Join date : 2008-09-10
Age : 38

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Sorlaize Wed Sep 24, 2008 1:34 pm

Rev54 wrote:I was wondering how hard it is to do programming. Is there a free or trail program with tutorials that I could teach myslef? I know that people do go to school for this sort of stuff, but I was wondering how hard it is to teach yourself.

Check out XNA which is what we use. You can create full 3d games for Windows without paying anything.

I'm only starting to study programming academically, now.
Sorlaize
Sorlaize
SOS Lead
SOS Lead

Posts : 383
Join date : 2008-04-18
Location : England

http://soundofstone.roflforum.net

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Rev54 Wed Sep 24, 2008 1:38 pm

Sweet, thanks for the quick response! It comes with tutorials right?

Rev54
Jounin

Posts : 179
Join date : 2008-09-10
Age : 38

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  runeblade Wed Sep 24, 2008 3:26 pm

Your going to want to download xna 2.0 and you'll have to download c# 2005 to work with it and stuff. Here u can find what you need if u look around http://www.riemers.net/ but you'll have to find easier tutorials to begin with. The most fun tutorial I can think of is just rendering a model in XNA. Hardly any code is required other the code your given at already.

Then you can work on coding to move the model around and applying a camera to it. Then look about making a terrain and placing a model on it to walk around on it.

Basically dig around for alot of tutorials that seem good. Always have a backup of a project cause it kinda auto-saves on you alot.

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Rev54 Wed Sep 24, 2008 6:46 pm

so how do i get XNA?

Rev54
Jounin

Posts : 179
Join date : 2008-09-10
Age : 38

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  runeblade Wed Sep 24, 2008 7:10 pm

XNA 2.0
http://www.microsoft.com/downloads/details.aspx?FamilyId=DF80D533-BA87-40B4-ABE2-1EF12EA506B7&displaylang=en

Microsoft Visual Studio C# Express
http://www.microsoft.com/express/2005/download/default.aspx#

Only consider downloading them all and setting it all up if your going to sit down and really practice and study for a long time. Im thinking about getting a xna beginners book atm.

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Sorlaize Thu Sep 25, 2008 11:25 am

http://soundofstone.roflforum.net/resources-f23/coding-resources-t231.htm
Sorlaize
Sorlaize
SOS Lead
SOS Lead

Posts : 383
Join date : 2008-04-18
Location : England

http://soundofstone.roflforum.net

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  runeblade Mon Sep 29, 2008 1:13 am

Yea im going to see if my bookstore tommorow has a copy of xna beginners guide while i shop for a new pair of shoes. Im mostly wasting my time looking over examples ive downloaded since I dont know what 80% of the code itself does.

(edit) I have to wait 1 week to get the book delivered ugh. I guess Ill be finishing the ninja academy on the outside, and maybe even the inside with most of the rooms. Ill find acouple more important buildings I guess and model them. Looking about 3 models this week atm.

runeblade
Chuunin

Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota

Back to top Go down

Picking up programming again Empty Re: Picking up programming again

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum