Unreal Software bugs and errors thread
135 replies Don't get why people don't use backend functions like now()->year() for things like that

Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework


@
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.

Using the join button on servers in this page doesn't seem to do anything.
Look at me standing, here on my own again
@
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:
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.

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
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\""
[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.
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.
My suggestion to remove the "#jn" feature and use something like https://www.unrealsoftware.de/forum_posts.php?post=392538&start=120#post429777 instead.



@
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:
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.

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
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\""
[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

EDIT:
A typo in the

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
Look at me standing, here on my own again
Sometimes the background which should be displayed on mouse hover does not appear.
I'm using Firefox/96.0 Nightly

-----
I can't open https://de.wiki.unrealsoftware.de/
I'm using Firefox/96.0 Nightly

-----
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.
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.
Not sure if this totally fits here, but there's a typo here.
At End of 2012;
DC has written:
EDIT:
endround's delay parameter claims to be in milliseconds, yet it's in seconds (I checked).
In addition to that, it's
restart without parameters).
At End of 2012;

Unreal Software announces the development of Stranded III and starts a devolpment blog to show progress.
EDIT:

In addition to that, it's
nil
when there is no delay (I.E. using 
edited 1×, last 11.05.22 07:33:06 pm
Look at me standing, here on my own again
@
Mami Tomoe: That's a bug in CS2D then. It is supposed to be in milliseconds and always set.


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.
Look at me standing, here on my own again