KGAT PATCHPACK R16183 32 patchs crashes

Forum for technical discussions regarding development. If you have a general suggestion, problem or comment, please use one of the other forums.

Moderator: OpenTTD Developers

Post Reply
simplexio
Engineer
Engineer
Posts: 9
Joined: 20 Mar 2009 16:46

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by simplexio »

It's compiling now.
not starting..
Error: Cannot open file 'copypaste.grf'

soo.. thanks for fixing patch. no i go looking for that grf

edit. yes.. start and seems to work ok now that i have that .grf
only problem is that i cant load latest nighly saves.. well you cant get all :)
simplexio
Engineer
Engineer
Posts: 9
Joined: 20 Mar 2009 16:46

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by simplexio »

You could consider adding this patch to pack http://www.tt-forums.net/viewtopic.php?f=33&t=41260 (signals in tunnels) signaltunnel_V12_r15755.patch
patch goes over kgs.patch without problems...
now to play with routemarkers patch which was reason why i started to play with this patch but it seems that it isnt yet in pack.

EDIT:
Here is quick "fix" for it.
diff is against openttd r15778
patch -p1 < ./file.patch
routemarkers patch
http://www.tt-forums.net/viewtopic.php? ... 53#p755753
signal in tunnels
http://www.tt-forums.net/viewtopic.php?f=33&t=41260
and KGAT PATCHPACK R15776 from this topic


i did somekind ugly "hack" to routemarkers, had to change {} to () in static cons WindowsDesc function because gcc complained. why? no idea. I really dont know howto code C++, but hey it seems to work :)

edit: removed diff, no longer needed
Last edited by simplexio on 26 Mar 2009 18:56, edited 1 time in total.
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by 2007Alain2007 »

edit

HI simplexio said i will be adding theres patchs you have asked for sorry for the wait
scoz wrote:Salutations! Anyways after school resumed my free time was reduced to none, so I had to abandon this for a bit <_< Anyways I'm free again and plan to have a patched version including scrolling and resizing finished within a week(maybe even tonight, possibly). Thanks to those who kept it updated while I was absent, it shouldn't happen again :)
I am going to remove this patchs for now
Last edited by 2007Alain2007 on 22 Mar 2009 00:27, edited 1 time in total.
For Community Integrated Version http://code.google.com/p/civopenttd/
Conditional Zenith
Chief Executive
Chief Executive
Posts: 697
Joined: 10 Jun 2003 00:19
Location: Australia

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by Conditional Zenith »

simplexio wrote: i did somekind ugly "hack" to routemarkers, had to change {} to () in static cons WindowsDesc function because gcc complained. why? no idea. I really dont know howto code C++, but hey it seems to work :)
That's what I did on my local copy too. Trunk got changed in r15723 which broke that code, and I haven't posted the updated patch yet. Anyway, you can rest assured that you made the right change.
2007Alain2007 wrote: station_build_gui_r15760 is out dated now and i need to update this i am sorry about promiseing more patchs but i want the ones that i have got in work and keeped updated befor adding any more
I think you are starting to learn why patchpacks are a lot of work and most people give up sooner or later. The more patches you add, the harder it gets to keep them all working together and with trunk.
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by 2007Alain2007 »

yes i am finding out that but the more patchs i add the more ppl update there patchs i have seen :D

and there seem to be a bug or is this ment to look like it in r15800 of the station_build_gui window
New Bitmap Image.png
For Community Integrated Version http://code.google.com/p/civopenttd/
peebee
Engineer
Engineer
Posts: 31
Joined: 08 Feb 2008 13:02

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by peebee »

Great job! Is there any chance to see timetable-based seperation in a future patch-pack?
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by 2007Alain2007 »

peebee wrote:Great job! Is there any chance to see timetable-based seperation in a future patch-pack?
yer i realy like that idea but it needs a bit off work on it to be updated :) but i will have that in
For Community Integrated Version http://code.google.com/p/civopenttd/
simplexio
Engineer
Engineer
Posts: 9
Joined: 20 Mar 2009 16:46

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by simplexio »

0001-KGAT-patch-pack-24.3.2009.patch actually has 24.3.08 kgat patch + my routermarkers beta patch... (check routemarkers thread)
0002-signals-in-tunnels-v12-added.patch signal tunnels
apply top of
g319fce58 15833 0 g319fce58

i think it means SVN r15833

I added this stuff to kgat patchpack just to have openttd which dosent start annoy me after one hour... so if you have constructive criticism say it, if not i dont care.

I used in this latest addon git, which i have newer used before, and i dont actually know c++ at all. So if it dosent work for you, fix it and send patch. I tested this one for few minutes to see that chunnel +signals in tunnels work and routemarkers affect train routes.
also adde close airport patch from http://www.tt-forums.net/viewtopic.php? ... 8&start=80 and tested it fast

