Nearly a month ago CJPC posted a Warhawk: Take Two PS3 Dev article.. since then a lot has happened, but due to finals and the holidays most of the resident Devs are too busy to update the news with their progress.
Recently ggparallel has shared the following for those interested- to quote:
Warhawk, is a game for PS3 GAMEOS. The retail version on Blue-ray allows you to send pkg via fake Web server via patches.
Howto under MAC OS:
Create a script that binds the various IPs of Sony Web server for example in MACOSX:
warhawk-start-interface.sh
#!/bin/bash
# where en0 is the interface you make the Web server listen
int="en0"
echo echo starting en0 aliases for PS3 networks
echo echo adding Warhawk http server port 80
/sbin/ifconfig $int inet 87.248.216.24 netmask 255.255.255.255
alias /sbin/ifconfig $int inet 87.248.217.171 netmask 255.255.255.255 alias
warhawk-stop-interface.sh
#!/bin/bash
# where en0 is the interface you make the Web server listen
int="en0"
echo echo removing en0 aliases for PS3 networks
echo echo removing Warhawk http server port 80
/sbin/ifconfig $int inet 87.248.217.171 netmask 255.255.255.255
-alias /sbin/ifconfig $int inet 87.248.216.24 netmask 255.255.255.255 -alias
Then add in Apache in file ports.conf (Apache 2.x) the following directives:
Listen 87.248.217.171:80 Listen 87.248.216.24:80
Create also the following directory in Apache:
tppkg/np/BCES00008/BCES00008_T0/168972f15d67ab0a/
for example if your Apache is under /var/www the directory will be: /var/www/tppkg/np/BCES00008/BCES00008_T0/168972f15d67ab0a/
The file the application expect is EP9000-BCES00008_00-WARHAWKPATCHV110-PE.pkg and there is no check on size.
Restart Apache. Powerup the PS3, insert Warhawk Blue-ray and make it update.
Few notes:
- Otheros.self for example does not work
- Normal pkgs does not work correctly (klicense?)
- You can get data installed of pkg sometimes but it start asking to clean Warhawk data and after restart the game.
- After starting the game if you click on online it checks for a manifest.cfg file on the update server of Sony via http.
- The path it expect is: /medius-patch/warhawk-prod/warhawk/r016/manifest.cfg
Note:
- Using the file on r16 from sony make not download anything
- Using an old cfg (for example the one from r15 gives an error), maybe the data is retrived via ssl (on the Sony network side)
Unrelated File (from Warhawk Take Two): Warhawk Development sELF
What's to come? According to some resident PS3 Devs, a BETA dumper/extractor along with a 'dumpable dump' among other things are soon to come- stay tuned!
More PlayStation 3 News...
13250 HeyManHRU
13207 PS3 News
11287 elser1
11119 oVERSoLDiER
9248 GrandpaHomer
8578 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
24990 PS3 News
5279 Starlight
2965 HeyManHRU
2173 CJPC
2124 elser1
1818 cfwprophet
1756 her0
1570 oVERSoLDiER
1291 GrandpaHomer
1080 barrybarryk




