English Unreal Software bugs and errors thread

150 replies
Goto Page
To the start Previous 1 2 3 4 5 6 7 8 Next To the start
17.05.21 12:14:02 am
Up
DC
Admin
Offline Off
Doesn't really matter but sure, yes √
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
17.05.21 12:58:23 am
Up
Masea
Super User
Offline Off
Don't get why people don't use backend functions like now()->year() for things like that
Shit your pants: file cs2d Outlast II Mod (30) | Create your UI faster: CS2D UI Framework
17.05.21 09:06:56 pm
Up
DC
Admin
Offline Off
@user Masea: Because the website is highly optimized and I want to avoid any unnecessary logic which may slow down execution. That was a lie. I have no good excuse for not doing it like that.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
10.06.21 11:03:36 pm
Up
Mami Tomoe
User
Offline Off
Using the join button on servers in this page doesn't seem to do anything.
It's hard being the best girl in the whole entire world
10.06.21 11:13:51 pm
Up
DC
Admin
Offline Off
@user Mami Tomoe: This only works when the "cs2d"-protocol is registered on your machine. I'm not sure if the CS2D installer still does that correctly.
If you play the portable zip-version or the Steam version it won't work.

If you want to make it work (on Windows) write a WHATEVER.reg file with this content:
Code:
1
2
3
4
5
6
7
8
9
10
11
12
REGEDIT4

[HKEY_CLASSES_ROOT\cs2d]
@="URL:cs2d Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\cs2d\shell]

[HKEY_CLASSES_ROOT\cs2d\shell\open]

[HKEY_CLASSES_ROOT\cs2d\shell\open\command]
@="\"C:\\cs2d\\CS2D.exe\" \"%1\""

Change the path in the last line so it points to your CS2D.exe (use \\ for each \ or / in the path). Afterwards double click the file to add the content to your system registration.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
11.06.21 06:22:15 am
Up
MikuAuahDark
User
Offline Off
URLs like https://www.unrealsoftware.de/forum_posts.php?post=392538#jn doesn't work correctly acros browser history and will redirect to the first forum posts when it fails.

My suggestion to remove the "#jn" feature and use something like https://www.unrealsoftware.de/forum_posts.php?post=392538&start=120#post429777 instead.
file cs2d LuaJIT for Dedicated Server (13) JIT POWER! | Know your Lua errors! | Part of LÖVE development team since 11.3
11.06.21 08:47:53 am
Up
Mami Tomoe
User
Offline Off
user DC has written:
@user Mami Tomoe: This only works when the "cs2d"-protocol is registered on your machine. I'm not sure if the CS2D installer still does that correctly.
If you play the portable zip-version or the Steam version it won't work.

If you want to make it work (on Windows) write a WHATEVER.reg file with this content:
Code:
1
2
3
4
5
6
7
8
9
10
11
12
REGEDIT4

[HKEY_CLASSES_ROOT\cs2d]
@="URL:cs2d Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\cs2d\shell]

[HKEY_CLASSES_ROOT\cs2d\shell\open]

[HKEY_CLASSES_ROOT\cs2d\shell\open\command]
@="\"C:\\cs2d\\CS2D.exe\" \"%1\""

Change the path in the last line so it points to your CS2D.exe (use \\ for each \ or / in the path). Afterwards double click the file to add the content to your system registration.


You should add that to STEAM, I haven't tried the regular installer though.


EDIT:
The documentation for the cs2d lua hook voice hook does not include the parameters.


EDIT:
A typo in the cs2d lua hook connect_attempt hook:
Quote:
The player is not even created on the server at that point which is why you can retrieve a player ID in this hook.

Should be can't.
edited 2×, last 21.08.21 07:20:27 pm
It's hard being the best girl in the whole entire world
22.08.21 03:59:16 pm
Up
DC
Admin
Offline Off
Hook documentation fixed, thanks
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
10.11.21 08:00:59 pm
Up
Kolia_rus
GAME BANNED
Offline Off
Sometimes the background which should be displayed on mouse hover does not appear.

