Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (VoroneTZ, monk12, Quad), 829 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 3
Page 9 of 24 1 2 7 8 9 10 11 23 24
Re: Xtreme Paintball - College Thesis Game [Re: Pedro_Amorim] #115610
05/14/07 06:35
05/14/07 06:35
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
It looks better and better... great job
but it's true... so much to do and not to much time if you work alone
But looking at your progress and skills... You'll find a job in some prof company if You'll want to ofcourse


Never say never.
Re: Xtreme Paintball - College Thesis Game [Re: tompo] #115611
05/14/07 07:01
05/14/07 07:01
Joined: Aug 2005
Posts: 1,012
germany, dresden
ulf Offline
Serious User
ulf  Offline
Serious User

Joined: Aug 2005
Posts: 1,012
germany, dresden
amazing work pedro, would you mind sharing your workflow for the community?

Re: Xtreme Paintball - College Thesis Game [Re: ulf] #115612
05/14/07 22:42
05/14/07 22:42
Joined: Nov 2006
Posts: 129
Gondomar, Portugal
Pedro_Amorim Offline OP
Member
Pedro_Amorim  Offline OP
Member

Joined: Nov 2006
Posts: 129
Gondomar, Portugal
Hi guys.
I been doing the the c-script workshops and im at the panels workshop.
Im trying to use tga files in the panels but its giving me an error saying it cant open the tga. heres the code.

im using tga with alpha channel.
The alpha channel has a gradient so the transparency is gradial.

heres the code.


var video_mode = 7;
var screen_color[3] = 150,0,0;
var video_depth = 32;
var d3d_alphadepth = 32;

////////////////////////////////////////////////////////////////////

BMAP panelFirst = "teste.tga"; // my first panel

////////////////////////////////////////////////////////////////////

PANEL first_pan
{
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = panelFirst;
flags = OVERLAY, VISIBLE;
}

/////////////////////////////////////////////////////////////////////

Re: Xtreme Paintball - College Thesis Game [Re: Pedro_Amorim] #115613
05/14/07 23:14
05/14/07 23:14
Joined: Aug 2005
Posts: 1,012
germany, dresden
ulf Offline
Serious User
ulf  Offline
Serious User

Joined: Aug 2005
Posts: 1,012
germany, dresden
try using this flags and see if it helps. it works for me this way.

flags = d3d, overlay, refresh,transparent;

also make shure the .tga is 32bit

Re: Xtreme Paintball - College Thesis Game [Re: ulf] #115614
05/15/07 00:24
05/15/07 00:24
Joined: Mar 2006
Posts: 2,503
SC, United States
xXxGuitar511 Offline
Expert
xXxGuitar511  Offline
Expert

Joined: Mar 2006
Posts: 2,503
SC, United States
1) Don't Use overlay

2) Use <> instead of ""
BMAP panelFirst = <teste.tga>;

3) Make sure the image is in the work folder and that the file is not corrupt

4) What exactly is the error? The more info the better!


xXxGuitar511
- Programmer
Re: Xtreme Paintball - College Thesis Game [Re: xXxGuitar511] #115615
05/29/07 00:56
05/29/07 00:56
Joined: Nov 2006
Posts: 129
Gondomar, Portugal
Pedro_Amorim Offline OP
Member
Pedro_Amorim  Offline OP
Member

Joined: Nov 2006
Posts: 129
Gondomar, Portugal
Hi all, did a little more work.
I have the hands in place (hands are from counterstrike source, and skin is from fpsbanana.com) and exported them to med. The anims are coming along also.
I just need something to start testing out the camera and paintballs.


Re: Xtreme Paintball - College Thesis Game [Re: Pedro_Amorim] #115616
05/29/07 04:19
05/29/07 04:19
Joined: Oct 2006
Posts: 873
S
Shadow969 Offline
User
Shadow969  Offline
User
S

Joined: Oct 2006
Posts: 873
Pro quality! Are hands and the weapon single model? What is the texture size and overall poly count?
Good luck with your project!

Re: Xtreme Paintball - College Thesis Game [Re: Shadow969] #115617
05/29/07 04:59
05/29/07 04:59
Joined: Apr 2005
Posts: 1,058
Luzern
Nicolas_B Offline
Serious User
Nicolas_B  Offline
Serious User

Joined: Apr 2005
Posts: 1,058
Luzern
Realy nice textur. Its a nice work
Good luck for you project.

Re: Xtreme Paintball - College Thesis Game [Re: Nicolas_B] #115618
05/29/07 09:53
05/29/07 09:53
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
Go away Pedro... I will have inferiority complex of You
Great Job... Pro stuff
Keep working, coding, thinking, modeling... and Good Luck


Never say never.
Re: Xtreme Paintball - College Thesis Game [Re: tompo] #115619
05/29/07 09:56
05/29/07 09:56
Joined: Jun 2006
Posts: 2,640
Earth
Germanunkol Offline
Expert
Germanunkol  Offline
Expert

Joined: Jun 2006
Posts: 2,640
Earth
very great work. But are you allowed to use those hands if they'Re from counterstrike?


~"I never let school interfere with my education"~
-Mark Twain
Page 9 of 24 1 2 7 8 9 10 11 23 24

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1