|
  
|
|
|
#41 (permalink) |
|
Zuner
Join Date: May 2008
Posts: 56
Reputation: 27
|
1) Working on the "Stuck in Terrain Bug" not sure how long it will take to fix
2) Still working on some Input updates 3) Music is coming, but its going to be a while. We are really close to the max Ram you can use on the zune [only 16mb, for those of you non-programmers the background and terrain take up 12 of those so we only have 4mb of ram for the actual game and all other images] so we have to optimize and unload/reload some assets if we want to have enough ram to play music. 4) AI updates are coming [in a month or 2] they are in the works but will not be easy. |
|
|
|
|
#43 (permalink) |
|
Squirt
Join Date: Aug 2008
Location: in a house
Posts: 23
Reputation: 9
|
i downloaded the 1.2 version and it was realy fun i was wondering what wepons are in the 2.0 version?
this game is realy cool and new wepons would be cool dude this game rocks i love it and i like how you added like 4 new weps my faveorite is the napalm! this game rocks! i cant w8 for the final and you should add soud effects to it that would be cool, and be able to listgen to your usic as you play.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. pokemon for zune no way! Last edited by Netrix : 08-27-2008 at 11:00 AM. Reason: Stop double posting ![]() |
|
|
|
|
#45 (permalink) |
|
Squirt
Join Date: May 2008
Posts: 22
Reputation: 11
|
Good game, more weapons and a ''free mode'' (kinda like target practice) were there is no time or anything would be nice
good game +rep
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
#50 (permalink) |
|
Jr. Zuner
Join Date: Sep 2008
Location: The Batcave
Posts: 40
Reputation: 16
|
ermm well i modified it to run on 3.0, it deploys and runs but for some reason it restarts my zune when i go to Start a round, anyways here it is, if it doesnt work then i guess someone else needs to do it properly xP
Name-21632.rar ![]() |
|
|
|
|
#52 (permalink) | |
|
Zuner
|
Quote:
![]() ![]() |
|
|
|
|
|
#53 (permalink) |
|
Jr. Member
Join Date: Nov 2006
Posts: 362
Reputation: 30
|
Winrar is your friend.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Black Zune 80 & Samsung YH-J70 + Zune 80 Premium + AKG K26p + JVC HA-FX33 Blue -Marshmallows- To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() |
|
|
|
|
#54 (permalink) | ||
|
Squirt
Join Date: Feb 2007
Posts: 23
Reputation: 14
|
this is what I got when I ran the game through the debugger:
Quote:
Quote:
Last edited by Luthian : 09-18-2008 at 09:27 PM. |
||
|
|
|
|
#55 (permalink) |
|
Jr. Zuner
Join Date: Sep 2008
Location: The Batcave
Posts: 40
Reputation: 16
|
dude, here use this:
http://www.rarlab.com/rar/wrar38b5.exe Very common program, no viruses i use it myself or you can download a torrent of a version that is registered but you dont need to register one ever to use it
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. (I hold no affeliation with the Swedish * Electro/Gothic/Industrial* band named Captain Orange, though i've used the tag Captain Orange since 2001 and they formed in 2003, i don't mind since they seem pretty kewl) ![]() |
|
|
|
|
#57 (permalink) |
|
Jr. Zuner
Join Date: Jul 2008
Location: ph
Posts: 34
Reputation: 10
|
it is playable already at xna beta?
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. all people are not born bad it just take time for them to show you that ther are good ![]() |
|
|
|
|
#58 (permalink) | |
|
Zuner
|
Quote:
![]() ![]() |
|
|
|
|
|
#60 (permalink) |
|
Zuner
Join Date: May 2008
Posts: 56
Reputation: 27
|
I'm working on it right now. They now enforce the 16mb of ram usage limit so I need to split the background into 2 images instead of 1. Its a bit of work not splitting the images (thats easy), but everywhere I calculated something based on 1 image, i have to do it based on 2, the only place left is the mini map creation and its a PITA.
For those of you who are technical people and want to know Name runs in about 250kb of ram [not including sprites] most of the time, Total [non sprite] memory usage runs from 250kb to 1300kb depending on where in garabage collection cycle things are. HOWEVER when creating the background and mini-map I have to allocate about 7mb of ram on which to draw the "terrain", I then copy that to the background and delete it. I know what your saying "7mb of ram, thats way less than 16" well it would be if there was only 1 copy of that data, but that 7mb of data is actually an identical copy of the background image, so there are 2 of them thats 14mb of ram total, add in the ram usage from all the other sprites [very minimal the files themselves in raw form take up only 3.3mb and not all those sprites are still used]. Q: "So why not just make the background smaller and give us a game to play right now?" A: Short Answer : Smaller Background makes 4 player multi-player less fun Q: "Who plays 4 player muliplayer anyway?" A: I'm hoping more people will because 4 player network *should* all ready work now that 3.0 fixed some networking bugs. Q: 4 Player multiplayer over network? How is the performance A: In my tests you get about 14fps which is playable, i'm hoping to make it faster and fix the last of the bugs. Q: Ok when do we get this 4 player multiplayer, and working 3.0 build? A: Hopefully soon. I probably will not be releasing source for that update though just a .dll you can build against and play, The new coming build has 3 levels of A.I. (one of which i can't beat but my artist can ) a better input system, 4 player networking and represents many hours of work, I want to sell it one day - not for lots of money but between $1.00 to $2.50, a price point so low that to anyone with a job its cheaper to work an extra 20 minutes and buy my game than it is to try and compile the source and make the changes yourself. Q: You didn't really answer my question above, when do we get it? A: Before November, Hopefull in the next 2 weeks. Honestly I have 1 big bug to fix, if i can get that today, you'll have it tonight but i have a ton of work this week so if i don't get it to day i won't get to work on it until next week. Q: I can't believe you would charge for Name! How dare you? A: Well in order to charge for it MS would have to have a system in place to sell it though, so since no such system has been allowed you will get free versions for atleast another few months. Also don't be a freeloader - people work hard on games if they want to try and recover some costs thats their call. Q: What costs? A: XNA Creators Club account 100$ a year, 5x Zune [gotta have 5 to test 5 player multiplayer (You guys will never see 5 player multiplayer most likely, it got cut due to performance)] Its expensive Q: Can we please have 5 player multiplayer? A: No. Q: There is a long discussion in this thread about the best compression program, what do you prefer? A: Z-zip, its free and opens everything. 7-Zip Q: You mentioned better AI above, how much better is it? A: It beats me every time, and uses all the weapons [except the flame thrower, we are having trouble working that out because the AI keeps toasting itself w/ it if the hill is too steep], however Art can beat it. Short answer : Much much better (and more fun) Q: It sounds like your really busy, Why haven't you stopped typing and gone back to work on Name so we can play it allready... A: Fine, i'll go do that. Last edited by Pauliver : 09-28-2008 at 12:31 PM. Reason: forgot 1 question, Missing a 0 in ram usage [25 -> 250] |
|
|
![]() |
| Thread Tools | |
|
|
| |