29 April 2008
| It's Here! It's Finaly here!! |
|---|
Well I don't have one yet but ThinkGeek are now selling the Optimus Maximus Keyboard!!!! a snip at $1,589.99 Dear Santa,.... Labels: Off Topic |
|
posted by Dave Henry at
06:52
0 Comments
Links to this post
|
22 April 2008
| Re:XNA boss defends Xbox Live Arcade |
|---|
I read thisMicrosoft XNA general manager Chris Satchell has rejected the suggestion that Xbox Live Arcade has lost the initiative when it comes to supporting independent games.on gamesindustry.biz yesterday and thought what the hell has sony or nintendo done for the intependent developer?!? Admitadly people have been playing with the Wii controler doing home projects but I haven't seen anything about Game development on ANY of there systems, correct me if I'm wrong. Labels: Games Industry, XNA |
|
posted by Dave Henry at
06:31
0 Comments
Links to this post
|
20 April 2008
| If I planed ahead, I wouldn't get in to this sort of mess. |
|---|
This week I've been working on the engine that runs the BertWorld and found that I had got myself into a corner again. The upshot of this is I have now written out a few of the components that I use regularly, as proper GameComponents and DrawableGameComponents, in a Game Library that I can re use with little code to add the the main Game object. This includes a logger service that can be called from any component to write to a log file just give the filename when you create the object then you can call one of three methods write, writeline & flush it inherits from IDisposable so that I just need to call the dispose method in Game.dispose override method to ensure that the file buffer is emptied and closed. In other news Nick Gravelyn has setup XNA Wiki Nick had this to say about it:- My goal is for the community to no longer have pastebins, forum posts, and blogs where they have to dig around to find useful code that isn’t in published samples or tutorials. I would love to see the community have a single repository for all this useful data. I have already added my FPS drawable component in to the mix, and within 7minuets SimReality had changed it and continued to change it, after I got over my initial "YOU BASTARD!" reaction I can see that the changes he made were sensible and I have indeed Incorporated them into my FPS component, I now have to get round to updating the tutorial to reflect this. Labels: Bert Higgins Redux, Game Dev, XNA, XNA Wiki |
|
posted by Dave Henry at
14:01
0 Comments
Links to this post
|
15 April 2008
| I just had to share |
|---|
| I've been thinking about getting a new job for a few weeks now and then I saw this and I just want to know was it his comment or something else the scared them? Labels: Off Topic |
|
posted by Dave Henry at
19:34
0 Comments
Links to this post
|
08 April 2008
| My first XNA tutorial |
|---|
Just to let people know I've added a tutorial to the XNA section entitled "Tutorial001 - FPS Drawable Game Component" |
|
posted by Dave Henry at
18:12
0 Comments
Links to this post
|
01 April 2008
| But like the murphy's... |
|---|
| ...I'm not bitter, so there's a new Dodge in the downloads with fixes and no more full screen. |
|
posted by Dave Henry at
21:46
0 Comments
Links to this post
|
| !Warning! XNA RANT !WARNING! |
|---|
| <rant> Since I published Dodge over a week ago I've asked some friends to check it out partly to see if it works, but mostly because like everyone who writes games in XNA I wanted to hear someone say "that was fun." To get people to try it out I put up a zip file with the .EXE and the graphics and sound files so you just unzip it to a temp directory and run the program simple :-) I told a bloke in work that I had finished a game and even after I told him how simple it was and that it was my first and generally played it down as much as I could he still asked where he could get it, I was happy. I told him you can download it from my website he nodded I told him you just need DirectX9c, .NET 2.0 and to install the XNA framework and your good to go and he said "I've lost all interest already...why do I have to download all that?" and I couldn't answer him. Later I got an email from a very good friend saying that he would try out dodge I was over the moon because when I showed him the original he said "it's simple but strangely addictive..." so I was looking forward to hear what he thought of the new one, he replied today and I just wanted to kick him in the nuts, all he could say was... I've tried it out and it works well (apart from one glitch). When you get to final release versions of software is there anyway you can include all the.net stuff etc. in the installer? You can't really expect people to check down a list of support software to see what they need to install....Now if I could write all my software in assembler so that it didn't need anything else to support them I would but I can't so I'm not going to try. XNA still seems to be in the realms of “developer only” stuff, not that it's got bugs in it, but that Microsoft think that only people writing software for XNA will want to see anything written in XNA. Because the people developing in XNA already have everything they need to run XNA there's no need for the redistributable to actually check that your computer has everything it needs to run. If I want someone that is not a developer to run what I have written then it's up to me to build an installer that will do Microsoft’s job for them or I could pay someone for an install packager to make it for me. This in not something that has been upsetting every developer that works with XNA since day one rather every developer has been happy to only show there work to people that have an interest in XNA and don't say "well I can't be bothered to download the support files it's your job to figure out that I don't have them and install them for me" quickly followed with "I hate it when installers put loads of crap on my system that I don't want..." If I really wanted non tech people to download my stuff I would make an installer that would also wipe there bums for them and install Google Bar, Yahoo Bar & a selection of spyware on their systems but as I have only asked people that apparently know what they are doing I don't think I need more than I have done. I know there is the .ccGame thing but you have to have XNA working on your system before you can do that. Microsoft very Kindly tell us exactly which DLL's are required from DX9c for XNA to work and even tell us the Guid's for the different versions of XNA but I just want XNA to be supported in the one click publish feature of Visual studio 2005 or even 2008. I'm not working with XNA because I want to learn how to make installer packages, I want to write Games that other people can play. I can deal with the fact that I need to pay to get it working on an Xbox360 but there needs to be more of an incentive to write for a platform where I know people will download games for a quick play around. If anyone knows of an install packager that will do this that I don't have to spend a week figuring out how to make a distributable copy of my game then let me know, I know you won't but I can ask. </rant> |
|
posted by Dave Henry at
14:42
1 Comments
Links to this post
|