Picking up programming again
+2
Umaterasu
runeblade
6 posters
Page 1 of 1
Picking up programming again
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.
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
Re: Picking up programming again
Nice, great to hear that you can help the team
Umaterasu- SOS Concept Artist
- Posts : 454
Join date : 2008-06-08
Age : 34
Location : Akatsuki Hideout
Re: Picking up programming again
Umaterasu wrote:Nice, great to hear that you can help the team
The more the better.
Sw0rdm3n- SOS Modeller
- Posts : 237
Join date : 2008-08-09
Age : 34
Location : U.S.A Illinois
Re: Picking up programming again
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 .
Well since ill be re-learning everything and stupid .net framework 3.5 isn't installing im betting on a month arg
(edit) I love the joys that vista can bring when setting anything up .
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
Re: Picking up programming again
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 .
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 but do what you like.
If you need any help just ask, there's some links in coding resources and you can msn me.
Re: Picking up programming again
Thanx xD. Well yea i might stick to modelling since the headaches are already pouring in. Im liking windows xp more again . Guess ill just have fun and we can laugh at what I come up with in c# .
runeblade- Chuunin
- Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota
Re: Picking up programming again
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.
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- Admin
- Posts : 191
Join date : 2008-05-24
Re: Picking up programming again
Found out it was a missing update on my vista. I updated and rebooted and it installed fine .
runeblade- Chuunin
- Posts : 87
Join date : 2008-07-03
Age : 36
Location : U.S. South Dakota
Re: Picking up programming again
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
Re: Picking up programming again
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.
Re: Picking up programming again
Sweet, thanks for the quick response! It comes with tutorials right?
Rev54- Jounin
- Posts : 179
Join date : 2008-09-10
Age : 38
Re: Picking up programming again
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.
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
Re: Picking up programming again
so how do i get XNA?
Rev54- Jounin
- Posts : 179
Join date : 2008-09-10
Age : 38
Re: Picking up programming again
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.
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
Re: Picking up programming again
http://soundofstone.roflforum.net/resources-f23/coding-resources-t231.htm
Re: Picking up programming again
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.
(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
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum