[WIP] Diplomancy OXP

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Re: [WIP] Diplomacy OXP

Post by Svengali »

This all sounds really intriguing. I'll have to try it .-)

Just a quick note - probably it's better to use GNN instead of Snoopers. Snoopers stalled already and it's time to get rid of CCL, OXPConfig and Hyperradio. Library offers better functionality and flexibility and if something is missing let me know.
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

Svengali wrote: Tue Nov 13, 2018 8:24 pm
This all sounds really intriguing. I'll have to try it .-)

Just a quick note - probably it's better to use GNN instead of Snoopers. Snoopers stalled already and it's time to get rid of CCL, OXPConfig and Hyperradio. Library offers better functionality and flexibility and if something is missing let me know.
Thank you :p
Nethertheless, it's far from being finished.

Well yes, I've just read the 2018 threads and it seems you did some good work :mrgreen:

I'll convert from Snoopers to GNN soon. As my WIP oxp is in the package manager, I thought I'd wait for Library to be in it before switching to it. Am I wrong?

Edit: I've just seen you've obtained the rights to the manager and will upload those oxps. Yummy!
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

The 0.14 version is in the manager.

Improvement, flavor: War declaration! Peace! Snooper news about them!
Improvement, flavor: Wars map!
Improvement, dev func: the war threshold and the alliance threshold are scriptable through the WarEngineAPI.
Improvement, dev func: new F4 interface making History happen for debug purposes.
Improvement, code consistency: Alliances scripts become War scripts.

=====================================================================

Next version might include:
0.15 The player may acquire a Citizenship in their current system, and choose which one of their citizenships is displayed.
0.16 War declaration generates an immediate gdp growth increase!

=====================================================================

What's currently implemented functionality-wise?

Systems treasury!
Wars require money, and countries are defeated either by battles or by bankruptcy,
sometimes the latter producing the former.
The Treasury and Tax levels are displayed in the F7 system information.
Each system treasury is increased through taxation each player jump,
depending on the time past since the last jump.

Strategic maps!
New F4 Interface screens: the Wars Map! The Diplomatic Map!

Systems alliances, wars!
Two systems within 7ly of each other may now form an alliance, if they like each other enough.
They may break their alliance, too =-o !
They may wage war to each other, and make peace too :) !
New F4 Interface screen: the Systems History!

News!
Some Snooper news are now displayed when an alliance is formed or broken between two systems,
or when a war starts or ends between two systems, and the player is in one of those systems.

==============================
What's currently implemented technically?

The oxp contains Engines which may be accessed through APIs:
- EngineAPI,
- WarEngineAPI,
- HistoryAPI,
- SystemsAPI,
- EconomyEngineAPI.

The APIs are designed to be easy to use by developers to implement interesting galaxy-spanning events.

==============================
Effects on game difficulty

None yet.

==============================
Effects on game performance

This oxp works only when the player is docked, so there is no impact during the flight time.
During the docking, it works once every ten frames, the effect on player experience should be negligible.
If it isn't negligible, tell me and I'll put in the ability to choose the number of frames.
Even if the effect is negligible on the player, it uses lots of cpu, so it might not be negligible on the battery.

==============================
Compatibility

==============================
Dependencies

- Snoopers OXP

==============================
Instructions

Do not unzip the .oxz file, just move into the AddOns folder of your Oolite installation.

==============================
License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License version 4.0.
If you are re-using any piece of this OXP, please let me know by sending an e-mail to david at pradier dot info

==============================
Known bugs

None.

==============================
Changelog

0.14 Improvement, flavor: War declaration! Peace! Snooper news about them!
Improvement, flavor: Wars map!
Improvement, dev func: the war threshold and the alliance threshold are scriptable through the WarEngineAPI.
Improvement, dev func: new F4 interface making History happen for debug purposes.
Improvement, code consistency: Alliances scripts become War scripts.
0.13 Bugfix: manifest.plist for the oxz manager.
0.12 Bugfix: manifest.plist for the oxz manager.
0.11 Improvement, flavor: added a F4 Alliances Map, showing alliances between systems.
Improvement, flavor: having only Snooper news for the player current system.
Improvement, flavor: fixed Diziet Sma citation
Improvement, code consistency: the tax script becomes the economy script.
Improvement, code consistency: removed the TechnicalPrinciples.txt file, as its content is now mainly in the new OXP Performance thread.
Improvement, dev func: added a beginning of Economy Engine API.
Improvement, dev func: added a _debug flag in the Engine to start as if you just spent a turn and entered the station; ie, events are processing.
0.10 Improvement, flavor: added a F4 System history, showing the F7-selected system events history. The displayed text depends on a formatting function definable through API per event.
Improvement, flavor: the alliance and alliance break events are now displayed in the history.
Improvement, dev func: the EngineAPI provides the events, and the events by actor.
Improvement, dev func: the EngineAPI allows now to store a variable in the saved state with the other saved variables of the oxp.
Improvement, dev func: introduced a Systems API and a History API. The systems API provides the system actors indexed by galaxyID and systemID.
0.9 Improvement, flavor: the score given to a system by another depend on who they are allied to.
Improvement, flavor: systems may now break their alliances.
Bugfix: systems within 7 ly of any of both systems in the alliance are now informed of the alliance.
Improvement, dev func: introduced an Alliance API.
0.8 Improvement, flavor: Two systems within 7ly of each other may now form an alliance, depending
on their relation quality. Currently, each must have a score for the other of at least +0.5.
Improvement, flavor: some Snooper news are now displayed when an alliance is formed between two systems,
and the player is within 7ly of one of the allied systems.
New, oxp dev func: introduced a functional Event system.
0.7 Improvement, flavor: added a F4 Strategic Map, showing links between systems nearer than 7. The relation between systems is currently based on their government.
0.6 Improvement, flavor: tax amount depends on the time spent since the last taxation.
Improvement, speed: major refactor to remove closures, dereferences, JSON (de)serialization special functions.
0.5 Bugfix manifest.plist for the oxz manager.
0.4 Put into the oxz manager.
0.3 New, oxp dev func: delivered DiplomacyEngineAPI for oxp developers, provided a dedicated readme file.
New, doc: provided a dedicated file DiplomacyRoadmap.txt
Improvement, code consistency: the Systems and Tax js script now use the API rather than the native engine calls.
Improvement, speed: optimized the loops in the engine
Improvement, logic: when starting, the player is docked, so we should process the saved actions.
Bugfix: solved a bug in the Tax script recurrent tax task after a savefile load.
Bugfix: the init action using the api wasn't working after a restore from the savefile.
Cleaning: log cleaning, file cleaning.
0.2 The actions are made progressively, one every 10 frames when docked, so as not to need more execution time than allowed at the same time, and to avoid slowdowns during the game.
0.1 First version of the Diplomacy engine. Systems are introduced as a type of "Actor". "SELFTAX" is introduced as an event for systems. Tax level and treasury are displayed on the F7 screen.
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

For those who'd like to play with the code or build on the included libraries, I've put into the manager a new OXP: Diplomacy Debugger.
It currently allows to add the Advanced Navigational Array to the player ship, and to advance History turn per turn instead of having to go to another planetary system to advance History.

Edit: i didn't put it in the manager by mistake, and finally decided against putting a Debugging in the manager where there is already a lot of packages.
The last version of the debugger is always available here.
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

The 0.15 version is in the manager! Now available today!:

Citizenships!
The player may acquire, or renounce, a system citizenship when visiting this system, for the right price. They may choose which one of their citizenships is announced as the flag of their ship.

==============================

What's currently implemented functionality-wise?

Systems treasury!
Wars require money, and countries are defeated either by battles or by bankruptcy,
sometimes the latter producing the former.
The Treasury and Tax levels are displayed in the F7 system information.
Each system treasury is increased through taxation each player jump,
depending on the time past since the last jump.

Strategic maps!
New F4 Interface screens: the Wars Map! The Diplomatic Map!

Systems alliances, wars!
Two systems within 7ly of each other may now form an alliance, if they like each other enough.
They may break their alliance, too =-o !
They may wage war to each other, and make peace too :) !
New F4 Interface screen: the Systems History!

News!
Some Snooper news are now displayed when an alliance is formed or broken between two systems,
or when a war starts or ends between two systems, and the player is in one of those systems.

Citizenships!
The player may acquire, or renounce, a system citizenship when visiting this system, for the right price. They may
choose which one of their citizenships is announced as the flag of their ship.

==============================
What's currently implemented technically?

The oxp contains Engines which may be use by developers to implement interesting galaxy-spanning events:
- Engine,
- War,
- History,
- Systems,
- Economy,
- Citizenships.

==============================
Effects on game difficulty

None yet.

==============================
Effects on game performance

This oxp works only when the player is docked, so there is no impact during the flight time.
During the docking, it works once every ten frames, the effect on player experience should be negligible.
If it isn't negligible, tell me and I'll put in the ability to choose the number of frames.
Even if the effect is negligible on the player, it uses lots of cpu, so it might not be negligible on the battery.

==============================
Compatibility

==============================
Dependencies

- Snoopers OXP

==============================
Instructions

Do not unzip the .oxz file, just move into the AddOns folder of your Oolite installation.

==============================
License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License version 4.0.
If you are re-using any piece of this OXP, please let me know by sending an e-mail to david at pradier dot info

==============================
Known bugs

None.

==============================
Changelog

0.15 Improvement, flavor: the player may acquire or renounce the citizenship of the system they are in.
Improvement, flavor: the player may display one of their citizenships as the flag of their ship.
Improvement, dev func: other scripts may subscribe to be informed of a citizenship change of the player.
Improvement, dev func: citizenships prices are dynamic and available to other scripts.
Improvement, dev func: other scripts may inquire if the player has a particular citizenship.
Improvement, code quality: introduced JsDoc comments, including some allowing to document the Oolite javascript hooks!
0.14 Improvement, flavor: War declaration! Peace! Snooper news about them!
Improvement, flavor: Wars map!
Improvement, dev func: the war threshold and the alliance threshold are scriptable through the WarEngineAPI.
Improvement, dev func: new F4 interface making History happen for debug purposes.
Improvement, code consistency: Alliances scripts become War scripts.
0.13 Bugfix: manifest.plist for the oxz manager.
0.12 Bugfix: manifest.plist for the oxz manager.
0.11 Improvement, flavor: added a F4 Alliances Map, showing alliances between systems.
Improvement, flavor: having only Snooper news for the player current system.
Improvement, flavor: fixed Diziet Sma citation
Improvement, code consistency: the tax script becomes the economy script.
Improvement, code consistency: removed the TechnicalPrinciples.txt file, as its content is now mainly in the new OXP Performance thread.
Improvement, dev func: added a beginning of Economy Engine API.
Improvement, dev func: added a _debug flag in the Engine to start as if you just spent a turn and entered the station; ie, events are processing.
0.10 Improvement, flavor: added a F4 System history, showing the F7-selected system events history. The displayed text depends on a formatting function definable through API per event.
Improvement, flavor: the alliance and alliance break events are now displayed in the history.
Improvement, dev func: the EngineAPI provides the events, and the events by actor.
Improvement, dev func: the EngineAPI allows now to store a variable in the saved state with the other saved variables of the oxp.
Improvement, dev func: introduced a Systems API and a History API. The systems API provides the system actors indexed by galaxyID and systemID.
0.9 Improvement, flavor: the score given to a system by another depend on who they are allied to.
Improvement, flavor: systems may now break their alliances.
Bugfix: systems within 7 ly of any of both systems in the alliance are now informed of the alliance.
Improvement, dev func: introduced an Alliance API.
0.8 Improvement, flavor: Two systems within 7ly of each other may now form an alliance, depending
on their relation quality. Currently, each must have a score for the other of at least +0.5.
Improvement, flavor: some Snooper news are now displayed when an alliance is formed between two systems,
and the player is within 7ly of one of the allied systems.
New, oxp dev func: introduced a functional Event system.
0.7 Improvement, flavor: added a F4 Strategic Map, showing links between systems nearer than 7. The relation between systems is currently based on their government.
0.6 Improvement, flavor: tax amount depends on the time spent since the last taxation.
Improvement, speed: major refactor to remove closures, dereferences, JSON (de)serialization special functions.
0.5 Bugfix manifest.plist for the oxz manager.
0.4 Put into the oxz manager.
0.3 New, oxp dev func: delivered DiplomacyEngineAPI for oxp developers, provided a dedicated readme file.
New, doc: provided a dedicated file DiplomacyRoadmap.txt
Improvement, code consistency: the Systems and Tax js script now use the API rather than the native engine calls.
Improvement, speed: optimized the loops in the engine
Improvement, logic: when starting, the player is docked, so we should process the saved actions.
Bugfix: solved a bug in the Tax script recurrent tax task after a savefile load.
Bugfix: the init action using the api wasn't working after a restore from the savefile.
Cleaning: log cleaning, file cleaning.
0.2 The actions are made progressively, one every 10 frames when docked, so as not to need more execution time than allowed at the same time, and to avoid slowdowns during the game.
0.1 First version of the Diplomacy engine. Systems are introduced as a type of "Actor". "SELFTAX" is introduced as an event for systems. Tax level and treasury are displayed on the F7 screen.
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

The 0.16 version is in the manager! Now available today!

What's new?

Strategic maps!
Showing the warring systems, and the diplomatic relationships!

News!
GNN news now replace Snoopers news.
Some GNN news are now displayed when an alliance is formed or broken between two systems, or when a war starts or ends between two systems, and the player is in one of those systems.

Citizenships!
The player may acquire, or renounce, a system citizenship when visiting this system, for the right price. They may choose which one of their citizenships is announced as the flag of their ship.
The player is considered fugitive when in systems warring with their flag.
Anarchies provide no citizenship and have no embassy district.
The player may buy days of visa in the Embassy district in a neighbouring, non-enemy from the destination, system.
Corporate systems, dictatorships and communists refuse docking to the player when stateless and visaless.


Effects on game difficulty
+ The player is considered fugitive when in systems warring with their flag.
+ The player is refused docking in some stations when they have not the requisite visa or passport.
+ Some new ways to spend money: passports, visas.


Dependencies
- GNN OXP
- Anarchies OXP


==============================
Apart from this, what's currently implemented functionality-wise?

Systems treasury!
Wars require money, and countries are defeated either by battles or by bankruptcy,
sometimes the latter producing the former.
The Treasury and Tax levels are displayed in the F7 system information.
Each system treasury is increased through taxation each player jump,
depending on the time past since the last jump.

Systems alliances, wars!
Two systems within 7ly of each other may now form an alliance, if they like each other enough.
They may break their alliance, too =-o !
They may wage war to each other, and make peace too :) !
New F4 Interface screen: the Systems History!

==============================
What's currently implemented technically?

The oxp contains Engines which may be use by developers to implement interesting galaxy-spanning events:
- (main) Engine,
- War,
- History,
- Systems,
- Economy,
- Citizenships.

==============================
Effects on game performance

This oxp works only when the player is docked, so there is no impact during the flight time.
During the docking, it works once every ten frames, the effect on player experience should be negligible.
If it isn't negligible, tell me and I'll put in the ability to choose the number of frames.
Even if the effect is negligible on the player, it uses lots of cpu, so it might not be negligible on the battery.

==============================
Compatibility

==============================
Dependencies

- GNN OXP
- Anarchies OXP

==============================
Instructions

Do not unzip the .oxz file, just move into the AddOns folder of your Oolite installation.

==============================
License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License version 4.0.
If you are re-using any piece of this OXP, please let me know by sending an e-mail to david at pradier dot info

==============================
Known bugs

None.

==============================
Changelog

0.16 Improvement, flavor: the player is considered fugitive when in systems warring with their flag.
Improvement, flavor: no "Embassy district" in anarchies, no citizenship in an Anarchy
Improvement, flavor: the player may buy days of visa (cost: productivity / population / 365 per day) in the embassy district in a neighbouring, non-enemy from the destination system.
Improvement, flavor: the first time the Diplomacy OXP is used, if a visa is needed in the current system, we give the player a 1-day visa.
Improvement, flavor: a GNN news introduces the Visa Law.
Improvement, flavor: when stateless, docking is refused in corporates, dictatorships and communists without having a visa.
Improvement, flavor: maps are centered and zoomed. Possibility to center on the target system, or on the whole trajectory. Possibility to display the short/quick trajectory, or no trajectory at all.
Improvement, performance: the API are removed in favor of JsDoc.
Improvement, code quality: the Snoopers dependency, which is deprecated, is replaced by the GNN dependency. Oolite minimal required version is now 1.88, because of this.
Improvement, code quality: moved the GNN connection to external script.
Improvement, code quality: tax level and treasury are now displayed through mission.addMessageText rather than through a modification of the system description.
Improvement, tweaking: the alliance threshold between systems is lowered.
Bugfix: the initActions wasn't set as it should be. In particular, initActionsByType wasn't set when adding an initAction, and initActions was set with an ActorType as key instead of an ActionId.
0.15 Improvement, flavor: the player may acquire or renounce the citizenship of the system they are in.
Improvement, flavor: the player may display one of their citizenships as the flag of their ship.
Improvement, dev func: other scripts may subscribe to be informed of a citizenship change of the player.
Improvement, dev func: citizenships prices are dynamic and available to other scripts.
Improvement, dev func: other scripts may inquire if the player has a particular citizenship.
Improvement, code quality: introduced JsDoc comments, including some allowing to document the Oolite javascript hooks!
0.14 Improvement, flavor: War declaration! Peace! Snooper news about them!
Improvement, flavor: Wars map!
Improvement, dev func: the war threshold and the alliance threshold are scriptable through the WarEngineAPI.
Improvement, dev func: new F4 interface making History happen for debug purposes.
Improvement, code consistency: Alliances scripts become War scripts.
0.13 Bugfix: manifest.plist for the oxz manager.
0.12 Bugfix: manifest.plist for the oxz manager.
0.11 Improvement, flavor: added a F4 Alliances Map, showing alliances between systems.
Improvement, flavor: having only Snooper news for the player current system.
Improvement, flavor: fixed Diziet Sma citation
Improvement, code consistency: the tax script becomes the economy script.
Improvement, code consistency: removed the TechnicalPrinciples.txt file, as its content is now mainly in the new OXP Performance thread.
Improvement, dev func: added a beginning of Economy Engine API.
Improvement, dev func: added a _debug flag in the Engine to start as if you just spent a turn and entered the station; ie, events are processing.
0.10 Improvement, flavor: added a F4 System history, showing the F7-selected system events history. The displayed text depends on a formatting function definable through API per event.
Improvement, flavor: the alliance and alliance break events are now displayed in the history.
Improvement, dev func: the EngineAPI provides the events, and the events by actor.
Improvement, dev func: the EngineAPI allows now to store a variable in the saved state with the other saved variables of the oxp.
Improvement, dev func: introduced a Systems API and a History API. The systems API provides the system actors indexed by galaxyID and systemID.
0.9 Improvement, flavor: the score given to a system by another depend on who they are allied to.
Improvement, flavor: systems may now break their alliances.
Bugfix: systems within 7 ly of any of both systems in the alliance are now informed of the alliance.
Improvement, dev func: introduced an Alliance API.
0.8 Improvement, flavor: Two systems within 7ly of each other may now form an alliance, depending
on their relation quality. Currently, each must have a score for the other of at least +0.5.
Improvement, flavor: some Snooper news are now displayed when an alliance is formed between two systems,
and the player is within 7ly of one of the allied systems.
New, oxp dev func: introduced a functional Event system.
0.7 Improvement, flavor: added a F4 Strategic Map, showing links between systems nearer than 7. The relation between systems is currently based on their government.
0.6 Improvement, flavor: tax amount depends on the time spent since the last taxation.
Improvement, speed: major refactor to remove closures, dereferences, JSON (de)serialization special functions.
0.5 Bugfix manifest.plist for the oxz manager.
0.4 Put into the oxz manager.
0.3 New, oxp dev func: delivered DiplomacyEngineAPI for oxp developers, provided a dedicated readme file.
New, doc: provided a dedicated file DiplomacyRoadmap.txt
Improvement, code consistency: the Systems and Tax js script now use the API rather than the native engine calls.
Improvement, speed: optimized the loops in the engine
Improvement, logic: when starting, the player is docked, so we should process the saved actions.
Bugfix: solved a bug in the Tax script recurrent tax task after a savefile load.
Bugfix: the init action using the api wasn't working after a restore from the savefile.
Cleaning: log cleaning, file cleaning.
0.2 The actions are made progressively, one every 10 frames when docked, so as not to need more execution time than allowed at the same time, and to avoid slowdowns during the game.
0.1 First version of the Diplomacy engine. Systems are introduced as a type of "Actor". "SELFTAX" is introduced as an event for systems. Tax level and treasury are displayed on the F7 screen.
Godev1
Poor
Poor
Posts: 5
Joined: Wed Sep 23, 2020 4:33 pm