And for alan:
i think that those options are allready there, no reason to keep those in lists ?
Attachments
0001-KGAT-patch-pack-24.3.2009.patch
kgat+ routemarkers
(99.07 KiB) Downloaded 128 times
0002-signals-in-tunnels-v12-added.patch
signal in tunnel v2 for kgat
(52.51 KiB) Downloaded 128 times
0003-add-missing-files.patch
and files which were missing from two last patch
(90.89 KiB) Downloaded 118 times
simplexio
Engineer
Engineer
Posts: 9
Joined: 20 Mar 2009 16:46

Re: KGAT PATCHPACK Work Still Need (10 Patchs added and tested)

Post by simplexio »

And for somereason i cant add 4th attacment to last post so its here..
getting all kgat + routemarkers + signals in tunnel + close airport to work you should only need get SVN r15833 from svn reposity or g319fce58 from git reposity (not 100%) and add patches in same order to source.

And i started to think that is my "work" any good for alan ? can you reuse work that i have done, or do i have to learn better work flow ?

EDIT : not 100% if first page patch has all features in, so leave there here for now.
Make succesful in "gbc9bb928 15855 0 gbc9bb928" version.
so SVN r15855 should be ok too
Attachments
0004-added-airport-close-v7-r15594.patch-from.patch
close airports
(9.33 KiB) Downloaded 115 times
Last edited by simplexio on 26 Mar 2009 19:02, edited 1 time in total.
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (15 Patchs added and tested)

Post by 2007Alain2007 »

Sorry to say i am going to stop work on this but i will keep theres patchs uptodate with the trunk becuse i got my driving test to get done and work and g/f but i will add patchs in that have been updated

Thanks again for all the help you have givon me
For Community Integrated Version http://code.google.com/p/civopenttd/
Timmaexx
Transport Coordinator
Transport Coordinator
Posts: 301
Joined: 03 Jan 2009 17:55

Re: KGAT PATCHPACK Work Still Need (15 Patchs added and tested)

Post by Timmaexx »

Thank you very much Alain!
And good luck!

Nice that you are fighting for your ideas...
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (15 Patchs added and tested)

Post by 2007Alain2007 »

This just means that i will keep the KGAT patch pack runing and alive but will need the patch makers to update their patches to the latest trunk.
For Community Integrated Version http://code.google.com/p/civopenttd/
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (15 Patchs added and tested)

Post by 2007Alain2007 »

I just got 3 more patchs to add in aslo how do i upload a build i tryed the 7zip but it says its to big :(
For Community Integrated Version http://code.google.com/p/civopenttd/
User avatar
Leanden
Tycoon
Tycoon
Posts: 2613
Joined: 19 Mar 2009 19:25
Location: Kent

Re: KGAT PATCHPACK Work Still Need (18 Patchs added and tested)

Post by Leanden »

should fit in a .7z, split it into two if you need to!
Image
User avatar
Leanden
Tycoon
Tycoon
Posts: 2613
Joined: 19 Mar 2009 19:25
Location: Kent

Re: KGAT PATCHPACK Work Still Need (18 Patchs added and tested)

Post by Leanden »

Btw, did you get my pm's Alain?? I'd quite like a Mac Compiled Cargodest.
Image
User avatar
pavel1269
Route Supervisor
Route Supervisor
Posts: 473
Joined: 03 Dec 2006 13:22
Location: Czech Republic
Contact:

Re: KGAT PATCHPACK Work Still Need (15 Patchs added and tested)

Post by pavel1269 »

2007Alain2007 wrote:I just got 3 more patchs to add in aslo how do i upload a build i tryed the 7zip but it says its to big :(
delete all saves whitch you can have there
delete files like sample.cat and those trgxxx.grf
and it should fit just fine? :)
Forked
Engineer
Engineer
Posts: 43
Joined: 13 Jan 2008 20:36

Re: KGAT PATCHPACK Work Still Need (18 Patchs added and tested)

Post by Forked »

it seems the new forum limit is 2MB .. at least the last time I tried to upload something I compiled.
dihedral
Tycoon
Tycoon
Posts: 1053
Joined: 14 Feb 2007 17:48

Re: KGAT PATCHPACK Work Still Need (18 Patchs added and tested)

Post by dihedral »

remove all .svn folders :-D
User avatar
Ammler
President
President
Posts: 953
Joined: 18 Jun 2006 18:18
Location: Switzerland
Contact:

Re: KGAT PATCHPACK Work Still Need (18 Patchs added and tested)

Post by Ammler »

try

Code: Select all

make help
but the bundle will still be around >3MB, so I hope orudge will rise the limit again ;-)

Greets
Ammler
2007Alain2007
Chief Executive
Chief Executive
Posts: 658
Joined: 11 Nov 2007 12:06
Contact:

Re: KGAT PATCHPACK Work Still Need (18 Patchs added and tested)

Post by 2007Alain2007 »

yer just for me :P
For Community Integrated Version http://code.google.com/p/civopenttd/
Post Reply

Return to “OpenTTD Development”

Who is online

Users browsing this forum: Amazon [Bot] and 2 guests