Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by NeoDumont. 11/17/25 09:56
Future of ZorroHFT
by TipmyPip. 11/16/25 13:52
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Training with the R bridge does not work
by Petra. 11/15/25 09:31
Zorro 2.70
by jcl. 11/15/25 08:43
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, Quad, VoroneTZ), 8,658 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
tritom, sheliepaley, Blueguy, blobplayintennis, someone2
19178 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Camera always moves upwards? #488972
11/13/25 14:04
11/13/25 14:04
Joined: Sep 2004
Posts: 4
Rheinland/Pfalz
clonman Offline OP
Guest
clonman  Offline OP
Guest

Joined: Sep 2004
Posts: 4
Rheinland/Pfalz
Hello,
I haven't used GameStudio A8 in a long time and already I have a problem.
I created a small test example and assigned the pre-made script "t_player" to the model.

My main.c script looks like this:

///////////////////////////////
#include <acknex.h>
#include <default.c>
#include <mtlFX.c>
///////////////////////////////

#include <t_player.c>
#include <t_enemies.c>
#include <t_weapons.c>
///////////////////////////////

function main()
{

level_load("my_new_game.WMB");
}

If I start the example now, the following happens: The camera simply moves endlessly upwards?

No joystick or gamepad is connected.

Could someone perhaps tell me why this is happening and how I can stop it?

( GameStudio Commercial 8.47 / WED V 6.961 / SED version: 8.10.3 )

Thank you.

Clonman

Re: Camera always moves upwards? [Re: clonman] #488973
11/14/25 13:58
11/14/25 13:58
Joined: Jun 2008
Posts: 53
Caucasus
VoroneTZ Online
Junior Member
VoroneTZ  Online
Junior Member

Joined: Jun 2008
Posts: 53
Caucasus
did you add ground to level?
player can "fly" upwards when is no ground under it

Re: Camera always moves upwards? [Re: clonman] #488974
11/14/25 16:32
11/14/25 16:32
Joined: May 2013
Posts: 166
N
NeoDumont Offline
Member
NeoDumont  Offline
Member
N

Joined: May 2013
Posts: 166
Hi clonman !

In the WED compiler options you need to set create meshes to "set". Recompile and the t7 player scripsts should work properly. However, I found out that texture animations as shown in the editors texture display do not work with >create meshes< set.
Therefore you need to use Models for texture animated stuff in this mode. Models with e.g. 0 to 9 skins.
Otherwise if you want to use texture animations for blocks you cannot use the t7 predefined scripts and you should use "older" scripts for walking or else.

Hope that helps...

Best wishes

NeodDumont

Look for PCXanim to get lots of animated textures.

Re: Camera always moves upwards? [Re: clonman] #488979
4 hours ago
4 hours ago
Joined: May 2013
Posts: 166
N
NeoDumont Offline
Member
NeoDumont  Offline
Member
N

Joined: May 2013
Posts: 166
OK. Just found out:

Prepare a WAD with an animated texture from a set of texture bmps like +0vulcan.bmp to +9vulcan.bmp. You can add a set of 10 textures to a WAD in one go.

Create a block or prefab in an new empty level in WAD and add an animated texture to the block. Then compile this map with disabled "create meshes" (checkbox set off) as a >simple map< ! Save it out and import it into your WED Level, created with "create meshes" set before, by"ADD MAP". This way the very useful t7 functions and block animted textures do work together.

NOTE (!): Here I mean WAD animated textures from a set of bmps like +0Vulcan.bmp to +9vulcan.bmp only ! I don't know how to get animations
like *ooze going. I assume they need a special FX. Did not check this out.

If you need sets of animated textures you can use PCXanim, also available on this forum. Import a ten frame animation and export them with "export bmps". Enter a base name. Enumeration und .bmp extenter will be added automatically. Works ony with 10 frame animation.
Most PCXanim animations are good for simple scifi games. If you want ro create a world with next gen graphics you should get a professional version of GSTUDIO, which uses shaders.

The command "Tex_CYCLES = 10" let you set the speed of the texture animation.

Best wishes !

NeoDumont

A7 Extra Edition
A8 Extra Edition


Moderated by  HeelX, Spirit 

Gamestudio download | 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