Search found 39 matches

by gpetersz
Mon Mar 05, 2007 3:19 pm
Forum: Game Programming
Topic: Lethal judgment 4 is on the way :)
Replies: 60
Views: 29987

Perhaps, it will not be free... we have to survive and to make best games each time we have to buy softs and hardware...
Perhaps i will just put a 'Gift' button on the site or perhaps i will sell the game 5 or 10$...
I hope you will not so disapointed about this... :(

I would certainly PAY for it ...
by gpetersz
Mon Mar 05, 2007 2:09 pm
Forum: Game Programming
Topic: Lethal judgment 4 is on the way :)
Replies: 60
Views: 29987

Do you say that all this stuff is FOR FREE? :shock:
This is DAMN professional, man!

Man, I knew that there had to be a God somewhere... :D
by gpetersz
Thu Jun 08, 2006 10:14 am
Forum: Announcement
Topic: ERGames Portrait Package available
Replies: 12
Views: 3952

Thank you! I hope you can use it. Since the max resolutions are around 700x900 and 500x1000 these mostly fit for electronic use.
by gpetersz
Thu Jun 01, 2006 6:48 am
Forum: Announcement
Topic: ERGames Portrait Package available
Replies: 12
Views: 3952

No problem blueznl, I PMed you my concerns, I didn't want to argue in public. I meant nothing wrong to Frederic. My possible audience could be from RPG makers to game developers and since I am a member (and customer) of more systems (Game Maker, PureBasic, BlitzBasic) I put this ad on all forums ...
by gpetersz
Wed May 31, 2006 7:00 pm
Forum: Announcement
Topic: ERGames Portrait Package available
Replies: 12
Views: 3952

Yeah, this current pack only server RPGers or MMORPG developers in the game programming scene. Do you think a sprite pack would be of interest among game developers?

What should it contain? RPG Portrait Pack was evident, DMs, players might customize their character, they might work as avatars, or ...
by gpetersz
Wed May 31, 2006 10:13 am
Forum: Announcement
Topic: ERGames Portrait Package available
Replies: 12
Views: 3952

Okay, thank you!
I edited the topic starter.

Please everybody: use my website for info!

I meant really no harm, I don't want to rip off Frederic, or the community.
I am also a registered user of PureBasic, so not absolutely alien.

Thanks,
Peter
by gpetersz
Wed May 31, 2006 9:24 am
Forum: Announcement
Topic: ERGames Portrait Package available
Replies: 12
Views: 3952

I tried to match the proper forum topic to place this thread.
Is there a way to place these kind of posts here, or everyone developing freeware here? If it is a non-profit forum I apologise for everyone.

Mods: if it breaked the rules, please remove it.
If I might point out, there could be such ...
by gpetersz
Wed May 31, 2006 6:01 am
Forum: Announcement
Topic: ERGames Portrait Package available
Replies: 12
Views: 3952

ERGames Portrait Package available

Through my site at:
http://www.easternraider.com
It could be help for some authors with shallow pockets, for some kind of games developed in Purebasic.

Please use my site for more info.
by gpetersz
Mon Apr 03, 2006 7:04 pm
Forum: Announcement
Topic: [Discontinued] SpeedSetup 1.4 Beta2
Replies: 153
Views: 29703

Hi Alex,

I cannot download the test, I got a timeout.
I would happily help!

Thanks,
Peter
by gpetersz
Sat Mar 25, 2006 1:18 pm
Forum: Linux
Topic: To the newbies who've never tried Linux but always wanted to
Replies: 37
Views: 12347

I never said Windows worked. I tried Linux for a reason.

C'mon guys! Please forget this childish argument on whose father is stronger...
It remember when C64 owners challenged the ZX Spectrum owners then Amiga owners the Atari ST owners, later PC owners.

Can't the informatic public grow up?

I ...
by gpetersz
Thu Dec 15, 2005 7:39 am
Forum: Coding Questions
Topic: Float parameter problem when making a DLL
Replies: 3
Views: 1160

Thanks.
by gpetersz
Mon Dec 12, 2005 11:22 am
Forum: Coding Questions
Topic: Float parameter problem when making a DLL
Replies: 3
Views: 1160

Float parameter problem when making a DLL

Hi Everyone,

I made a very tiny DLL just to test if I could do it.
The source seemed something like the example one in the help

ProcedureDLL.f own_msg(p_msg.s, p_value.f)
l_value.f = p_value * 2
Result = MessageRequester(p_msg, p_msg + " " + str(p_value), #PB_MessageRequester_Ok ...
by gpetersz
Mon Dec 05, 2005 9:53 pm
Forum: Tricks 'n' Tips
Topic: Draw to the desktop =D
Replies: 29
Views: 10132

That's true! :D
by gpetersz
Mon Dec 05, 2005 8:34 pm
Forum: Tricks 'n' Tips
Topic: Draw to the desktop =D
Replies: 29
Views: 10132

Actually, with undocumented things the help file won't have at all.
I was sure that I could not draw to the desktop and it was OK for me, since it wasn't written in the help. You found a way (by trying illogical things ;)), and that's nice!

Fred had the answer for this undocumented topic. :)
by gpetersz
Mon Dec 05, 2005 6:53 pm
Forum: Tricks 'n' Tips
Topic: Draw to the desktop =D
Replies: 29
Views: 10132

Thanks josku and Thanks Fred!

So if I get it right, you were just doodling around creatively? :D
Oh my! Maybe I am on a wrong path with my practice, I always take the helpfile and read. ;)

Thanks for the info!

I suspected what Fred said that there is some undocumented feature with Startdrawing ...