Author Topic: Outpost 2 On Iphone  (Read 18585 times)

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« on: February 04, 2010, 11:37:04 AM »
Felt like doing something a bit different to all the other projects that seem to be going on here.  The idea of this project is to create a clone of outpost 2 which will run on on the iPhone, iPod touch, and iPad.  I started this project a couple of weeks back and so far its going well.

For version one I am going to have the following restrictions:
Single player only with no AI opponents
A single map (I am using the beach party multiplayer map for this)
Eden only
No disasters
Simplified graphics (like outpost 2 with ambient animations and shadows off)
Tile at a time scrolling
Some units/structures removed (due to no combat, disasters, or multiplayer)

To start with I am using the graphics from the original game, but in order to release this they would need to be replaced in order to get this one the app store due to copyright issues.

I currently have the map loading, and momentum based scrolling works (in the same way that most scrolling on iPhone works, if you lift your finger off while it is moving then scrolling will continue allowing you to scroll quickly).  Structures can be defined on the map and display correctly, although I only have the texture for the command center sorted out at the moment.

Next step for me is to sort out the rest of the structure textures and make sure they all display correctly, then I will move on to add bulldozed squares and tubes.

Obviously the user interface will be significantly different to the original due to screen size restraints, but I have some ideas for that which you will be able to see just as soon as I have any of it implemented.

If anyone is wondering about my capability to achieve this, I write software for a living, including some that is run on handheld touchscreen devices, so I have done user interface design for stuff like this in the past.

Anyway, the following two screenshots were taken on my iPhone running the latest build:





I hope to be able to post semi regular updates on this.
« Last Edit: February 04, 2010, 11:38:45 AM by ray »

Offline Freeza-CII

  • Administrator
  • Hero Member
  • *****
  • Posts: 2308
Outpost 2 On Iphone
« Reply #1 on: February 04, 2010, 12:37:03 PM »
hehe i would becareful with that one you could get into trouble. or at very least apple will not let you share the app.

and if those are your apps i know you play eve lol.
« Last Edit: February 04, 2010, 12:37:39 PM by Freeza-CII »

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #2 on: February 04, 2010, 12:48:27 PM »
Yeah, I admit to playing eve.  Gives me something to do when I need a break from my projects.

I don't intend to let this anywhere near the app store with any of the original resources in it.  Names, artwork, and sounds will all need replacing to avoid copyright issues, at that point I think it will be ok.  If not then I can still play it myself and put it on my friend's phones with the ad hoc method of distribution.  Theres always the jailbreak route too if needs be.  As long as the resulting game isn't too obviously outpost 2 then it should be fine.

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #3 on: February 06, 2010, 05:14:09 AM »
Update!!!

Additional buildings added (there are others which aren't in the picture), and bulldozed tiles now display correctly.  Tubes next.


Offline Kayedon

  • Sr. Member
  • ****
  • Posts: 378
Outpost 2 On Iphone
« Reply #4 on: February 06, 2010, 01:36:10 PM »
Copyright law: If someone can distinguish the difference, you're free to develop.

If anyone can sit down and say "This is that" then have fun in jail.
"Trust me, I'm crazy."

Offline Hooman

  • Administrator
  • Hero Member
  • *****
  • Posts: 4954
Outpost 2 On Iphone
« Reply #5 on: February 07, 2010, 04:41:53 PM »
Uhh, considering this site is still running after all these years, you probably don't need to be so negative about copyright stuff. Besides, he did say he'd change the media if anything was going to be released.

I think it's rather interesting.


Btw, how did you rip the graphics?
 

Offline Spikerocks101

  • Hero Member
  • *****
  • Posts: 711
Outpost 2 On Iphone
« Reply #6 on: February 07, 2010, 05:16:28 PM »
i second hoomans question
I AM YOUR PET ROCK!!!!!!

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #7 on: February 08, 2010, 07:35:44 AM »
To get the images I extracted the vol file using revolver, then extracted all the images from the bitmap file using one of the image extracters written by you guys.  I forget which one it was that worked but I got one of them to eventually.  The map was duplicated from pieced together screenshots of a land rush game where no one built anything, then split into tiles by a small script I wrote.  I'm not going to worry too much about loading maps from the original game since I intend to use a whole new set of maps and tiles at some point, I just needed to do one so I would have something to work with for now.  If people are having trouble with image extraction, and someone has some online space, I'll happily upload the extracted images.

The actual images used in the app are edited from the ones in the extract to be in png format using the alpha channel for transparency.  All structure image files are square with a width and height which is a power of 2 (As recommended in the iphone sdk for compression reasons).  The actual structure is contained in the image such that when the image is lined up with the tiles on the map, the structure will appear in the right place, although different structures have different offsets (measured in tiles), which the image must be drawn at.  If people are interested then these image files can also be uploaded somewhere.

There are no new features as such yet, but I have changed the code so that when structures are placed on the map it will automatically bulldoze the area around and underneath them, as well as preventing structures being placed too close together.  There are currently nine working structures, with the rest to follow shortly.  I can't find the tube images in the extract so thats another screenshot job.  I think I'm spending more time messing about with images than I am actually coding.  Here's another screenshot, not that it shows anything new, I just like making the thread look pretty.


Offline Hidiot

  • Hero Member
  • *****
  • Posts: 1018
Outpost 2 On Iphone
« Reply #8 on: February 08, 2010, 08:33:49 AM »
The OP2 mapper made by BlackBox contains the full tile set, including tubes, walls, ice and stuff.


Hmm... The A Lab looks weirdly small. The Residence looks a bit offset towards the top. Then again, the Eden residence does that in the PC game too, so maybe it's just me.


Well, good luck with the project.
"Nothing from nowhere, I'm no one at all"

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #9 on: February 08, 2010, 09:53:11 AM »
Thanks, I'll download the mapper now and take a look.

I've double checked the advanced lab and residence against screenshots of the game and although they may look slightly odd, they are the same as the original.

Tubes are now working, although their behaviour is not quite like that of the original since they are calculated on the fly when drawing the map.  For example, if there is a t junction connecting a tube travelling from east to west to a light tower, and that light tower is destroyed, the t junction tile will become a regular east west tube tile.  I'm going to leave it this way for the sake of keeping the code as simple as possible since it doesn't affect gameplay.


Offline Hidiot

  • Hero Member
  • *****
  • Posts: 1018
Outpost 2 On Iphone
« Reply #10 on: February 08, 2010, 10:11:48 AM »
Hmm, you're actually right.

Ok, that only leaves the half-missing radar dish off of the CC
"Nothing from nowhere, I'm no one at all"

Offline Hooman

  • Administrator
  • Hero Member
  • *****
  • Posts: 4954
Outpost 2 On Iphone
« Reply #11 on: February 08, 2010, 11:51:41 AM »
Hmm, looking very nice.
 

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #12 on: February 10, 2010, 06:04:17 AM »
Update

Structure status indicators now display, although current there is no way for a structure to go offline.  Also you can select a structure by touching it.  I am aware that the status indicators are in the wrong place on some structures, but since its obvious which structure they apply to, I don't want to be spending too much time making it look perfect when the artwork will be changed at some point anyway.  I am more worried about making it work perfectly, than making it display perfectly, that can come later.

Next I will implement workers, scientists and power as ways for a structure to go offline.


Offline CK9

  • Administrator
  • Hero Member
  • *****
  • Posts: 6226
    • http://www.outpost2.net/~ck9
Outpost 2 On Iphone
« Reply #13 on: February 10, 2010, 09:49:23 AM »
I must applaud you both for the number of updates you are giving us and the fact that you are still working on this :)
CK9 in outpost
Iamck in runescape (yes, I still play...sometimes...)
srentiln in minecraft (I like legos, and I like computer games...it was only a matter of time...) and youtube...
xdarkinsidex on deviantart

yup, I have too many screen names

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #14 on: February 10, 2010, 10:41:32 AM »
Thanks for the words of encouragement.

Buildings will now disable due to lack of workers, scientists, or power.  Also a solar power array will disable if there are not enough solar satellites to support it.


Offline Moley

  • Jr. Member
  • **
  • Posts: 95
Outpost 2 On Iphone
« Reply #15 on: February 10, 2010, 05:33:12 PM »
just wondering if it would be possiable to port to Zune Hd?
if possible i wouild be willing to translate for you...
Zune apps are writnen in C#..
I HATE SPELLING!!!!!!
if i spell something or screw up grammer,
ignore it or tell me if you dont understand what i typed.

Offline Arklon

  • Administrator
  • Hero Member
  • *****
  • Posts: 1267
Outpost 2 On Iphone
« Reply #16 on: February 10, 2010, 05:37:25 PM »
Quote
just wondering if it would be possiable to port to Zune Hd?
if possible i wouild be willing to translate for you...
Zune apps are writnen in C#..
I really don't think the market is there for Zune.

Offline Sirbomber

  • Hero Member
  • *****
  • Posts: 3237
Outpost 2 On Iphone
« Reply #17 on: February 10, 2010, 06:05:01 PM »
What's Zune?
"As usual, colonist opinion is split between those who think the plague is a good idea, and those who are dying from it." - Outpost Evening Star

Outpost 2 Coding 101 Tutorials

Offline Arklon

  • Administrator
  • Hero Member
  • *****
  • Posts: 1267
Outpost 2 On Iphone
« Reply #18 on: February 10, 2010, 06:10:06 PM »
Quote
What's Zune?
Exactly.

Offline Sirbomber

  • Hero Member
  • *****
  • Posts: 3237
Outpost 2 On Iphone
« Reply #19 on: February 10, 2010, 06:14:56 PM »
Owned?
"As usual, colonist opinion is split between those who think the plague is a good idea, and those who are dying from it." - Outpost Evening Star

Outpost 2 Coding 101 Tutorials

Offline Moley

  • Jr. Member
  • **
  • Posts: 95
Outpost 2 On Iphone
« Reply #20 on: February 10, 2010, 06:56:23 PM »
ummm... me?
i would love to play this on my zune...
I HATE SPELLING!!!!!!
if i spell something or screw up grammer,
ignore it or tell me if you dont understand what i typed.

Offline Arklon

  • Administrator
  • Hero Member
  • *****
  • Posts: 1267
Outpost 2 On Iphone
« Reply #21 on: February 10, 2010, 07:46:13 PM »
Quote
ummm... me?
i would love to play this on my zune...
iPhone and Mac apps are written in C (or C++?) I believe. Porting it to C#, and to use the Zune SDK, would require a complete rewrite.
« Last Edit: February 10, 2010, 07:46:46 PM by Arklon »

Offline ray

  • Newbie
  • *
  • Posts: 13
Outpost 2 On Iphone
« Reply #22 on: February 11, 2010, 01:44:56 AM »
Thoughts on the zune hd...

Currently, like all iPhone games, this program is written in objective c and uses opengl es.  A zune version would have to be written in c#.  Since the zune also supports opengl, and I have very strong knowledge of c#, that is actually the easy part.  Although it would be time consuming, the process of converting the code would be relatively simple.  However, there are other problems, like the screen resolution.  While the iPhone screen is exactly 15x10 tiles, the zune hd is 15x8.5, and that causes a problem because that would either have to become 15x8, or I would have to add per pixel scrolling in order for people to be able to see the top half of the top row of tiles on the map (currently the bottom left of the display will always line up with the edge of the tiles).  Then we come to the biggest problem of all: I do not have a zune HD, and neither do I have any way to get one since they are not available in the uk. I also don't have spare money to spend on one anyway.  In short, maybe if someone were to send me a zune hd and a ton of beer or something I might think about it.



Update

I've started work on the user interface for structures.  Touching a structure will select it.  Touching a structure that is already selected will produce a pop up telling you about the structure and allow you to build stuff/research/whatever.  Touching anywhere outside the pop up will close it and return to the normal map view.  All that other stuff I said I was working on works too (scientists/workers/power).




Offline Larrythepoet

  • Jr. Member
  • **
  • Posts: 58
Outpost 2 On Iphone
« Reply #23 on: March 04, 2010, 09:02:34 PM »
What does capsuleer do?

EDIT: Nevermind...  
« Last Edit: March 04, 2010, 09:06:23 PM by Larrythepoet »
No.

Offline Sirbomber

  • Hero Member
  • *****
  • Posts: 3237
Outpost 2 On Iphone
« Reply #24 on: March 13, 2010, 05:17:53 PM »
So this project seems pretty cool, but I'm a little discouraged that it won't have multiplayer.

Then again, it doesn't really effect my either way.  I don't have an iPhone, so...
"As usual, colonist opinion is split between those who think the plague is a good idea, and those who are dying from it." - Outpost Evening Star

Outpost 2 Coding 101 Tutorials