Page 5 of 9
Re: PureBasic 5.22 LTS final is out !
Posted: Mon Mar 17, 2014 10:48 pm
by DoubleDutch
Thanks!

Re: PureBasic 5.22 LTS Beta 2
Posted: Mon Mar 17, 2014 11:16 pm
by luis
PMV wrote:Kuron wrote:[...]I have bought two or three 3D games made with PB.[...]
Names? (Links?)
wait for it ...
Re: PureBasic 5.22 LTS Beta 2
Posted: Tue Mar 18, 2014 12:16 am
by Fred
luis wrote:PMV wrote:Kuron wrote:[...]I have bought two or three 3D games made with PB.[...]
Names? (Links?)
wait for it ...
This one for example is full PB with a custom 3D engine:
http://store.steampowered.com/app/12630/
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 1:30 am
by coco2
One of the things I like about PB is it seems to have a lot built in. I was surprised to find AES256 which saved me some time while working on my TLS library. I would like to see what else can be done natively in PB. Also thanks Fred
Re: PureBasic 5.22 LTS Beta 2
Posted: Tue Mar 18, 2014 12:08 pm
by Kuron
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 12:44 pm
by luis
Some links to reviews (metacritic score = 57/100) ->
http://www.metacritic.com/game/pc/legend-hand-of-god
Even if the game by looking at some play-through on youtube looks boring, repetitive, with dull AI and totally uninteresting to me, it's technically and graphically impressive considering they did all by themselves. The engine looks great for an indie game. There is certainly a lot of work behind it.
PB is mentioned in this interview ("we published our original programming language PureBasic" ???) ->
http://www.rpgwatch.com/show/article?articleid=42.
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 1:09 pm
by ts-soft
luis wrote:("we published our original programming language PureBasic" ???)
MasterCreating have distributed some low budget versions of PB on CD, in Germany
(without livetime support).
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 1:13 pm
by coco2
That's really nice for 2004 and very well done for an indie game. I probably wouldn't play it though, the only RPG I like is Wonder Boy in Monsterland arcade English bootleg

Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 1:22 pm
by Fred
Restricted Area also mentionned in this article was done in PB, but it's 2D only (isometric 3D).
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 3:26 pm
by bizdon
Thank!
p/s/ The checkbox "enable inline asm syntax" do not work, and
straight assembler code (with "!") do not work..
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 3:27 pm
by Fred
Please report a bug with a code example instead of putting this in this thread, thank you.
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 3:38 pm
by bizdon
code1
Code: Select all
Value.l = 10 ; Declare our own variable
MOV Value, 20 ; Directly use the ASM keywords with PureBasic variable !
INC Value
MessageRequester("ASM Example", "Should be 21: "+Str(Value), 0)
without "EnableASM", but with check "enable asm inline" do not work
code2
Code: Select all
Value.l = 10 ; Declare our own variable
!MOV [v_Value], 20 ; Directly use the ASM keywords with PureBasic variable !
!INC [v_Value]
MessageRequester("ASM Example", "Should be 21: "+Str(Value), 0)
without "EnableASM" and check "enable asm inline" do not work
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 3:40 pm
by Tenaja
bizdon, Fred meant that you should report it in a separate thread, in the Bug forum section.
Re: PureBasic 5.22 LTS final is out !
Posted: Tue Mar 18, 2014 4:11 pm
by Tenaja
Re: PureBasic 5.22 LTS Beta 2
Posted: Tue Mar 18, 2014 4:19 pm
by PMV
Kuron wrote:
A
very good game.
Kuron, you said 2 or 3 ... the others?
btw. of course i know master creation games ...

I just hoped of a game that i doesn't already know, even
if the possibility is low
