Can anyone please suply me with a 3d shooter code

Advanced game related topics
Stroggos
User
User
Posts: 12
Joined: Thu Apr 10, 2008 11:32 am
Location: Adelaide, Australia

Can anyone please suply me with a 3d shooter code

Post by Stroggos »

Can anyone please suply me with a 3d shooter code like Purestein or Doom. At the moment im really new to PB and i would like to make a game just like Purestein.
Also can anyone tell me how to import bitmaps and animate them plz.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Code: Select all

If ("really new to PB" != "full 3d shooter code") {
  $supplyCode = false;
}
SCNR!
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

@Stroggos, welcome to the community, first things first, you will probably find that people aren't too willing to just code whole examples for you but if you try yourself and get into problems then ask for help and most people will be only too willing to help.

I think that was what Fluid Byte was trying to say. :lol: :wink:
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Derek wrote:I think that was what Fluid Byte was trying to say.
Exactly this and nuttin else.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

There are also some examples on the forums here. I've tried to make a FPS example in pb, and it worked. But for it to get any more complicated than my little example here on the forums is very difficult, because of limitations in pb's 3d engine itself.

http://www.purebasic.fr/english/viewtop ... sc&start=0
Violet
Enthusiast
Enthusiast
Posts: 106
Joined: Sun Dec 23, 2007 6:30 pm

Post by Violet »

If you really want to do this, I would recommend OpenGL for it, if you once got it, it's easy. But if you are new to PureBasic, look into the examples coming with it.

Otherwise, make it on yourself! :P
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Post by c4s »

Fluid Byte wrote:

Code: Select all

If ("really new to PB" != "full 3d shooter code") {
  $supplyCode = false;
}
SCNR!
Why don't you use PB??

Code: Select all

If Stroggos = "really new to PB" And "full 3d shooter code"
	supplyCode = #False
EndIf
Much easier :D
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Because I was programing a PHP script in Dreamweaver and just felt like it!

PS: Hamburg ist die beste Stadt wo geben tut!
Last edited by Fluid Byte on Wed Mar 18, 2009 7:04 pm, edited 1 time in total.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Post by c4s »

8)


Edit:
Removed off-topic discussion with Fluid Byte.
Last edited by c4s on Thu Sep 17, 2015 6:50 pm, edited 1 time in total.
Stroggos
User
User
Posts: 12
Joined: Thu Apr 10, 2008 11:32 am
Location: Adelaide, Australia

Post by Stroggos »

thnaks everyone ill start of with basic stuff first and then create a FPS
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: Can anyone please suply me with a 3d shooter code

Post by Kaeru Gaman »

Stroggos wrote:Can anyone please suply me with a 3d shooter code
*rofel* you made my day.
oh... and have a nice day.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

[OT]
c4s wrote:Auch HH?
Uff jeden digga! 8)

Ich wohn' Grindelhof, in der Nähe von Rotherbaum. Hab da 'ne kleine Studentenbude. Zieh' aber bald wieder um, Richtung Kampnagelfabrik. :wink:
[/OT]
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Post by c4s »

Stroggos wrote:thnaks everyone ill start of with basic stuff first and then create a FPS
*basic stuff* -> *create a FPS*
there is missing something between!
maybe you should do some small applications to get a programming-feeling first..


Edit:
Removed off-topic discussion with Fluid Byte.
Last edited by c4s on Thu Sep 17, 2015 6:48 pm, edited 1 time in total.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

[sarcasm mode on]
I want to pwn facebook... can someone look at this site that tells me how to program for facebook and write all my code (if I whine enough) so I can pull silly script kiddy pranks on facebook???
[sarcasm mode off]

Where do they come from? :roll:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

seems to be some new fashion...

when you show them something material, like a truck or a bridge,
they would not ask you to pop one out of the void by snapping your finger.
but with an ego-shooter, they think it's a walk in the park.
...and there are trucks in russia and china that are way less complicated than an ego-shooter.
oh... and have a nice day.
Post Reply