Forum

> > CS2D > General > CS2D Bug Reports
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch CS2D Bug Reports

2.043 Antworten
Seite
Zum Anfang Vorherige 1 277 78 79102 103 Nächste Zum Anfang

alt Re: CS2D Bug Reports

_oops
User Off Offline

Zitieren
You can't bind colon, semicolon, squares, dot, comma, slash - special words, so can we bind em in next version? Even we can bind it personally in user setting but not in lua script.

alt Re: CS2D Bug Reports

Jaller94
User Off Offline

Zitieren
I downloaded the CS2D client 1007 for Linux from http://cs2d.com/download.php

When running the client it says it’s trying to find a Steam library. Was this a mistake during the build process or do we need a dummy lib to pretend to be Steam?
1
./CS2D: error while loading shared libraries: libsteam_api.so: cannot open shared object file: No such file or directory

Here the sums because DC sometimes re-releases versions:
1
2
3
4
5
6
# MD5
40069aa740ca298f52376e8f994cf661  cs2d_1007_linux.zip
# SHA1
b7272f370e6108244f1c85cdf752749e50faeb94  cs2d_1007_linux.zip
# SHA256
c0b277e5d40535f091bc539ed2257c0caf0494022230c94dff483c6fac5bc858  cs2d_1007_linux.zip

Update: I found the file in the zip. I had forgotten to unzip it.

alt Re: CS2D Bug Reports

Hajt
User Off Offline

Zitieren
There is a problem when you want to paste text with UTF-8 characters in say box. Try to paste this
Zażółć gęślą jaźń
and this happens. It is possible to fix?

alt Re: CS2D Bug Reports

slimK
User Off Offline

Zitieren


Please fix this bug, is so annoying when I alt tab to check something. Also add a fps option for 144/240hz monitor, the screen is tearing and looks so awful to play in this conditions.

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
@user slimK: Did you play in fullscreen and it looked like this after tabbing? Or what were your settings / what exactly is the problem?

If you plan to alt tab I can only highly recommend to use windowed mode instead. Chances that fullscreen explodes are just too high and it probably won't ever be fixed because it's low level system/driver stuff that I won't touch. Sorry.

alt Re: CS2D Bug Reports

slimK
User Off Offline

Zitieren
@user DC: alt tab with fullscreen and what a shame, didn't happen to me before (with a low end pc) .
And what about the 144/240hz monitors? You gonna add a fps command to increase the fps?

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
If you see tearing please enable VSync (or run in windowed mode). This should fix all tearing. If it doesn't work for you double check your video driver settings. Maybe they overrule the app tearing settings.

Another thing that helps in many cases is to switch between OpenGL/DirectX.

I don't plan to add higher FPS caps as I don't think they would make a lot of sense for CS2D. Sorry.
1× editiert, zuletzt 01.02.19 23:42:13

alt Re: CS2D Bug Reports

slimK
User Off Offline

Zitieren
@user DC: VSync is a solution for people who uses 60hz monitor and the crosshair movement looks "weird" when you apply the setting.
I mean if you give us 60fps why not 144fps or even more?

alt Re: CS2D Bug Reports

DC
Admin Off Offline

Zitieren
@user slimK: Because there might be features (especially cheat protections...) which have not been adjusted properly yet and which might explode (and I don't want to fix them). But I can give it a try.

@user Mami Tomoe: cs2d cmd effect blood is a bit special regarding radius. It in fact spawns two different blood particle types. About 1/3 of these particles is affected by the radius but it does not affect the SPAWN position but only the initial velocity.
I updated the documentation a bit. Thanks for pointing out that issue.
1× editiert, zuletzt 02.02.19 00:12:29

alt Re: CS2D Bug Reports

Cold Snow
User Off Offline

Zitieren
user slimK hat geschrieben
@user DC: VSync is a solution for people who uses 60hz monitor and the crosshair movement looks "weird" when you apply the setting.
I mean if you give us 60fps why not 144fps or even more?

The thing is when you use VSync their will be an extra 1 frame lag with the mouse cursor.
120/144/240hz support would be great for those who take this game seriously for sure. With better mouse movement contrl pros can be even better...For now I recommend use a super low mouse sensitivity If you play compititive.

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
I also have screen tearing and I'm on full screen DIRECTX 1080p 60HZ/FPS.
It's not fun to play with but since I'm not competitive it doesn't bother me much.

alt Re: CS2D Bug Reports

Quattro
GAME BANNED Off Offline

Zitieren
1
LUA ERROR: sys/lua/ranked#1.lua:2449: attempt to call field 'unpack' (a nil value)

My new method already failed with "gosub", does CS2D run old lua or something? If so, how to clone a table correctly? I am using: {table.unpack(table)}

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
@user Quattro:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function DeepCopy(object)
	local lookup_table = {}
	local function _copy(object)
		if type(object) ~= 'table' then
			return object
		elseif lookup_table[object] then
			return lookup_table[object]
		end
		local new_table = {}
		lookup_table[object] = new_table
		for index, value in pairs(object) do
			new_table[_copy(index)] = _copy(value)
		end
		return setmetatable(new_table, getmetatable(object))
	end
	return _copy(object)
end
Is this what you're looking for?

alt Re: CS2D Bug Reports

Mami Tomoe
User Off Offline

Zitieren
1
2
3
4
addhook('always','RPG.alwaysHook')
	function RPG.alwaysHook()
		msg('test')
	end

This will crash the game upon start if the RPG table was not created.

-

The following images are missing:
1
2
gfx/sprites/clock.png
gfx/sprites/clock_arrow.png
1× editiert, zuletzt 28.02.19 00:10:55

alt Re: CS2D Bug Reports

Yunuu
User Off Offline

Zitieren
player(p,"mousemapx")
&
player(p,"mousex")
returns -1 on dedicated server (Linux)

alt Re: CS2D Bug Reports

SQ
Moderator Off Offline

Zitieren
@user Yunuu: Are you sure you are executing code correctly?
On windows dedicated it seems to be fine.
Zum Anfang Vorherige 1 277 78 79102 103 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht