Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Sir. Cucuruchito

#17
Description
Since 04rel006, I think. If the helicopter's own weapon or rocket weapon reaches him. (untested other cases)

Reproducible
Only flying.

What you were doing when the bug happened
Playing.

What you think caused the bug
I don't know.

System specifications
  • VC Steam Version
  • Windows 10

Video test
https://youtu.be/SltsDSMFuE0
#18
Description
Since 04rel006, I think. When the another player's jumps from moving vehicle.

Reproducible
Only yes is another player.

What you were doing when the bug happened
To jump from the moving vehicle.

What you think caused the bug
Possible desynchronization.

System specifications
  • VC Steam Version
  • Windows 10

Video test
https://youtu.be/ao1cc4yC40I
#19
Support / Re: server log
Jun 25, 2018, 06:54 AM
Quote from: MEGAMIND on Jun 25, 2018, 06:41 AM
Quote from: Ququr_Uxcho on Jun 25, 2018, 06:36 AM
Quote from: MEGAMIND on Jun 25, 2018, 06:24 AMhow can we get a serverlog or chat log in form of .txt or .log?

You can use the files functions. References:
Squirrel Wiki: http://www.squirrel-lang.org/squirreldoc/stdlib/stdiolib.html?highlight=file#the-file-class
Public Beta src (line 31): https://bitbucket.org/stormeus/vl8-pb400/src/97957ce06cf26e3210bae62523b1e5c619e99cfd/LibMisc.nut?at=master&fileviewer=file-view-default#LibMisc.nut-31
thanks dude but how do u preffer working with this is there any example available in wiki? and is this function still present in rel006?
function TXTAddLine(filename, text)
{
local fhnd = file(filename, "a+");
foreach(char in text)
fhnd.writen(char, 'c');

fhnd.writen('\n', 'c');
fhnd=null;
}

This function doesn't depend on the server version. It is integrated on Squirrel Language.
Actually, I am working with this function to read files or write in them.

The previous lines write letter by letter in the file. You need a open file:
local fhnd = file(filename, "a+");
The a+ means append. So, this example serves you perfectly.
#21
Quote from: Saiyan Attack on Jun 24, 2018, 10:56 AM@Stormeus player.WideScreen and SetCinematicBorder is still make no effect on screen ?

Apparently, It would to be a bug. Use the support forum to report it, if you have some time.
#22
Quote from: Doom_Kill3R on Jun 24, 2018, 05:21 AMThe video you posted, I don't see your weapon's ammo dropping when I hear the 'Fire' shot sound. Can you tell us what's up with that?

A source of it has been found, a dev will check it out

I don't see your weapon's ammo dropping...
Yes, that's right. The weapon's ammo doesn't descend either.
#23
Quote from: Stormeus on Jun 24, 2018, 02:40 AMDo you use the Steam version of the game?
Do you use a joystick or controller?
Did you rebind your fire key to something other than left click?
Have you tried this with a clean install of the game?
What version of Windows are you running?

Do you use the Steam version of the game?
Yes.
Do you use a joystick or controller?
No, only mouse.
Did you rebind your fire key to something other than left click?
No, but attach image.

Have you tried this with a clean install of the game?
No, but I'm going to try this point.
What version of Windows are you running?
Windows 10 17134.112

Edit: Reinstalled. The error continues to appear.
#24
Quote from: Stormeus on Jun 24, 2018, 02:31 AMAre you using any mods? Is there anyone else who can produce the same bug? I need more specific instructions on how to make this happen.

No, i amn't using any mod. I am playing in my server with other person. We only choose the weapon, sniper type, and it does not fire, it only reproduces the sound.

If you need more information, please, tell me.
#25
Quote from: Stormeus on Jun 24, 2018, 02:19 AMCannot reproduce. Provide more details.
 [...]

Maybe here, you can see it more clearly. I am trying to shoot but nothing happens:
https://youtu.be/vmyc4DAV6jU
#26
Description
Since 04rel005, the sniper weapons don't work. If you try to shoot, it don't work.

Reproducible
Always

What you were doing when the bug happened
I was trying to shoot with the sniper.

What you think caused the bug
I don't know.
#27
Description
The player does not see the animations of the other when hitting him

Reproducible
Always

What you were doing when the bug happened
When I am hitting other player.
https://youtu.be/f1m3rhF8rzs

What you think caused the bug
I don't know.
#28
Error (try to connect), I can't enter my server.