Search found 5200 matches

by phkb
Sat Jun 21, 2025 10:47 pm
Forum: Expansion Pack
Topic: [RELEASE] Towbar OXP v1.0
Replies: 225
Views: 250639

Re: [RELEASE] Towbar OXP v1.0

Sure. In the "towbar.js" file, on line 1090, change this:

Code: Select all

    for (c in market) {
to this:

Code: Select all

    for (var c in market) {
by phkb
Sat Jun 21, 2025 10:42 pm
Forum: Expansion Pack
Topic: Additional Planets SR.oxp
Replies: 221
Views: 174915

Re: Additional Planets SR.oxp

До этого дополнение Lave 2.2 (2.3) блокировало создание дополнительного рынка товаров на станции. В этот раз рынок появился. НО только с Additional_planets_sr_base v0.7! Новая версия (Additional_planets_sr_base_0.9) всё так же не работает. Сейчас покажу на примерах. When the Lave OXP is working, th...
by phkb
Sat Jun 21, 2025 10:29 pm
Forum: Expansion Pack
Topic: Scripters cove
Replies: 1793
Views: 849122

Re: Scripters cove

That would still be of interest if not inconvenient for you. //------------------------------------------------------------------------------------------------------------- // stop the player from selling cargo (in this case, slaves) this.playerSoldCargo = function (commodity, units, price) { var p...
by phkb
Sat Jun 21, 2025 11:39 am
Forum: Testing and Bug reports
Topic: deploySite task in github workflow failing
Replies: 58
Views: 24550

Re: deploySite task in github workflow failing

another_commander wrote: Sat Jun 21, 2025 11:10 am
The updater must be updated as well.
Right. On it.
by phkb
Sat Jun 21, 2025 10:45 am
Forum: Expansion Pack
Topic: [Release] Market inquirer
Replies: 93
Views: 87926

Re: [Release] Market inquirer

Krager wrote: Tue Jun 17, 2025 6:54 pm
Когда текст в отдельном файле переводить намного удобнее и нет опасения испортить код) Спасибо!
You're welcome. We'll get there, one OXP at a time.
by phkb
Sat Jun 21, 2025 10:44 am
Forum: Testing and Bug reports
Topic: deploySite task in github workflow failing
Replies: 58
Views: 24550

Re: deploySite task in github workflow failing

Tested both x64 and x86 in Windows 11 Sandbox. All good, seems to be packed fine, run fine, download OXPs fine. Good stuff. Thanks a_c. So, does that mean we now have functional replacements for all the 1.90 release binaries/zips? Is the replacement process as simple as removing the old ones and up...
by phkb
Sat Jun 21, 2025 8:02 am
Forum: Expansion Pack
Topic: Interface Reordering OXP
Replies: 29
Views: 6163

Re: Interface Reordering OXP

Krager wrote: Mon Jun 16, 2025 11:27 am
Странный символ в конце строки. Поэтому и подумал что какая то ошибка или глюк.
It's a special character used to override the default ordering. I get exactly the same message in my log. Basically, it's by design. Nothing to worry about.
Image
by phkb
Sat Jun 21, 2025 7:59 am
Forum: Expansion Pack
Topic: [WIP] Life in the Frontier OXP
Replies: 217
Views: 188349

Re: [WIP] Life in the Frontier OXP

Слишком много текста, занимался почти неделю, оставлю всё как есть. Возможно кто нибудь возьмётся доработать и избавить от ошибок. Версия 0.7.3. Вроде работает стабильно, есть карта уровня. Выдаёт ошибку загрязнения имён в логах. Edit the "LITF_Navigation.js" file. On line 11 change this:...
by phkb
Sat Jun 21, 2025 7:47 am
Forum: Expansion Pack
Topic: Additional Planets SR.oxp
Replies: 221
Views: 174915

Re: Additional Planets SR.oxp

When I put Lave 2.3 and the updated Additional Planets (v0.9) into the Russian OXP set I downloaded from your links, everything appears correctly:
Image
by phkb
Sat Jun 21, 2025 7:28 am
Forum: Expansion Pack
Topic: Additional Planets SR.oxp
Replies: 221
Views: 174915

Re: Additional Planets SR.oxp

Пробовал, не работает. Заменял и в версии 0.7 и в версии 0.9. Lave 2.2 (2.3) совместно с Additional_planets_sr_base не работает. Планеты не добавляются. В логах ошибки не появляются. Однако и планеты отсутствуют. В общем с этим скриптом планеты вообще не добавляются. Единственный плюс, ошибки пропа...
by phkb
Sat Jun 21, 2025 6:55 am
Forum: Expansion Pack
Topic: Library
Replies: 139
Views: 130055

Re: Library

Чуть освобожусь постараюсь посмотреть в сторону консоли отладки. Не знаю как ей пользоваться, буду искать. Get the debug console here: https://github.com/OoliteProject/oolite-debug-console/releases/tag/v2.14.205 You'll also need the "Deployment to Test release" found here for 1.90: https:...
by phkb
Sat Jun 21, 2025 6:48 am
Forum: Testing and Bug reports
Topic: deploySite task in github workflow failing
Replies: 58
Views: 24550

Re: deploySite task in github workflow failing

So I put together the Windows x86 and x64 builds with the adjusted download URL. It would be great if someone could give them a try and let me know if I've missed anything.
Oolite-1.90_x64.exe
Oolite-1.90_x86.exe
by phkb
Fri Jun 20, 2025 9:30 pm
Forum: Expansion Pack
Topic: Scripters cove
Replies: 1793
Views: 849122

Re: Scripters cove

It's a simple matter to prevent a player buying a commodity at a station (set market quantity to 0) but is there a simple way to prevent a player from selling a commodity at a station? I'm trying to simulate a no demand situation without just lowering the market price significantly. I want to not o...
by phkb
Mon Jun 09, 2025 7:14 am
Forum: Expansion Pack
Topic: Smugglers - The Galactic Underworld & Black Markets
Replies: 143
Views: 144562

Re: Smugglers - The Galactic Underworld & Black Markets

Version 2.6 is now in the wild. In this version: - Moved all text into descriptions.plist or missiontext.plist for easier localisation. - Corrected information in readme.txt. - Pushed out tech upgrades to every 60 days (rather than every 30). - When asked about milkruns, the Dock Master will now sho...