IRC logs for #openttd on OFTC at 2014-02-04
⏴ go to previous day
00:00:05 *** Cybertinus has joined #openttd
00:02:22 *** markj0nes has joined #openttd
00:07:53 <ccfreak2k> What's the one game that's like openttd but isn't openttd?
00:24:04 *** ChickeNES has joined #openttd
00:42:45 <ccfreak2k> Simutrains I think.
00:43:01 <ccfreak2k> Simutrans, that's it.
01:11:12 <Japa_> I thought it was railroad tycoon
01:21:05 *** Hazzard has joined #openttd
01:26:41 *** luaduck is now known as luaduck_zzz
01:42:14 *** Flygon__ has joined #openttd
01:56:37 *** HerzogDeXtEr has joined #openttd
05:56:17 *** Eddi|zuHause has joined #openttd
06:17:50 *** Morgan_Freeman has quit IRC
06:44:08 *** Morgan_Freeman has joined #openttd
07:27:04 *** sla_ro|master has joined #openttd
07:34:07 <Elyon> do procedures count as the same action2 chain regarding registers? That is, can I set registers in the caller that work in the procedure, and vice versa?
07:38:39 *** luaduck_zzz has joined #openttd
07:39:02 *** luaduck_zzz is now known as luaduck
07:44:27 *** Randominty has joined #openttd
07:51:07 <Elyon> that would make sense. Thanks :) Will toy around some more
08:51:15 *** JdGordon| has joined #openttd
08:51:41 <JdGordon|> can openttd be made to autmatically load a save game, take a screenshot and then quit?
08:59:20 <planetmaker> not that easily, JdGordon|
08:59:32 <planetmaker> loading a specific savegame is no problem, you got command line options for that
08:59:52 <planetmaker> issuing the 'take screenshot' command in a scripted way is the more problematic one :)
09:00:22 <JdGordon|> I'm open to a hacky code way :)
09:02:41 <planetmaker> I've a hacky script which creates the titlegame competition screenshots for me. It can be modified to not use the titlegame but start playing mode
09:03:06 *** Devroush has joined #openttd
09:03:07 <planetmaker> but I don't have the up to date patch here or anywhere online but on my home pc only
09:04:01 <planetmaker> the ones online from two years ago don't apply anymore to trunk as the code basis changed
09:05:10 <planetmaker> that would work on OSX or linux (SDL) but not on windows
09:05:38 <planetmaker> and as said, outdated by two years. But could give you an idea.
09:07:08 <planetmaker> (and an openttd compiled with that patch simply won't run longer than required for that screenshot. It will then just exit normally)
09:07:46 *** ChickeNES has joined #openttd
09:08:01 <planetmaker> which OS do you look for, JdGordon| ?
09:08:40 <JdGordon|> I'm looking into using x11 keypresses from a script to do it :)
09:08:59 <JdGordon|> having trouble getting the X11 window though
09:11:24 <planetmaker> my solution just loads the game and calls the screenshot function automatically after a few ticks and then exits
09:11:35 <planetmaker> probably easier, if it's just about getting screenshots from a few games
09:16:33 <JdGordon|> probably :) not having to rebuild would be nice though
09:16:45 <JdGordon|> where do screenshots normally get saved to?
09:16:47 *** Virtual has joined #openttd
09:19:32 <JdGordon|> ctrl+g doesnt work?
09:20:26 <JdGordon|> woo! this will actually work :)
09:20:43 <JdGordon|> planetmaker: I might be able to make your life easier with this script :p
09:22:55 *** tycoondemon has joined #openttd
09:23:01 <JdGordon|> $ xdotool windowactivate `xdotool search --class "openttd"` && xdotool key ctrl+s && sleep 10 && xdotool key ctrl+q && xdotool key Return
09:24:50 <JdGordon|> can the savegame/scrreenshot filename format be changed to something sortable instead of having readblae dates?
09:25:04 <JdGordon|> i.e company-YYYYMMDD.*
09:26:32 * JdGordon| found the setting :)
09:31:15 <JdGordon|> oh bugger... I didnt realise it cylces the autosaves... I was hopinbg to screenshot 150+ game years of progress :(
09:32:20 * JdGordon| *only* has 61 .sav's and unevenly spaced :(
09:55:05 *** tycoondemon has joined #openttd
10:20:48 <planetmaker> JdGordon|, I to believe that the backslashes are wrong
10:21:35 <JdGordon|> yeah, now i have a problem
10:21:41 <JdGordon|> I cant open the giant pngs :)
10:23:12 <planetmaker> giant? you make giant screenshots of the maps?
10:23:41 <JdGordon|> I wanted to make a timelapse of my current game
10:24:03 <JdGordon|> i think i have to timelapse specific sections :/
10:24:06 <planetmaker> timelapse of giant screenshots might overload nearly every PC :)
10:24:23 <Xaroth|Work> depends on the map tbh :p
10:24:34 <Xaroth|Work> a 128x128 map isn't as bad as a 2048x2048 map :P
10:24:36 <planetmaker> but even with 256^2 that's big images
10:25:12 <planetmaker> @calc 256*64*32*8
10:25:12 <DorpsGek> planetmaker: 4194304
10:25:17 <planetmaker> @calc 256*64*32*8 / 1024/1024
10:25:32 <planetmaker> Just 4 Megabytes each for 256^2. That might work meanwhile :)
10:29:14 <JdGordon|> can i set the screen resolution from the commandline?
10:31:21 <Xaroth|Work> 256MiB per screenshot
10:31:23 <Xaroth|Work> that's not too bad tbh
10:31:51 <JdGordon|> time to giveup on this idea :/
10:39:50 <JdGordon|> is there a way to jump to a specific coordinate from a hotkey or the console?
10:41:07 *** valhallasw has joined #openttd
10:46:04 *** retro|cz has joined #openttd
10:56:53 <Eddi|zuHause> <JdGordon|> i.e company-YYYYMMDD.* <-- there is a setting to use ISO dates in savegames
10:57:39 <Eddi|zuHause> JdGordon|> ctrl+g doesnt work? <-- global screenshot pops up a confirmation dialogue
10:57:56 <JdGordon|> thanks, got it all working
10:58:14 <JdGordon|> fighting with the scrollto command now
10:58:34 <Eddi|zuHause> also, you might get things to work with the "scripts/on_xxx.scr" files
10:58:56 <Eddi|zuHause> or the admin port
11:55:19 <LordAro> JdGordon|: does.. it have more than one frame? :3
11:55:32 <LordAro> also, gfycat.com that, makes life much easier
11:56:44 *** Ristovski has joined #openttd
11:57:32 <theholyduck> JdGordon|, i think you would be better off encoding to h264 and uploading the animation to a site like mediacru.sh.
11:57:42 <theholyduck> especially on openttd content
11:57:50 <theholyduck> it compressed ludicrously well with h264
11:58:00 <JdGordon|> I'll try tomorow maybe
11:58:13 <JdGordon|> pity I couldnt do this with the giant screenshot!
11:58:38 <theholyduck> not to mention, it can even convert gifs to h264/vp8 for the same effect
12:00:36 <JdGordon|> almost finished saving on gfycat
12:00:47 <theholyduck> i prefer mediacrush
12:02:01 <theholyduck> mosly because it has a less obnoxious name, and is entirely open source
12:02:37 <theholyduck> not to mention you can create your own h264 videos for streaming and upload directly, for higher quality without relying on gif conversions
12:40:21 *** tokai|mdlx has joined #openttd
12:46:29 <Eddi|zuHause> JdGordon|: maybe try the "zoomed-in-screenshot", it hides all the gui elements
12:46:51 <Eddi|zuHause> also, you should make it not loop
15:58:01 *** valhallasw has joined #openttd
17:11:24 <slee> hello, can you not increase the loan? i set max_loan = 1000000(was originally 500000), but it didn't increase my loan in the game, is $1M the highest you can set?
17:12:28 <V453000> might apply only to new game
17:12:43 <slee> i've been using the cheat to give myself $20M to start(investors) then pay it back when i reach $20M, but i'd at least like to pay interest on it
17:13:19 <V453000> this game isnt about money.
17:14:59 <slee> well, i tried adv settings at main menu to set loan and in a new game, neither will allow over $1M...just curious if i was missing something to achieve this
17:20:46 <planetmaker> set a different currency ;)
17:23:27 <slee> how will that increase max loan amount?
17:26:41 <planetmaker> it will appear higher :)
17:26:46 <planetmaker> as will all costs
17:27:00 <planetmaker> or lower. If you select GBP instead of USD
17:33:14 *** retro|cz has joined #openttd
17:53:41 <V453000> well you could use some currency and basecosts with reduction of all costs
18:04:37 *** ChickeNES has joined #openttd
18:07:37 *** Progman has joined #openttd
18:10:39 <slee> thinking back on the preconditioning of the people with gov drone use(amazon delivering packages via drone *rolls eyes*) someone could make a 'drone delivery' grf, houses/buildings in towns can place orders, use drones to deliver...factory > drone HQ > house/buildings ....0_o
18:20:50 *** gelignite has joined #openttd
18:36:50 *** frosch123 has joined #openttd
18:37:05 *** Alberth has joined #openttd
18:37:05 *** ChanServ sets mode: +o Alberth
18:45:41 <DorpsGek> Commit by translators :: r26295 /trunk/src/lang (4 files in 2 dirs) (2014-02-04 18:45:31 UTC)
18:45:42 <DorpsGek> -Update from WebTranslator v3.0:
18:45:43 <DorpsGek> danish - 1 changes by phnoggie
18:45:44 <DorpsGek> frisian - 147 changes by Geoloep
18:45:45 <DorpsGek> korean - 130 changes by Phryxia, telk5093
18:45:46 <DorpsGek> luxembourgish - 1 changes by Phreeze
18:59:34 *** tokai|noir has joined #openttd
18:59:34 *** ChanServ sets mode: +v tokai|noir
19:09:38 *** tyteen4a03 has joined #openttd
19:14:03 *** tyteen4a03 has joined #openttd
19:23:22 *** tyteen4a03 has joined #openttd
19:24:50 *** glx is now known as Guest108
19:30:39 *** tyteen4a03 has joined #openttd
19:32:14 *** andythenorth has joined #openttd
19:32:29 * andythenorth tries to remember how to make money in ttd
19:33:08 <Taede> transport ink and paper to the printers
19:33:25 *** tyteen4a03 has joined #openttd
19:33:29 <andythenorth> that's a missing chain in FIRS
19:35:34 *** ChickeNES has joined #openttd
19:36:14 <Xaroth|Work> high speed, long distances
19:38:42 <Alberth> buying speed could be explained in a very wrong way :p
19:40:54 *** tyteen4a03 has joined #openttd
19:41:04 <Eddi|zuHause> i remember some games where it was almost impossible to earn money, especially station costs were harsh (this was pre-infrastructure-maintenance, but maybe it was the fault of some daylength patch)
19:43:51 *** tyteen4a03 has joined #openttd
19:50:36 *** tyteen4a03 has joined #openttd
19:54:29 *** tyteen4a03 has joined #openttd
20:17:47 *** Supercheese has joined #openttd
20:38:18 *** tycoondemon has joined #openttd
20:49:16 <andythenorth> why are we not moaning about something?
20:50:41 <Pinkbeast> What do you want - cargod*st, UKRS2 vs 2CC, timetable separation, cargo payment, making trains use sensible platforms, people don't use RVs... ?
20:54:49 <Alberth> instead code a few industries from mars :p
20:56:24 * andythenorth not coding anything
21:30:45 *** welshdragon has joined #openttd
21:33:20 <andythenorth> breakdowns are...broken :)
22:00:26 *** ChickeNES has joined #openttd
22:20:46 *** Aristide has joined #openttd
22:33:41 *** welshdragon has joined #openttd
23:03:31 *** ChickeNES has joined #openttd
23:13:39 <slee> i watched 1 of the 3 videos on youtube on freerct....doesn't look like it's ready for heavy game play
23:19:17 <Xaroth|Work> does it have to be?
23:22:19 *** Djohaal has joined #openttd
23:24:27 *** tokai|mdlx has joined #openttd
continue to next day ⏵