Building ships from assimilated / conquered stations

I want my 15 rapid-fire quantum torpedo launchers Uber-Defiant now! - Get help from modders. Share your work. Discuss modifications.
1, 2
posted on October 9th, 2013, 7:35 pm
i play one ai merciles often and they always mixing avatar stuff . its harder because they have advantages of bouth avatars against mine single avatar.
posted on October 9th, 2013, 9:27 pm
Ok, just the final report that everything now works as I had hoped it to.

First I changed the values of all buildItemXAvailability = X entries via Regex to 0 which strangely enough didn't work. The description in the link says 0 would be the default value, so I thought I'd change them instead of removing them alltogether. Maybe I made some mistake.

Anyway I've now removed all thoses entries in all odf files with Notepad++ via the "Find in Files" function and the following Regex and that did the job (in case it helps anybody who wants to do the same):

Search Mode: Regular Expression
Code: Select all
Search for: "builditem[\d]+availability = [\d]+" (without the quotes)
Replace with: (leave empty)


After that, to clean up all the empty lines left behind

Search Mode: Extended
Code: Select all
Search for: "\r\n\r\n" (again, without the quotes)
Replace with: (leave empty)


Thank you yet again for helping me figure this out. It's great how supportive you all are - contrary to a few other forums I have visited.
1, 2
Reply

Who is online

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

cron