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 (SBGuy, Quad), 768 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 4 1 2 3 4
Re: fps coop Reconnaissance [Re: Reconnoiter] #458233
02/28/16 13:31
02/28/16 13:31
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Version info v0.4 changelog:
- since this is one of my older projects, the game source code is a bit of a mess which does not really motivate me to do big updates. However,
I still found it a bit of a waste so I tweaked a things to make this game more fun & a bit better:
* player weapon & thruster have a new texture (only for first person which is the main view anyway)
* player projectiles fly faster (* 1.5) -> was still to hard first to fire accurate
* player weapons fire faster (* 1.5) -> to make it a bit more interesting, basically combat is faster now but you can still die
* player weapons consume less energy (cause of faster firing too)

Re: fps coop Reconnaissance [Re: Reconnoiter] #458796
03/30/16 17:45
03/30/16 17:45
Joined: Mar 2014
Posts: 359
CocaCola Offline
Senior Member
CocaCola  Offline
Senior Member

Joined: Mar 2014
Posts: 359
a very sympathetic style.
when the scary monster would not, it Kære 100% kid friendly laugh

I have also been amazed not bad about the music.
Unreal 1?
Itīs on my "to play" list.

Ifound one smal bug: sometimes the Player is stopped, I think itīs somethink with the colusion

Re: fps coop Reconnaissance [Re: CocaCola] #458797
03/30/16 17:54
03/30/16 17:54
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Thanks! The music is indeed from Unreal 1 and Unreal Tournament. laugh
This is a fairly old project, but I think I can fix that collision bug. In the meantime, if you are stuck press and hold 'k'.

Re: fps coop Reconnaissance [Re: Reconnoiter] #458798
03/30/16 17:57
03/30/16 17:57
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
When I toggle window mode, everything get's fucked up frown



Edit: another quick tip for your sparks particles from bullets, make them move away from the normal of the wall, take a look at this:
Code:
VECTOR sparkPos, tempVec;
vec_set(sparkPos.x, vector(random(7) + random(7), 0, 0));	
vec_to_angle(tempVec.x, normal.x);
vec_rotate(sparkPos.x, tempVec.x);
effect(effect_spark, 20 + random(5), target.x, sparkPos.x);



Also, some other things that I noticed.. too much test on the screen, it's really hard to aim because of this, maybe you could place them somewhere else on the screen (top middle or lower middle position on the screen):



And one thing about movement, is it intended to have such a low gravity force? I mean when you jump up, player is like floating and then slowly going down to ground.



Greets


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: fps coop Reconnaissance [Re: 3run] #458799
03/30/16 18:18
03/30/16 18:18
Joined: Mar 2014
Posts: 359
CocaCola Offline
Senior Member
CocaCola  Offline
Senior Member

Joined: Mar 2014
Posts: 359
have 3DGameStudio a possibility to block the system Mous Clicks in Windowmode?
For playing FPS Games in Windowmode?

Re: fps coop Reconnaissance [Re: CocaCola] #458802
03/30/16 18:26
03/30/16 18:26
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Originally Posted By: CocaCola
have 3DGameStudio a possibility to block the system Mous Clicks in Windowmode?
For playing FPS Games in Windowmode?
You can just lock the mouse inside of the game window. That will do the trick.


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: fps coop Reconnaissance [Re: CocaCola] #458809
03/31/16 10:29
03/31/16 10:29
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Originally Posted By: CocaCola
have 3DGameStudio a possibility to block the system Mous Clicks in Windowmode?
For playing FPS Games in Windowmode?
, you mean in my game ("l = toggle mouse lock (use this when playing windowed)"), or if you are interested in the code so you can put it in your own games I can post it here if you want.

Quote:
When I toggle window mode, everything get's fucked up frown
, oh forgot about that one, I will fix it. laugh

Quote:
Edit: another quick tip for your sparks particles from bullets, make them move away from the normal of the wall, take a look at this:
, tnx

Quote:
Also, some other things that I noticed.. too much test on the screen, it's really hard to aim because of this, maybe you could place them somewhere else on the screen (top middle or lower middle position on the screen):
, you probably play in low resolution than? Good point though, I quess I will place the text at the bottom left than ontop of some gray transparent bar so it is still readable.

Quote:
And one thing about movement, is it intended to have such a low gravity force? I mean when you jump up, player is like floating and then slowly going down to ground.
, yes it is intended since you play with a floating robot. In the tutorial section it doesn't make much sense, but in the other levels it is handy combined with your thruster to quickly get over high/rough terrain and ontop of structures.

Re: fps coop Reconnaissance [Re: Reconnoiter] #458823
03/31/16 17:57
03/31/16 17:57
Joined: Mar 2014
Posts: 359
CocaCola Offline
Senior Member
CocaCola  Offline
Senior Member

Joined: Mar 2014
Posts: 359
@3run how do I lock the mouse in the engine window?
I do not want deactivate the engine window by klicked out of the window, by looks arround with the player.

Re: fps coop Reconnaissance [Re: CocaCola] #458824
03/31/16 19:19
03/31/16 19:19
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Originally Posted By: CocaCola
@3run how do I lock the mouse in the engine window?
I do not want deactivate the engine window by klicked out of the window, by looks arround with the player.
, copy the code within the spoiler tags and call lockmouse(); or unlockmouse(); . Could be that you need to include #include <windows.h> or #include <stdio.h> .
Click to reveal..

byte mouse_lock_on_off = 0;
void lock_mouse(var on_off)
{
mouse_lock_on_off = (byte)(on_off != NULL);

byte _toggle = window_focus;

RECT temp_rect;
GetClientRect(hWnd, &temp_rect);
ClientToScreen(hWnd, &temp_rect);
ClientToScreen(hWnd, &temp_rect.right);

if(_toggle)
{
ClipCursor(&temp_rect);
}

while(mouse_lock_on_off)
{
GetClientRect(hWnd, &temp_rect);
ClientToScreen(hWnd, &temp_rect);
ClientToScreen(hWnd, &temp_rect.right);

if(_toggle && !window_focus)
{
_toggle = 0;
ClipCursor(NULL);
}

if(!_toggle && window_focus)
{
_toggle = 1;
ClipCursor(&temp_rect);
}

wait(1);
}

ClipCursor(NULL);
}


var mouse_lock = 0;
function lockmouse()
{
if (mouse_lock == 0) { mouse_lock = 1; lock_mouse(1); }
}
function unlockmouse()
{
if (mouse_lock == 1) { mouse_lock = 0; lock_mouse(0); }
}

Last edited by Reconnoiter; 03/31/16 19:21.
Re: fps coop Reconnaissance [Re: Reconnoiter] #458828
04/01/16 14:28
04/01/16 14:28
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline OP
Serious User
Reconnoiter  Offline OP
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Quote:
When I toggle window mode, everything get's fucked up frown
, apparently I accidently uploaded version 0.4 with a .sav file of my options settings, which is why it is so messed up on your screen. Deleting the SaveOptions0.SAV probably solves the problem.

-edit, omg I just noticed weapon and thruster are invisible in tutorial modus blush , fixed in next version

Last edited by Reconnoiter; 04/01/16 15:53.
Page 4 of 4 1 2 3 4

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