The forum

[Script] BLAZE - mechforces

Author Replies
Jump to the page: 1 - 2
iotaka Monday 3 June 2013 at 20:30
iotaka

Hi all :)

This is my first script for playon. Any suggestion is welcome.

I'm one of the developer of BLAZE - mechforces

In order to play you need a key, we are still in closed beta. If someone is interested, I can send a KEY via PM.

I have not tested the script with OS X, if some volunteers want to do it, it will be appreciated.

[code language=playonlinux]
#!/bin/bash
# Version : 1.0
# Last revision date : 2013-06-02
# Wine version used : 1.4 (work also with 1.0)
# Distribution used to test : Kubuntu 13.04
# Author : iotaka

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="BLAZE - mechforces"
PREFIX="BLAZEmechforces"

POL_SetupWindow_Init
 
POL_SetupWindow_presentation "$TITLE" "iotaca team" "http://blaze.iotaca.net/" "iotaka" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
 
POL_System_TmpCreate "$PREFIX"
 
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "$TITLE installation"
    POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://blaze.iotaca.net/download/BLAZE-mechforces.exe"
    POL_SetupWindow_wait "Installation in progress." "$TITLE installation"
    POL_Wine start /unix "$POL_System_TmpDir/BLAZE-mechforces.exe"
fi
 
POL_Wine_WaitExit "$TITLE"
 
POL_System_TmpDelete
 
POL_Shortcut "Blaze.exe" "$TITLE"
 
POL_SetupWindow_Close
exit
[/code]

Title: BLAZE - mechforces
Genre: Third-person shooter
Developer: iotaca team
Web site: http://blaze.iotaca.net/
Theme: Sci-Fi
Project: Indie
Players: Co-op, Multiplayer

Description

Blaze, a team-based multiplayer game that's gonna get you involved in epic battles packed with action and strategy.

Blaze game style is revolutionary, mixing adrenalinic battles with RPG features. The strategic side is always on top thanks to the isometric 3D view of the battlefield. To achieve victory, everything matters: organization, cooperation, and fighting skills, of course. Whatever is your role on the battlefield, you will have the chance to gain experience points. XP points are the key to evolve your character's level and gain astonishing – and mysterious – abilities.

In Blaze you're going to be equipped with the widest variety of battle kits. You'll be able to customize your soldier according to various battleground conditions – and to your gaming style – with a nearly unlimited choice of weapons, armour and tools. If you think you're the strategist, pack-up your base with mines, turrets, adaptive-shields, sensors and much more…

Edited by iotaka


http://blaze.iotaca.net/
iotaka Monday 3 June 2013 at 20:32
iotaka

Lobby
Lobby
http://blaze.iotaca.net/img/playonlinux/blaze_lobby.jpg

Edited by iotaka


http://blaze.iotaca.net/
iotaka Monday 3 June 2013 at 20:33
iotaka

petch Monday 3 June 2013 at 20:52
petch

Hi,
The script looks ok (start /unix is probably useless, though), you can submit it to the repository for signing if you want (maybe once you can provide URLs to the images?)

Regards,
Pierre.
iotaka Monday 3 June 2013 at 22:00
iotaka

iotaka Monday 3 June 2013 at 22:04
iotaka

Resources

left     top   48     22

Edited by iotaka


http://blaze.iotaca.net/
iotaka Friday 7 June 2013 at 18:25
iotaka

I just did a test on a MacBook Pro with a nvidia card (OS x 10.8.3) and both the script and the game works fine.

On linux in the past I did various test on different CPU, VGA and wine combinations.

http://blaze.iotaca.net/
Ronin DUSETTE Friday 7 June 2013 at 19:51
Ronin DUSETTE

WOW. It looks great. I dig it! Shoot me a key via PM. Id love to test it. Ill sign the script for you. Cant wait to try it. :)

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
Ronin DUSETTE Friday 7 June 2013 at 20:02
Ronin DUSETTE

I signed it, and tested the install on my machine. It installs and starts with no errors. I sent a request for a serial on your site. :)

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
iotaka Tuesday 11 June 2013 at 9:02
iotaka

The resources I provided are not suitable?

Edited by iotaka


http://blaze.iotaca.net/
Ronin DUSETTE Tuesday 11 June 2013 at 10:17
Ronin DUSETTE

They are fine, but unfortunately, I dont have FTP access to the server to upload those resources. Petch should be around, and he usually does it. Im sure he wouldnt mind uploading them. Sometimes it can take a little time, as the head devs are very busy. :)

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
iotaka Tuesday 11 June 2013 at 10:55
iotaka

Ok, thank you :)

OT: did you try to create an account?

http://blaze.iotaca.net/
Ronin DUSETTE Tuesday 11 June 2013 at 18:05
Ronin DUSETTE

Not yet. I have been super busy with work. Will probably try today, though.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
petch Tuesday 11 June 2013 at 20:27
petch

Hi,
I uploaded the resources; While adding the POL_GetSetupImages statement necessary to download installer resources, I noticed that the debugger support was not initialized either (POL_Debug_Init), so I added it to the script.
iotaka Wednesday 12 June 2013 at 7:51
iotaka

Thank you petch  :)

http://blaze.iotaca.net/
iotaka Sunday 16 June 2013 at 14:20
iotaka

Hi,

is it possible to add above the description of the game the following summary?

Title: BLAZE - mechforces
Genre: Third-person shooter
Developer: iotaca team
Web site: http://blaze.iotaca.net/
Theme: Sci-Fi
Project: Indie
Players: Co-op, Multiplayer

Edited by iotaka


http://blaze.iotaca.net/
petch Sunday 16 June 2013 at 16:01
petch

iotaka Sunday 16 June 2013 at 17:02
iotaka

THANK YOU petch!

:)

http://blaze.iotaca.net/
Atemi Friday 1 August 2014 at 17:30
AtemiAnonymous

Hi there,

I'd like to get a beta key if you have some.

Thank you so much ;)

Deleted Wrong language