I'm using Firefox/96.0 Nightly

IMG:https://s1.hostingkartinok.com/uploads/images/2021/11/47b9d80b5012d367ce83314230bdcb43.png



-----

I can't open https://de.wiki.unrealsoftware.de/

edited 1×, last 18.11.21 07:08:04 pm
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.
18.11.21 07:44:59 pm
Up
DC
Admin
Offline Off
The Wiki does not exist anymore. Sorry.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
18.11.21 08:30:42 pm
Up
Kolia_rus
GAME BANNED
Offline Off
But it still displays in the Search form. So you'll most likely need to forbid it's indexing in Google.
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.
10.01.22 11:35:40 pm
Up
Mami Tomoe
User
Offline Off
Not sure if this totally fits here, but there's a typo here.

At End of 2012;
user DC has written:
Unreal Software announces the development of Stranded III and starts a devolpment blog to show progress.


EDIT:
cs2d lua hook endround's delay parameter claims to be in milliseconds, yet it's in seconds (I checked).
In addition to that, it's
nil
when there is no delay (I.E. using cs2d cmd restart without parameters).
edited 1×, last 11.05.22 07:33:06 pm
It's hard being the best girl in the whole entire world
11.05.22 08:06:59 pm
Up
DC
Admin
Offline Off
@user Mami Tomoe: That's a bug in CS2D then. It is supposed to be in milliseconds and always set.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
11.05.22 09:05:23 pm
Up
Mami Tomoe
User
Offline Off
@user DC: Are you going to change the documentation or update the game?

Or, both?
It's hard being the best girl in the whole entire world
11.05.22 10:50:29 pm
Up
DC
Admin
Offline Off
Doing both wouldn't make any sense
I can't tell. Maybe.
www.UnrealSoftware.de | www.CS2D.com | www.CarnageContest.com | Use the forum & avoid PMs!
12.05.22 07:21:42 am
Up
Mami Tomoe
User
Offline Off
user DC has written:
Doing both wouldn't make any sense

Well you can just update the documentation to say that delay is in seconds and then update the game to make sure that delay is always set.
That's what I meant.
It's hard being the best girl in the whole entire world
31.05.22 09:29:06 pm
Up
Marcell
Super User
Offline Off
When someone is not logged on UnrealSoftware and uses Unreal Software Connect, after loggin in, it doesn't redirect to the RedirectURI.
CS2DArchive - Version Database www.CS2DArchive.com - WebHosting: www.BroHosting.eu
07.07.22 10:02:38 pm
Up
Mami Tomoe
User
Offline Off
user Mami Tomoe has written:
Not sure if this totally fits here, but there's a typo here.

At End of 2012;
user DC has written:
Unreal Software announces the development of Stranded III and starts a devolpment blog to show progress.


Didn't notice this is the website bugs and errors thread, directed message to:
https://www.unrealsoftware.de/forum_posts.php?post=327548&start=1960#post430973

EDIT:
Tesla Coil missing in:
https://cs2d.com/weapons.php
https://cs2d.com/img/ref_items.png
Possibly elsewhere.
edited 1×, last 01.08.22 07:37:51 pm
It's hard being the best girl in the whole entire world
21.08.22 05:08:22 pm
Up
mrc
User
Offline Off
https://prnt.sc/x6pEPPgHMyIZ

Facebook link doesn't work properly in profile page.
www.CS2D.com.br | www.dsc.gg/CS2D | Join our CS2D community! IMG:https://cdn.discordapp.com/attachments/1048445028361584671/1064255558372302979/cs2dbr.png
22.08.22 07:15:29 pm
Up
Mami Tomoe
User
Offline Off
I ask of you to add the CS2D stats binary format (like the map format) on the CS2D Cheatsheets page.
It's hard being the best girl in the whole entire world
To the start Previous 1 2 3 4 5 6 7 8 Next To the start