![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [Release] Defense Station Portable v2 (More Tower Defense!) within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Finally after almost 2 years since the initial release, it is time for version 2 of Defense Station Portable. Since ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() Developer
|
Finally after almost 2 years since the initial release, it is time for version 2 of Defense Station Portable.
Since its release on PSP, Defense Station has been updated to run on the iPhone and released on the App Store for the whole world to enjoy. Now it is time again for the Defense Station to grace the PSP and entertain the masses. This time there are 4 maps to choose from, 50 waves to battle, 3 difficulty levels, 15 achievements and more quirky sounds for you to enjoy :-) Go get it now from the ironshod site! Also, tell all your mates to buy Defense Station Touchable on iPhone/iPod Touch (And buy it for yourself!) Or if you don't have an iPhone, you could send a donation via PayPal Your support is greatly appreciated :-) User created levels are still supported, there is a new level format which is much easier to read. Grab the Windows or Linux version of DSP from the ironshod site and check out the sample levels to get you started. - Danzel. ![]()
|
|
|
|
|
|
#5 |
![]() ![]() ...in a dream...
|
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
#9 |
![]() Pro Hacker
|
nice
Thanks for the update.
__________________
Phat PSP 1004 TA-079 v3+Sony 16GB Mark II+Two Sony Softmoded Pandoras with 5.00 m33-6+1.50 kernel+5.01 patch+6.10 version.txt iPhone jailbroken with OS 3.1.2 PS2 Slim model SCPH-75004 + MC boot 1.8 Fujitsu Simens Amilo PA1510+2.5GB Ram+AMD Sempron 3400+ 1.8GHz+Windows XP My site My qj blog My guides Patch the 5.50/6.00 games to work with all FWs My CWCheat databases ![]() ![]() ![]() ![]() ![]() ![]()
|
|
|
|
|
|
#10 |
|
Hi i have modified the PSP version with a working Nile map…
I notice their is an achievement for the nile map in the PSP version… so as it seemed daft to have this without the map, i included a modified version of this map … uses 480 x 480 scale, all variables edited to fit in with the new scale map… even tried to keep the difficulty somewhat… here >>> mediafire.com/?iyndiz0mzzo *gets round anti-spam thing* *coughs* *prepares to be flamed* P.s... what exactly is a Neophyte then ??? *googles* |
|
|
|
|
|
|
#12 | ||
|
Quote:
There is now a unofficial 5th Level.. try that.. Quote:
create your 480 by 480 image... and the rest is in the level.xml (have a gander you will figure out what the strings mean) i.e Buildmap - where an where towers can and cannot be placed, Wave set - type of wave i.e single double or quad Path name - amount of paths required for waypoint.. 1 = default more than one = a, b, c and d waypoint - coordinates of the wave to travel an example shown for the reconfigured nile map i did.. (PSP) Code:
<Map Name="The Nile" WaveSet="single" Gold="40" Lives="20" File="nile.png" Width="30" Height="30" MenuDescription="Become the queen of the Nile! This famous river is difficult to tame. Careful placement of your towers is a must."> <Description><![CDATA[ 50 Waves of Tower fun. Tower unlocks after all turbo waves. Turbo waves are 8, 18, 28, 43. Flyer waves are 12, 20, 16, 31, 37, 43, 48. Spam waves are 19, 28, 36, 49. Boss waves are 10, 20, 30, 40, 50. ]]></Description> <BuildMap><![CDATA[ ############################## _############################# __#############_____########## _____#######_________######### ______________________######## _______________________####### ####________#######____####### ####################____###### ####################____###### #####################____##### #####################____##### ######################____#### #####_____############____#### ####_________#########___##### ###____________#######___##### ###______#______######___##### ##____######_____#####___##### ##___#########____####___##### #____#########____####___##### #____##########____###___##### #____###########____#_____#### ##_____##########________##### ##______##########_______##### ###_______##########_____##### #####________################# #######___________############ #########______________##_____ ##############________________ ##################____________ #######################_______ ]]></BuildMap> <Path Name="default"> <Waypoint X="-16" Y="39" /> <Waypoint X="27" Y="62" /> <Waypoint X="71" Y="74" /> <Waypoint X="130" Y="82" /> <Waypoint X="177" Y="81" /> <Waypoint X="227" Y="68" /> <Waypoint X="271" Y="61" /> <Waypoint X="304" Y="62" /> <Waypoint X="321" Y="71" /> <Waypoint X="338" Y="98" /> <Waypoint X="350" Y="125" /> <Waypoint X="368" Y="153" /> <Waypoint X="380" Y="175" /> <Waypoint X="384" Y="222" /> <Waypoint X="378" Y="242" /> <Waypoint X="374" Y="262" /> <Waypoint X="376" Y="279" /> <Waypoint X="384" Y="308" /> <Waypoint X="385" Y="323" /> <Waypoint X="376" Y="344" /> <Waypoint X="355" Y="353" /> <Waypoint X="325" Y="349" /> <Waypoint X="300" Y="336" /> <Waypoint X="270" Y="309" /> <Waypoint X="240" Y="265" /> <Waypoint X="222" Y="250" /> <Waypoint X="180" Y="230" /> <Waypoint X="131" Y="217" /> <Waypoint X="94" Y="223" /> <Waypoint X="75" Y="238" /> <Waypoint X="67" Y="258" /> <Waypoint X="57" Y="276" /> <Waypoint X="48" Y="299" /> <Waypoint X="51" Y="317" /> <Waypoint X="62" Y="339" /> <Waypoint X="83" Y="361" /> <Waypoint X="112" Y="380" /> <Waypoint X="133" Y="387" /> <Waypoint X="152" Y="402" /> <Waypoint X="349" Y="437" /> <Waypoint X="369" Y="446" /> <Waypoint X="396" Y="449" /> <Waypoint X="496" Y="455" /> </Path> </Map> Last edited by Jonoathome; 06-02-2009 at 08:29 AM.. Reason: Automerged Doublepost |
|||
|
|
|
|
|
#13 |
![]() ![]() Developer
|
If you grab the windows version there is a test level, the XML files for that have some documentation on how to do everything.
The engine even supports path finding maps (ala Desktop Tower Defense), there are just none included :-) |
|
|
|
|
|
#14 |
|
This game is awesome!!!! will there be a version 3 also? that would be amazing
.EDIT: I tried to play this, but then when i try to play a level, it crashes . Is it too much for a fat psp? is it because fat psp doesn't have enough ram? i really wanted to play this .OOOO ps, im running fat psp with 3.90m33-3. does it not work on that firmware???? Last edited by Tdude_gamer; 06-03-2009 at 03:54 PM.. |
|
|
|
|
|
|
#15 |
![]() ![]() Developer
|
@Tdude_gamer - I only have a fat PSP, which is what I used for all testing. So It should work!
I tested on M33 5.00, so maybe the firmware version you are using doesn't work. Make sure you are not running it under the 1.5 kernel. What would you want in a version 3? |
|
|
|
|
|
#16 |
![]() |
|
|
|
|
|
|
#18 |
![]() Pro Hacker
|
Yes it will be cool.
__________________
Phat PSP 1004 TA-079 v3+Sony 16GB Mark II+Two Sony Softmoded Pandoras with 5.00 m33-6+1.50 kernel+5.01 patch+6.10 version.txt iPhone jailbroken with OS 3.1.2 PS2 Slim model SCPH-75004 + MC boot 1.8 Fujitsu Simens Amilo PA1510+2.5GB Ram+AMD Sempron 3400+ 1.8GHz+Windows XP My site My qj blog My guides Patch the 5.50/6.00 games to work with all FWs My CWCheat databases ![]() ![]() ![]() ![]() ![]() ![]()
|
|
|
|
![]() |
| Tags |
| defense , portable , release , station , tower |
| Thread Tools | |
|
|