|
#41
|
||||
|
||||
|
cool looks like those leming or whatever games lol
__________________
I wUz he3R
|
|
|
|||
|
|
|
#42
|
||||
|
||||
|
development is sure getting way more advanced
__________________
I wUz he3R
|
|
#43
|
||||
|
||||
|
Unfortantly (Redwolf and I) have to redo the engine, the player itself can not handle the size of the array we needed for our collision syste,
|
|
#44
|
||||
|
||||
|
Did you look into my suggestion? And as I said in PM, feel free to juggle ideas with me, I may not have much time to program myself, but I can always spare a few minutes to talk.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#45
|
||||
|
||||
|
A tile system would work yes, that is one of our ideas but more of a last resort, we were thinking (and testing) with the idea of not doing a array for the whole backround but only each componet( ie: the rock image has its own array) So that way we check if the penguin enters the images using a rectangle collsion check then active a code that will get where the penguin is according to the x and y of the image(right now the engine for this is really buggy)
|
|
#46
|
||||
|
||||
|
Ok, sounds like a lot could go wrong with only tiny logical flaws. I wish you all luck in managing that though. I think the biggest issue is in the transition between your component arrays, but I'm not the one to say =P If you guys need another brain, don't hesitate to contact the rest of us.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#47
|
||||
|
||||
|
OK after a long time jbob182 and I have a new idea and we have developed a new engine. This old engine have thousend of elements and so the player can´t handle this big array. Our new Engine have just some elements and with information like x,y,width,height,type and this new engine works!
Here is a new video of the integration with the new engine: |
|
#48
|
||||
|
||||
|
If this really works like this on the player that's really awesome.
Great work guys!
__________________
this is a link to my personal homepage which I haven't |
|
#49
|
||||
|
||||
|
We have been trying differnt ideas for awhile for a new engine , and redwolf thought of this one, so looks like my overhead shooter will be postponed for a little while.
-------------------------------------------------------------- Just tested it on the player and........WORKS!(finally). just a couple of bugs to fix and it will be running pretty smoothly.
__________________
Tools: Playlist Manager , Document to RSS , Notepad++ Instellisense Games/Apps: Asteroids, ZenFrame, Graphing Calculator, Pingus X-Fi2, Boxwars, SkiFree, Jezzball Last edited by jbob182; 01-15-2011 at 08:31 AM. |
|
#50
|
||||
|
||||
|
Really nice! I feel completely outrun now =P
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#51
|
|||
|
|||
|
wow, it looks it works really well. Good job, Guys.
|
|
#52
|
||||
|
||||
|
Here is a quick video update of Pingus-Xfi2, Developed by RedwolfHome and I. We have been making great progress this month.
__________________
Tools: Playlist Manager , Document to RSS , Notepad++ Instellisense Games/Apps: Asteroids, ZenFrame, Graphing Calculator, Pingus X-Fi2, Boxwars, SkiFree, Jezzball |
|
#53
|
||||
|
||||
|
Yeah! Awesome work. I´m sure that game will make a lot of fun : )
__________________
Tell me if you need an unique design for your app ; ) |
|
#54
|
||||
|
||||
|
Looks great. Just a few questions.
How is the precision of hitting the moving pingus on the device? I know I had trouble with that in Mac Attack, although my objects moved faster, and was coded in a single afternoon =P Having to always re-select which skill to assign seems tedious and easy to miss, any chance to fix that? I remember that in the original Lemmings at least it wasn't necessary, never played Pingus. Also, was it just me or did one Pingu get stuck in the ground as you gave him a parachute right when he was about to land in the "Dig and float" level?
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#55
|
||||
|
||||
|
Quote:
Quote:
Quote:
P.S. We have added a very special feature: an auto updater, that checks for and installs the latest version of Pingus.
__________________
Tools: Playlist Manager , Document to RSS , Notepad++ Instellisense Games/Apps: Asteroids, ZenFrame, Graphing Calculator, Pingus X-Fi2, Boxwars, SkiFree, Jezzball Last edited by jbob182; 02-25-2011 at 08:42 AM. |
|
#56
|
||||
|
||||
|
And how exactly does this auto updater work? I mean, ZEN doesn't have an internet connection.
__________________
There was a little man... |
|
#57
|
||||
|
||||
|
Currently it is a windows program that must be run manually, but we might change it so it will auto run when you plug in your zen.
__________________
Tools: Playlist Manager , Document to RSS , Notepad++ Instellisense Games/Apps: Asteroids, ZenFrame, Graphing Calculator, Pingus X-Fi2, Boxwars, SkiFree, Jezzball |
|
#58
|
||||
|
||||
|
That would be especially useful if it wasn't confined only to Pingus, but if you also opened it up to other developers to use in their games. I've often thought it would be great to have one program that updates games, and maybe highscores so you can compete with other users. You beat me to it
|
|
#59
|
||||
|
||||
|
The system is based off of a sample i found online though i had to do a bit of research/ looking for the proper dll's and modding to have it update a zip file and only what is needed.
I can try and make an: auto update maker if people wanted it. Also, due to limited capabilities the installer will remain manual, no auto runs. Which does have a lot of advantages as well. Also, i could make a "bulk updater" and maybe work with Xeroo to use his site to host the required files i need for the updater. Then we could just have 1 updater for all the games. Only if people would want this though. Using highscores would not be a problem either because i have made an ftp uploader program which could be intergrated for highscores, but once again, only if people would want it. This is what the bulk updater could look like: ( where the checkboxes represent which game you want to check for an update.)(Though, the user would have to first download the game, before they could use the updator)
__________________
Tools: Playlist Manager , Document to RSS , Notepad++ Instellisense Games/Apps: Asteroids, ZenFrame, Graphing Calculator, Pingus X-Fi2, Boxwars, SkiFree, Jezzball Last edited by jbob182; 02-25-2011 at 12:21 PM. |
|
#60
|
||||
|
||||
|
Would it be possible to use "autorun.inf" the same way as on CDs?
Just an idea. Then you'd need only to make the updater itself work without any user interaction so it would become fully automated.
__________________
There was a little man... |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 08:40 PM.










I wUz he3R

Linear Mode
