Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/28/24 09:55
basik85278
by basik85278. 04/28/24 08:56
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Quad), 755 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 5 1 2 3 4 5
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: 3run] #452431
06/11/15 20:06
06/11/15 20:06
Joined: Jan 2014
Posts: 77
USA
sitrep Offline
Junior Member
sitrep  Offline
Junior Member

Joined: Jan 2014
Posts: 77
USA

in Wed there is import level from fbx 2010...that's why I was asking Arteria3d, if that's how his levels for example is farm level get imported.

or do we have a function or script that drops imported models to the floor so they are lined up on ground or terrain x-axis?

Thanks




Last edited by sitrep; 06/11/15 20:09.
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: sitrep] #452432
06/11/15 20:16
06/11/15 20:16

M
Malice
Unregistered
Malice
Unregistered
M



can write you one quickly and for free.

Code:
action any_ent()
{
//add this to all ents
c_trace(my.x,vector(my.x,my.y,my.z-5000), IGNORE_ME | IGNORE_PASSABLE);
my.z =hit.z+my.min_z;

// do the rest of the ent code here
}



If you place the object in wed close as you can, this code will drop it to the ground. If you have issues with this (because it's untested) please start a new post in the code section

EDIT - also

Code:
// at top of main 
#include <level.c> 


action any_ent()
{
c_trace(my.x,vector(my.x,my.y,my.z-5000), IGNORE_ME | IGNORE_PASSABLE);
ent_place_z(my,hit.z);

// the rest of the action here
}



please look at the script level.c inside the include folder

Last edited by Malice; 06/11/15 20:23.
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: ] #452437
06/11/15 22:23
06/11/15 22:23
Joined: Jan 2014
Posts: 77
USA
sitrep Offline
Junior Member
sitrep  Offline
Junior Member

Joined: Jan 2014
Posts: 77
USA
Hey Mal , thanks :-) ! will try your code

Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: sitrep] #452457
06/12/15 13:46
06/12/15 13:46
Joined: Sep 2005
Posts: 392
Y
yertari Offline OP
Senior Member
yertari  Offline OP
Senior Member
Y

Joined: Sep 2005
Posts: 392
Last chance to purchase this, which will never be repeated at this cost


Arteria3d - Providers of quality 3d assets and game audio
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: yertari] #452460
06/12/15 14:26
06/12/15 14:26
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
I have bought this 2-3 days ago but I can't seem to download the assets on the site. I am missing something? I have created an account etc.

Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: Reconnoiter] #452461
06/12/15 14:31
06/12/15 14:31
Joined: Sep 2005
Posts: 392
Y
yertari Offline OP
Senior Member
yertari  Offline OP
Senior Member
Y

Joined: Sep 2005
Posts: 392
Have you emailed me the username like I ask in the confirmation email?


Arteria3d - Providers of quality 3d assets and game audio
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: yertari] #452470
06/12/15 16:53
06/12/15 16:53
Joined: Jan 2014
Posts: 77
USA
sitrep Offline
Junior Member
sitrep  Offline
Junior Member

Joined: Jan 2014
Posts: 77
USA
Arteria3D

I imported romanofficer fbx model into Wed

but it has No animations

its 159,761 kb

Last edited by sitrep; 06/12/15 17:00.
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: sitrep] #452471
06/12/15 16:59
06/12/15 16:59
Joined: Sep 2005
Posts: 392
Y
yertari Offline OP
Senior Member
yertari  Offline OP
Senior Member
Y

Joined: Sep 2005
Posts: 392
You need to use the singletrack fbx. The ones prefixed with an M use multitrack animations, I think you've used that one .


Arteria3d - Providers of quality 3d assets and game audio
Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: yertari] #452472
06/12/15 17:04
06/12/15 17:04
Joined: Jan 2014
Posts: 77
USA
sitrep Offline
Junior Member
sitrep  Offline
Junior Member

Joined: Jan 2014
Posts: 77
USA


don't see a singletrack fbx in the Romans folder.

Re: 2 year membership to arteria3d, licenses use for gamestudio use. [Re: yertari] #452473
06/12/15 17:38
06/12/15 17:38
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Originally Posted By: yertari
Have you emailed me the username like I ask in the confirmation email?
, yes same name as here (Reconnoiter). You answered with among other things "I'll activate shortly too.".

Page 4 of 5 1 2 3 4 5

Moderated by  adoado, checkbutton, mk_1, Perro 

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