and found it very helpful. This guy is good a programming, and he has a few things we (the outside world) can download. There are also a section were he gives lessons on programming and what the difficulty is on all of them. (there are 8 - 9 lessons total) there are no videos. so you will actually have to read...
i was pretty impressed at what this guy has done and at least majority of the things he has done is c#/XNA
Okay as I was looking up stuff for collision detection for or second
game for our next meeting, I stumbled across this site
www.nfostergames.com
and found it very helpful.
This guy is good a programming, and he has a few things we (the
outside world) can download. There are also a section were he gives
lessons on programming and what the difficulty is on all of them.
(there are 8 - 9 lessons total) there are no videos. so you will
actually have to read...
i was pretty impressed at what this guy has done and at least majority
of the things he has done is c#/XNA
check it out
You could render a starfield layer so that the starbase can have windows that show space. Not unlike a skybox in 3D. Still panning the star map but at a much slower rate.
The grapple gun idea will ROCK. The physics will be a challenge.
Jas
On Nov 7, 2007 4:56 PM, Charley Jones <me@...> wrote:
Grins, you know I pretty much cheated on that one.
I started with a black background and set the image map background to black transparent.
Just in case I couldn't figure out the transparency problem,
Which was a problem with gif, but not with png.
So, the background can be whatever you like,
Especially if you save as a transparent png.
Right now we're against a black background.
Would like to change that to star field,
But I did like the techno-surface-of-a-star-base that you came up with in the proto screens.
Makes sense that you'd want to hook onto, bounce off side walls and stuff...
From:
LVXUG@yahoogroups.com [mailto:LVXUG@yahoogroups.com] On Behalf Of Jason
Berger Sent: Wednesday, November 07, 2007 6:28 PM To: LVXUG@yahoogroups.com Subject: Re: [LVXUG] Enders Test
You could render a starfield layer so that the
starbase can have windows that show space. Not unlike a skybox in 3D. Still
panning the star map but at a much slower rate.
The grapple gun idea will ROCK. The physics will be a
challenge.
Jas
On Nov 7, 2007 4:56 PM, Charley Jones <me@...> wrote:
Grins, you know I pretty much cheated on that
one.
I started with a black background and set the
image map background to black transparent.
Just in case I couldn't figure out the
transparency problem,
Which was a problem with gif, but not with
png.
So, the background can be whatever you like,
Especially if you save as a transparent png.
Right now we're against a black background.
Would like to change that to star field,
But I did like the techno-surface-of-a-star-base
that you came up with in the proto screens.
Makes sense that you'd want to hook onto,
bounce off side walls and stuff...
You could render a starfield layer so that the starbase can have windows that show space. Not unlike a skybox in 3D. Still panning the star map but at a much slower rate.
The grapple gun idea will ROCK. The physics will be a challenge.
Jas
On Nov 7, 2007 4:56 PM, Charley Jones <me@...> wrote:
Grins, you know I pretty much cheated on that one.
I started with a black background and set the image map background to black transparent.
Just in case I couldn't figure out the transparency problem,
Which was a problem with gif, but not with png.
So, the background can be whatever you like,
Especially if you save as a transparent png.
Right now we're against a black background.
Would like to change that to star field,
But I did like the techno-surface-of-a-star-base that you came up with in the proto screens.
Makes sense that you'd want to hook onto, bounce off side walls and stuff...
Repeating this for posting purposed.
Yahoo groups filtered out the example images...
I've posted a test file for Enders Game.
Jason and I have been kicking around a few ideas,
And this is just a simple test of fsg's.
(Floaty Space Guys)
We'll be working on this project together as a team.
The idea is break the project into pieces,
Charley will pull the pieces back together as the integrator.
So, here's what Jason sent me.
A series of floaty guys rendered to a spritemap.
[Enders Sprimate 01]
My code breaks apart that spritemap.
And displays a floaty guy with a little bit of space wobble.
Arrow keys move, note the deceleration.
A/D rotate.
Z Adds a new floaty
X Clears all floaties
C Changes the frame displayed.
Also it's Xbox controller enabled,
So Left Stick, movement
Right Stick, rotation
A New Floaty
B Change Pose
X Clear
My only comment to Jason is to take a look at the following spritemap.
This is a sample from a TorqueX Demo.
They've set this up pretter logically...
5 frames by 5 frames.
X=3, Y=3 is the center frame.
-Y is diving,
+Y is climbing
-X is bank left,
+X is bank right.
[Enders Spritemap 02]
I'm not you, so I'm really not following the logic in your frames.
As animation goes,
I pretty much need a sequence for Moving forward and stopping,
Fidgiting in place,
Thrust backward,
Side to side.
Numbering your slides by X, Y
Could you propose a sequence for:
Thrust Forward
Thurst Side
Thrust Back
I also need to work out some logic,
To stop the guys from crashing into each other.
Floaty but respecting distance...
-crj
-Charley Jones, PMP
-A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, PMP, ITIL
-MCTS: Sql Server 2005, MCITP: Sql Server 2005 Administrator
-President & Founder: Sql Server Society of Las Vegas, S3OLV.COM
-President & Founder: Las Vegas XNA Users Group, LVXUG.Com
-Vice President of Membership: Project Management Institute, Southern Nevada
Chapter
-Database Administrator II, Clark County Water Reclamation District
-http://crjones com me@....
We'll be working on this project together as a team.
The idea is break the project into pieces,
Charley will pull the pieces back together as the integrator.
So, here's what Jason sent me.
A series of floaty guys rendered to a spritemap.
My code breaks apart that spritemap.
And displays a floaty guy with a little bit of space wobble.
Arrow keys move, note the deceleration.
A/D rotate.
Z Adds a new floaty
X Clears all floaties
C Changes the frame displayed.
Also it's Xbox controller enabled,
So Left Stick, movement
Right Stick, rotation
A New Floaty
B Change Pose
X Clear
My only comment to Jason is to take a look at the following spritemap.
This is a sample from a TorqueX Demo.
They've set this up pretter logically...
5 frames by 5 frames.
X=3, Y=3 is the center frame.
-Y is diving,
+Y is climbing
-X is bank left,
+X is bank right.
I'm not you, so I'm really not following the logic in your frames.
As animation goes,
I pretty much need a sequence for Moving forward and stopping,
Fidgiting in place,
Thrust backward,
Side to side.
Numbering your slides by X, Y
Could you propose a sequence for: Thrust Forward
Thurst Side
Thrust Back
I also need to work out some logic,
To stop the guys from crashing into each other.
Floaty but respecting distance...
-crj -Charley Jones, PMP -A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, PMP, ITIL -MCTS: Sql Server 2005, MCITP: Sql Server 2005 Administrator -President & Founder: Sql Server Society of Las Vegas, S3OLV.COM -President & Founder: Las Vegas XNA Users Group, LVXUG.Com -Vice President of Membership: Project Management Institute, Southern Nevada Chapter -Database Administrator II, Clark County Water Reclamation District -http://crjones com me@...
From gameplay standpoint, it may be worth while to design it as single player as main mode.
I'm just thinking the real fun will be in dropping into a level flying through and using cool weapons on badguys. I would LOVE to add the abilty of leveling and expanding the character as well. Giving experience for kills and giving all creatures levels like certain other really addicting games (Diablo, Fallout, WOW, etc)
P.S. What's the chances of talking you into using 3D models? We will be able to pull off a lot of lighting effects that way and it just looks cooler.
I’m at the point where I’ve been able to cobble together sample
code.
Need good graphics and gameplay now.
Lots of directions that we still can go.
From:
LVXUG@yahoogroups.com [mailto:LVXUG@yahoogroups.com] On Behalf Of Jason
Berger Sent: Wednesday, October 31, 2007 10:58 PM To: LVXUG@yahoogroups.com Subject: Re: [LVXUG] The Forum part 2
Hi Charley,
Here is a HUD concept for you.
I need to talk to you about game play because I have a few questions. For
example, how do you envision play with two people? Both start out on
opposite sides of the map but if goal is to blow up base there is no one
guarding they could both mosey over to the other side and it comes down to who
shoots the fastest... boring...
Hope you like the image and hope I'm not coming into this
project to late. I got he impression that you had a major part of it
done. If so, no biggie, I'll just write down ideas and we can sync up on
version 2.
Sorry that I haven't had much time this week.
Teaching class is taking a lot of effort.
Anyhow, what question did you want to ask?
crj
Charley Jones me@... www.crjones.com
A+, MCP, MOUS, MCAD, MCSE, MCDBA, MCAD, MCT, PMP
ITIL, MCTS: Sql Server 2005, MCITP: Sql Server 2005 Adminstration
President S3OLV.Com, Sql Server Society of Las Vegas
The Official Las Vegas PASS Chapter (SqlPass.Org)
Vice President of Membership, Project Mangement Institute
Southern Nevada Chapter (
PMI-SNC.ORG)
> i've decided not to use the forum it's not really what we
need, > it's still there, just don't have a clue how to shut it
down. > show for now on > lvxug.jconserv.net
will no longer be used. maybe we can use a > different site... i dont know, but for now we continue to
use the > yahoo thing. > > if anyone gets disappoint which i hope theres not going to
be any > disappointment, see a shrink... > > thanks, > > Codi > > Vp of LVXUG > > >
Here is a HUD concept for you. I need to talk to you about game play because I have a few questions. For example, how do you envision play with two people? Both start out on opposite sides of the map but if goal is to blow up base there is no one guarding they could both mosey over to the other side and it comes down to who shoots the fastest... boring...
Hope you like the image and hope I'm not coming into this project to late. I got he impression that you had a major part of it done. If so, no biggie, I'll just write down ideas and we can sync up on version 2.
Sorry that I haven't had much time this week. Teaching class is taking a lot of effort. Anyhow, what question did you want to ask?
crj Charley Jones
me@... www.crjones.com A+, MCP, MOUS, MCAD, MCSE, MCDBA, MCAD, MCT, PMP ITIL, MCTS: Sql Server 2005, MCITP: Sql Server 2005 Adminstration
President S3OLV.Com, Sql Server Society of Las Vegas The Official Las Vegas PASS Chapter (SqlPass.Org) Vice President of Membership, Project Mangement Institute Southern Nevada Chapter (
PMI-SNC.ORG)
> i've decided not to use the forum it's not really what we need, > it's still there, just don't have a clue how to shut it down. > show for now on >
lvxug.jconserv.net will no longer be used. maybe we can use a > different site... i dont know, but for now we continue to use the > yahoo thing. > > if anyone gets disappoint which i hope theres not going to be any > disappointment, see a shrink... > > thanks, > > Codi > > Vp of LVXUG > > >
Sorry that I haven't had much time this week.
Teaching class is taking a lot of effort.
Anyhow, what question did you want to ask?
crj
Charley Jones
me@...
www.crjones.com
A+, MCP, MOUS, MCAD, MCSE, MCDBA, MCAD, MCT, PMP
ITIL, MCTS: Sql Server 2005, MCITP: Sql Server 2005 Adminstration
President S3OLV.Com, Sql Server Society of Las Vegas
The Official Las Vegas PASS Chapter (SqlPass.Org)
Vice President of Membership, Project Mangement Institute
Southern Nevada Chapter (PMI-SNC.ORG)
On Fri Oct 26 16:08:19 PDT 2007, Codi <crfaulkner27@...>
wrote:
> i've decided not to use the forum it's not really what we need,
> it's still there, just don't have a clue how to shut it down.
> show for now on
> lvxug.jconserv.net will no longer be used. maybe we can use a
> different site... i dont know, but for now we continue to use the
> yahoo thing.
>
> if anyone gets disappoint which i hope theres not going to be any
> disappointment, see a shrink...
>
> thanks,
>
> Codi
>
> Vp of LVXUG
>
>
>
Enter your vote today! A new poll has been created for the
LVXUG group:
What would you like to be doing right now?
o reading a book...
o watching a movie...
o programming
o Hanging out with friends
o Playing video games (Like Halo 3)
To vote, please visit the following web page:
http://groups.yahoo.com/group/LVXUG/surveys?id=2288638
Note: Please do not reply to this message. Poll votes are
not collected via email. To vote, you must go to the Yahoo! Groups
web site listed above.
Thanks!
i've decided not to use the forum it's not really what we need, it's
still there, just don't have a clue how to shut it down. show for now on
lvxug.jconserv.net will no longer be used. maybe we can use a different
site... i dont know, but for now we continue to use the yahoo thing.
if anyone gets disappoint which i hope theres not going to be any
disappointment, see a shrink...
thanks,
Codi
Vp of LVXUG
Enter your vote today! A new poll has been created for the
LVXUG group:
Question number one:
Who do you think will win the world series?
o Boston Red Sox
o Colorado Rockies
To vote, please visit the following web page:
http://groups.yahoo.com/group/LVXUG/surveys?id=2287318
Note: Please do not reply to this message. Poll votes are
not collected via email. To vote, you must go to the Yahoo! Groups
web site listed above.
Thanks!
Hi ya'll, i've set the group calender to remind everyone who is in
the group when the group meetings.
you will recieve a reminder about a week before the group meeting and
about 12 or 6 hours before the group meeting.
i will make a few additions to the calender reminder to include the
right address to new horizons and the right phone number to call for
information. but for now it will tell you when the meeting is.
Thanks,
Codi
any questions just email the authority figure.
ps
also group meeting may or may not take 4 hours (i just had to fill in
the duration in order for it to work like i want... i think.)
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the LVXUG
group.
File : /Pong2-V0105.zip
Uploaded by : crjones <me@...>
Description : Version 1.05, Adds Welcome Message, Scoring to 21, Game Over,
and RoboPaddle on Right Player (Right Bumper + B)
You can access this file at the URL:
http://groups.yahoo.com/group/LVXUG/files/Pong2-V0105.zip
To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files
Regards,
crjones <me@...>
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the LVXUG
group.
File : /Pong2.zip
Uploaded by : crjones <me@...>
Description : Pong2 Project, XNA, for PC -- extract to C:\Projects\Pong2
You can access this file at the URL:
http://groups.yahoo.com/group/LVXUG/files/Pong2.zip
To learn more about file sharing for your group, please visit:
http://help.yahoo.com/help/us/groups/files
Regards,
crjones <me@...>
But the system will still needs about 10% downloaded (7mb) before video will start to play.
Which can take a few minutes.
Total video is now 73mb.
-crj -Charley Jones, PMP -A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, ITIL -MCTS: Sql Server 2005, MCITP: Sql Server 2005 Administrator -President & Founder: Sql Server Society of Las Vegas, S3OLV.COM -President & Founder: Las Vegas XNA Users Group, LVXUG.Com -Vice President of Membership: Project Management Institute, Southern Nevada Chapter -Database Administrator II, Clark County Water Reclamation District
Hey All.
As stated in the meeting,
Please go and register at Codezone,
So that we can get some support from Microsoft.
Looks like proximity search is not working.
But you can find us at:
http://tinyurl.com/3a8rje
Password to join is: xnaforme
Hoping that we could meet briefly at New Horizons Monday night,
10/15/07, 6:00 - 7:30 pm.
I'd like to go over basic XNA setup,
And generating your first game from the tutorials.
-crj -Charley Jones, PMP -A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, ITIL -MCTS: Sql Server 2005, MCITP: Sql Server 2005 Administrator -President & Founder: Sql Server Society of Las Vegas, S3OLV.COM -President & Founder: Las Vegas XNA Users Group, LVXUG.Com -Vice President of Membership: Project Management Institute, Southern Nevada Chapter -Database Administrator II, Clark County Water Reclamation District
Alright the forum i made for us is not really done (actually it is
but the theme isn't right) only two or three people including myself
can make changes to the forum.
a couple of rules.
no spamming! (i'll probably make a section where you can spam all you
want.)
no cusing, unless it's needed.
uploading is limited to 5 mb. (could be expanded, if someone is will
to pay for more space.)
this is a forum, not a IM. Don't go screwing it up.
anyone who has a problem with it, just email me.
thanks
Codi
Creators.Xna.Com is a really great resource for everything XNA.
Lot of videos and tutorials.
You really don't need to the purchase the Creators Club to develop in XNA.
The Creators Club is only required is you want to deploy to the 360.
MS has also started to release some Premium Content only for Creators Club members.
Again, strictly speaking, the Premium content is not required.
Stage 1 right now is to simply get XNA installed and working.
Try to build and execute the SpaceWar Windows starter kit.
Next, Open the Help File,
Go Contents,
Drill into XNA Game Studio Express
Getting Started in XNA Game Studio Express
Your First Game: Microsoft XNA Game Studio Express in 2D
Creates a simple sprite that moves and bounces.
This will actually be the starting point for our first project...
-crj -Charley Jones, PMP -A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, PMP, ITIL -MCTS: Sql Server 2005, MCITP: Sql Server 2005 Administrator -President & Founder: Sql Server Society of Las Vegas, S3OLV.COM
-President & Founder: Las Vegas XNA Users Group - http://tech.groups.yahoo.com/group/LVXUG/ -Vice President of Membership: Project Management Institute, Southern Nevada Chapter -Senior Business Systems Analyst, Clark County Water Reclamation District -http://crjones com me@...