Re: [WIP] Diplomacy OXP

Post by Godev1 »

Hi, this is a great addon! I only have the problem that my one-day visa is always expired after jumping to the related system. So what's the point of buying a one-day visa for Zaonce, let's say in Lave, when it's exired as soon as you arrive there. I always get fined for unallowed docking. Or is there anything I've missed?
User avatar
Cholmondely
Archivist
Archivist
Posts: 4983
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: [WIP] Diplomacy OXP

Post by Cholmondely »

Godev1 wrote: Wed Sep 23, 2020 6:25 pm
Hi, this is a great addon! I only have the problem that my one-day visa is always expired after jumping to the related system. So what's the point of buying a one-day visa for Zaonce, let's say in Lave, when it's expired as soon as you arrive there. I always get fined for unallowed docking. Or is there anything I've missed?

Greetings and Salutations! Welcome to the merry throng! Congratulations on evading the eagle-eyed chaps with the blunderbusses and the samurai swords bouncing around on the top of the clock tower!

A fascinating point. I've not tried Diplomacy yet, but it seems like a super wheeze for gubernatorial money-making. Well discovered! And what makes it really good is that you don't discover the mess you are in until you are in Zaonce's legal jurisdiction - where you have no hope of appeal. I'll have to pass the word on to my cousins back at Digebiti - we should be able to make some dosh out of this one too! And maybe some of our modern 2020 political geniuses will also want to copy it.
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
dybal
---- E L I T E ----
---- E L I T E ----
Posts: 499
Joined: Mon Feb 10, 2020 12:47 pm

Re: [WIP] Diplomacy OXP

Post by dybal »

I tried this OXP when I was new to Oolite.

I saw two problems with the visa scheme:

- the visas being offered for system A in the neighbour system B were often for less time than the travel time from B to A;
- no way to get a visa for the system your are in.

After several times that I got to a system and couldn't dock because the visa had already expired, or I forgot to get one before the jump, I gave up and removed the OXP: too frustrating an experience!
Last edited by dybal on Thu Sep 24, 2020 11:52 pm, edited 1 time in total.
Godev1
Poor
Poor
Posts: 5
Joined: Wed Sep 23, 2020 4:33 pm

Re: [WIP] Diplomacy OXP

Post by Godev1 »

Yep, that's exactly what I'm talking about. I'd like to hear the more exprienced players, and how they handle this. Because I think there must be a way. Or are we supposed to pay the fine for unallowed docking everytime, until we can afford better equipment. passports and citizenship? I also read that you won't be fined for docking without visa on every station. According to the author it's only on "some stations".
But the other things this addon does are quite a nice addition.
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

Godev1 wrote: Wed Sep 23, 2020 6:25 pm
Hi, this is a great addon! I only have the problem that my one-day visa is always expired after jumping to the related system. So what's the point of buying a one-day visa for Zaonce, let's say in Lave, when it's exired as soon as you arrive there. I always get fined for unallowed docking. Or is there anything I've missed?
Hi Godev1, and thank you :) !

Thank you for the report too.
I always thought I was still the only one using this oxp.
Hmm, either there is a bug, which is always possible, or 1-day visa is too short a time.

The idea was to have a one-time visa, to be used immediately. Maybe I should put a duration of one day+7ly time?
What do you think?
Cholmondely wrote: Thu Sep 24, 2020 2:24 am
A fascinating point. I've not tried Diplomacy yet, but it seems like a super wheeze for gubernatorial money-making. Well discovered! And what makes it really good is that you don't discover the mess you are in until you are in Zaonce's legal jurisdiction - where you have no hope of appeal. I'll have to pass the word on to my cousins back at Digebiti - we should be able to make some dosh out of this one too! And maybe some of our modern 2020 political geniuses will also want to copy it.
:D
dybal wrote: Thu Sep 24, 2020 6:44 pm
I tried this OXP when I was new to Oolite.

I saw two problems with the visa scheme:

- the visas being offered for system A in the neighbour system B were often for less time than the travel time from B to A;
- no way to get a visa for the system your are in.

After several times that I got to a system and couldn't dock because the visa had already expired, or I forgot to get one before the jump, I gave up and removed the OXP: too frustrating an experience!
Hi dybal, so the duration is really too short.

I'll try to do a fix soon.
Godev1 wrote: Thu Sep 24, 2020 8:29 pm
Yep, that's exactly what I'm talking about. I'd like to hear the more exprienced players, and how they handle this. Because I think there must be a way. Or are we supposed to pay the fine for unallowed docking everytime, until we can afford better equipment. passports and citizenship? I also read that you won't be fined for docking without visa on every station. According to the author it's only on "some stations".
But the other things this addon does are quite a nice addition.
No, no, it's totally a bug on my part.

Edit:
dybal wrote: Thu Sep 24, 2020 6:44 pm
I saw two problems with the visa scheme:
[...]
- no way to get a visa for the system your are in.
Well yes, that's the idea with visas in the real world. Some countries deliver automatically a free visa when you arrive, like the United Arab Emirates to the citizen of European Union, but it's an exception.
What could be the incentive to get a visa before entering the system if you could obtain one in the system? Avoiding a quarantine?
Well, in fact, that could be a good idea, as a quarantine would mess havoc with couriers.
What do you think?
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

Godev1 wrote: Thu Sep 24, 2020 8:29 pm
I also read that you won't be fined for docking without visa on every station. According to the author it's only on "some stations".
Yes, you can buy a visa for the neighbouring, non-enemy, dictator, communist or corporate systems.
Godev1 wrote: Thu Sep 24, 2020 8:29 pm
Because I think there must be a way. Or are we supposed to pay the fine for unallowed docking everytime, until we can afford better equipment. passports and citizenship?
In fact, you can buy days of visa.
You have to check the time of your arrival, and buy enough days of visa to arrive to the target system.
I played as a courier, and I seem to remember it was working. I don't have a functional oolite system right now to check, so I would appreciate if you could try it :-)

So, even if it's not a bug, it means some better displayed information is needed.
User avatar
Cholmondely
Archivist
Archivist
Posts: 4983
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: [WIP] Diplomacy OXP

Post by Cholmondely »

The only time I had to get one of these was for visiting Ethiopia - I got a visa for an entire year with as many visits as I wanted during that year.

It would seem that one should be able to choose between a selection of
- lifetime visas,
- one visit visas (which last for - say a week - and can take place within the next year/month/week)
- a visa for say a year allowing multiple entries
etc

Perhaps one starts with a one-visit visa and then one can later convert it to a many-visit version.
Or extend the period of stay (from within the state one is currently resident in and which requires the extension for continued residency).

These complications would seem to mirror our Real-Life reality as we know it in a more recognisable fashion.

You had better change it quick before Putin, Xi & Trump spot it and decide to emulate it!
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
Cholmondely
Archivist
Archivist
Posts: 4983
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: [WIP] Diplomacy OXP

Post by Cholmondely »

Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
Day
---- E L I T E ----
---- E L I T E ----
Posts: 545
Joined: Tue Mar 03, 2015 11:35 am
Location: Paris

Re: [WIP] Diplomacy OXP

Post by Day »

Cholmondely wrote: Tue Jan 19, 2021 12:41 am
Thanks a lot, Cholmondely!!
Post Reply