Forum

> > CS2D > General > CS2D Bug Reports
Forums overviewCS2D overviewGeneral overviewLog in to reply

English CS2D Bug Reports

2,043 replies
Page
To the start Previous 1 245 46 47102 103 Next To the start

old Re: CS2D Bug Reports

Mora
User Off Offline

Quote
Already post on the wrong thread, i think it's okay if i double?
mp_recoil 1
equip 1 glock
equip 1 awp
setweapon 1 awp
setweapon 1 glock
attack2
attack
lastinv
attack

^that's how would it looks like in console.
And really:
Equip yourself glock and any other weapon and set recoil to 1.
Switch to burst mode ur glock and after attack insanely switch to any other weapon(for example awp). It looks weird, no damage would be applied to others from weapon in lastinv. Strange thing..
There also more bugs in the:
video below
(plz watch fully)
https://youtu.be/AvGUJqgEjPQ

old Re: CS2D Bug Reports

MikuAuahDark
User Off Offline

Quote
Is it just for me that
player(id, "screenw")
and
player(id, "screenh")
always returns 0 and 0 when running under dedicated server?

EDIT: Can confirm that it's working correctly under listen server (and with player joining), but for dedicated server, it's simply 0.
edited 1×, last 01.05.17 12:52:41 pm

old Re: CS2D Bug Reports

Masea
Super User Off Offline

Quote
• The bots are buggy when we're spectating them. They do not aim correctly.
• mouse2 is not working. I can't use the specialty of weapon I'm using such as silence, zoom, etc.
edited 1×, last 01.05.17 02:29:33 pm

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
Thanks for the reports.

I just hotfixed some of the crucial things. This includes
• some critical fixes to prevent crashes
• some scaling/placement issues (including the player marker, scope, spectator flashed icons and building stuff)
• mouse over being visible outside the playable area
• screenw/screenh being 0 under some circumstances

I updated the original CS2D downloads and the auto update. Clients and dedicated servers.

If you already updated just download the zip version and only replace your CS2D(.exe) / cs2d_dedicated(.exe) to get the fixes!

www.cs2d.com/download

This is an optional hotfix. Version number is not increased.
When using the dedicated server you will see that the server version is 1.2 with the latest hotfix instead of 1.0. (I did not update the macos dedicated twice like the others. it will be 1.1 and still has the screenW/H issue)

We plan to make a new version within the next few weeks to make sure that all players get these (and probably some more) fixes.

@user Masea: Regarding mouse2: Are you sure that you configured it correctly in the controls settings? It works fine here.

old Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Quote
There is a problem with hudtxt for me:

Image:
http://i.imgur.com/DbNLEeC.jpg

Code:
1
hudMsg(id,"You have dropped " .. fullname(inv[itemslot]) .. ".","note")

Problem:
Why are there random spaces between text and strings?

More:
This happened in the last version as well.
This happens in different than default resolutions.


Also the default F1 info page still says welcome to my counter strike 2D server.

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user DinuCatalin: Which os are you using? If it's Windows: Try different modes (win/fullscreen, directx/opengl) by using Launcher.exe in your CS2D folder.

@user Mami Tomoe: hudMsg is no native CS2D command. You are probably using a library which needs to be adjusted to work well with the new resolution.
Also note the new server setting cs2d cmd mp_hudscale

Will adjust the info texts, thanks!

old Re: CS2D Bug Reports

Jaller94
User Off Offline

Quote
CS2D 1.0.0.3 only starts correctly when I remove the line
win 1
from the config.cfg.
The setting
win 0
also works but with it being set to 1 a new window opens.
After the loading screen the new window stays black. No sound, no error, no graphics.

System: Ubuntu 17.04
edited 2×, last 01.05.17 02:52:53 pm

old Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Quote
@user DC:
This is the function:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function hudMsg(id,msg,status)
	local id=tonumber(id)
	if status=='error' then
		hud_rgbcolor='\169255128128' --RED
	elseif status=='info' then
		hud_rgbcolor='\169128255128' --GREEN
	elseif status=='note' then
		hud_rgbcolor='\169255255255' --WHITE
	else
		return
	end
	parse('hudtxt2 '..id..' 36 "'..hud_rgbcolor..'['..CONFIG.SCRIPT_NAME..']:\169255255128 '..msg..''..hud_rgbcolor..' :['..CONFIG.SCRIPT_NAME..']" 320 280 1')
	parse('hudtxtalphafade 0 36 10000 0.0')
end

I don't think that there's a way to fix that...
And mp_hudscale is 2

old Re: CS2D Bug Reports

GeoB99
Moderator Off Offline

Quote
user Jaller94 has written
After the loading screen the new window stays black. No sound, no error, no graphics.

Run the command
./CS2D
or
./home/<CS2D DIRECTORY>/CS2D
via Terminal and paste all the related errors output from the Terminal (if they're any). Make sure
<CS2D DIRECTORY>
is the actual CS2D folder.

old Re: CS2D Bug Reports

Jaller94
User Off Offline

Quote
@user GeoB99: That's the way I run it. No output in the console nor in the log files.
I can play the game perfectly fine with
win 0
.

old Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Quote
@user DC: It does solve it but then many images and other huds become misplaced, @user SQ: told me to change it until I find a good one for those and it was 2.
I'm pretty sure that's a bug though...

old Re: CS2D Bug Reports

xsiN
User Off Offline

Quote
Hello, a weird bug keeps happening to me and all the other players.
I was at IRAN TOWN playing when suddendly I get disconnected out of nowhere, I leave the server instantly and get back to the main screen.

This didn't happen only with me, a few other players are experiencing it.

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user xsiN: That's indeed weird. Are there any console messages or anything when this happens?
To the start Previous 1 245 46 47102 103 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview