Cannot reach Grödig using developer console

Installation problems or game crashes? Post them here.
Forum rules
ALWAYS FOLLOW OUR SELF-HELP GUIDE FIRST.

If you report a game crash ALWAYS post your game.log.txt in between CODE tags, or if it too large post it on pastebin.com and share the link.
Locked
Theosz
Posts: 58
Joined: 21 Sep 2013 17:21

02 Jun 2016 18:56

Hello

I cannot reach Grödig using developer console.

I think it is because the "ö"

Code: Select all

...
00:23:13.212 : ui t console:system_02
00:23:15.667 : goto grodig
00:23:15.676 : <ERROR> City 'grodig' not found!
00:23:17.737 : ui t console:system_02
00:23:26.471 : ui t console:system_02
00:23:32.349 : goto grod
00:23:32.358 : <ERROR> City 'grod' not found!
00:23:34.287 : ui t console:system_02
00:23:37.609 : ui t console:system_02
00:23:43.637 : ui t console:system_02
00:23:47.011 : ui t console:system_02
00:23:48.614 : ui t console:system_02
00:23:49.834 : ui t console:system_02
00:23:58.668 : ui t console:system_02
00:23:59.519 : ui t console:system_02
00:24:06.465 : goto gr^odig  (trying use ¨ character (over 6 key) 
00:24:06.474 : <ERROR> City 'gr^odig' not found!
00:24:30.680 : ui t console:system_02
...
my game.log.txt
http://pastebin.com/95Vbsb5Q

I'm using ETS2 v1.23.4.2s
Windows 7 x64 ; pt-br layout

AndreasGRS3
Posts: 205
Joined: 06 Apr 2014 08:11
Location: Kastoria.Greece.Western.Macedonia/ Καστοριά.Ελλάδα.Δυτ.Μακεδονία

02 Jun 2016 19:07

You can try Salzburg instead and go manually if you want.
Image[url=steam://friends/add/76561198048985342]Image[/url]
YouTube Channel: https://www.youtube.com/channel/UC3Fs7- ... R7Y81Fo8EQ



The mistakes are for humans!

User avatar
Vøytek
Developer
Posts: 10276
Joined: 05 Jan 2014 19:38
Location: Prague, Czech Republic
Contact:

02 Jun 2016 19:10

Sure that you can't reach GrOdig if it's GrÖdig ;)
Image
Currently working on: various stuff
#1 forum spammer
Enjoying PM since 1.52
YouTube channel [PL]: http://youtube.pl/vooytek

Theosz
Posts: 58
Joined: 21 Sep 2013 17:21

02 Jun 2016 19:15

Thx for answers guys.

obviusly, I went to near city and "walk with feet" :-)

as you can see in game.log.txt I tried in many ways with no success. I can't type GrÖdig on my keyboard, any type of "o" instead that

User avatar
Vøytek
Developer
Posts: 10276
Joined: 05 Jan 2014 19:38
Location: Prague, Czech Republic
Contact:

02 Jun 2016 19:19

I can't type that character too but how often do you need it? ;)
I copied city name from Wikipedia and it worked.
Image
Currently working on: various stuff
#1 forum spammer
Enjoying PM since 1.52
YouTube channel [PL]: http://youtube.pl/vooytek

User avatar
MandelSoft
Lead Developer
Posts: 3835
Joined: 08 Aug 2013 10:48
Location: Delft [NL]

02 Jun 2016 19:36

Actually, the name you type into the console refers to the item name, not the actual name displayed in game. Since the game doesn't like accents being used for item names, we usually use the variant without accents. In this case, it's just "goto grodig".
Your daily dose of wisdom!
╔═══╗────╔═╗╔═╗────╔╗
║╔═╗║────║║╚╝║║────║║
║╚═╝╠═╦══╣╔╗╔╗╠══╦═╝╠══╗
║╔══╣╔╣╔╗║║║║║║╔╗║╔╗║══╣
║║──║║║╚╝║║║║║║╚╝║╚╝╠══║
╚╝──╚╝╚══╩╝╚╝╚╩══╩══╩══╝
Don't ask us for a release date; we don't know either.

Theosz
Posts: 58
Joined: 21 Sep 2013 17:21

02 Jun 2016 19:42

as can see on my game.log.txt, didn't work ...on my pc... and my previous comment do not exists anymore

User avatar
Vøytek
Developer
Posts: 10276
Joined: 05 Jan 2014 19:38
Location: Prague, Czech Republic
Contact:

02 Jun 2016 19:50

Yup, I was just trying this by "goto grod" and it didn't work and as we know - full name isn't necessary.
Image
Currently working on: various stuff
#1 forum spammer
Enjoying PM since 1.52
YouTube channel [PL]: http://youtube.pl/vooytek

User avatar
Josh0
Posts: 2965
Joined: 20 Dec 2015 02:10

02 Jun 2016 21:35

MandelSoft wrote:Actually, the name you type into the console refers to the item name, not the actual name displayed in game. Since the game doesn't like accents being used for item names, we usually use the variant without accents. In this case, it's just "goto grodig".
Mister MandelSoft is correct, the city names in the console can be different than the display names in the world map. The item names used in the console come from the city_data name specified in each city definition file (found under def/city/ in the promods-def-v202.scs archive). In this case, the item name is actually "groedig".

File def/city/groedig.sii:

Code: Select all

city_data: city.groedig
{
	city_name: "Grödig"
	short_city_name: "Grödig"
	city_name_uppercase: "GRÖDIG"
	country: Austria
	...

User avatar
MandelSoft
Lead Developer
Posts: 3835
Joined: 08 Aug 2013 10:48
Location: Delft [NL]

02 Jun 2016 21:40

Ah, so it's the umlaut-less transcription. Missed that bit ;)
Your daily dose of wisdom!
╔═══╗────╔═╗╔═╗────╔╗
║╔═╗║────║║╚╝║║────║║
║╚═╝╠═╦══╣╔╗╔╗╠══╦═╝╠══╗
║╔══╣╔╣╔╗║║║║║║╔╗║╔╗║══╣
║║──║║║╚╝║║║║║║╚╝║╚╝╠══║
╚╝──╚╝╚══╩╝╚╝╚╩══╩══╩══╝
Don't ask us for a release date; we don't know either.



Locked

Return to “Gameplay issues ETS2”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests