Atlantean space center ( Obsolete / discontinued (for now))

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: STQAE space center

#26

Post by Bearbear76 »

I believe this is how it works

Code: Select all

"requirement":{"requirements":[{"type":"BUILDING","data":{"id":"text"}},{"type":"BUILDING","data":{"id":"text2"}},{"type":"BUILDING","data":{"id":"text3"}}]},

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: STQAE space center

#27

Post by JustAnyone »

Bearbear65 wrote:
23 Sep 2017, 13:50
I believe this is how it works

Code: Select all

"requirement":{"requirements":[{"type":"BUILDING","data":{"id":"text"}},{"type":"BUILDING","data":{"id":"text2"}},{"type":"BUILDING","data":{"id":"text3"}}]},
Lemme just...Yes. Yes. That's correct.
Example:

Code: Select all

"requirement":{"requirements":[{"type":"BUILDING","data":{"id":"@@@@"}}]},
@@@@ replace with rank ID.
Last edited by JustAnyone on 23 Sep 2017, 13:54, edited 1 time in total.

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#28

Post by THEMAX »

I will send you the json when tests will be finished

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#29

Post by THEMAX »

How to have monthly income from buildings like missile silo?

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: STQAE space center

#30

Post by JustAnyone »

THEMAX wrote:
23 Sep 2017, 15:05
How to have monthly income from buildings like missile silo?
Impossible. Lobby didn't implement it.

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#31

Post by THEMAX »

JustAnyone wrote:
23 Sep 2017, 15:13
THEMAX wrote:
23 Sep 2017, 15:05
How to have monthly income from buildings like missile silo?
Impossible. Lobby didn't implement it.
But how to gain money from some buildings?
Because my factories plugins are a important part of our space project
Last edited by THEMAX on 23 Sep 2017, 15:17, edited 1 time in total.

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: STQAE space center

#32

Post by JustAnyone »

THEMAX wrote:
23 Sep 2017, 15:15
JustAnyone wrote:
23 Sep 2017, 15:13
THEMAX wrote:
23 Sep 2017, 15:05
How to have monthly income from buildings like missile silo?
Impossible. Lobby didn't implement it.
But how to gain money from some buildings?
You can't. Because it would break the whole system.

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#33

Post by THEMAX »

JustAnyone wrote:
23 Sep 2017, 15:16
THEMAX wrote:
23 Sep 2017, 15:15
JustAnyone wrote:
23 Sep 2017, 15:13


Impossible. Lobby didn't implement it.
But how to gain money from some buildings?
You can't. Because it would break the whole system.
Oh no....

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#34

Post by CommanderABab »

THEMAX wrote:
23 Sep 2017, 15:15
JustAnyone wrote:
23 Sep 2017, 15:13
THEMAX wrote:
23 Sep 2017, 15:05
How to have monthly income from buildings like missile silo?
Impossible. Lobby didn't implement it.
But how to gain money from some buildings?
Because my factories plugins are a important part of our space project
Make them industrial. You can still have upgrades and requirements.

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#35

Post by THEMAX »

CommanderABab wrote:
23 Sep 2017, 15:22
THEMAX wrote:
23 Sep 2017, 15:15
JustAnyone wrote:
23 Sep 2017, 15:13


Impossible. Lobby didn't implement it.
But how to gain money from some buildings?
Because my factories plugins are a important part of our space project
Make them industrial. You can still have upgrades and requirements.
We can choose how many money we get?

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#36

Post by CommanderABab »

No, but you can choose

Code: Select all

 "workers": number
where number is positive integer. You get taxes from them.

User avatar
CommanderABab
AB
Reactions:
Posts: 11086
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#37

Post by CommanderABab »

JustAnyone wrote:
23 Sep 2017, 15:13
THEMAX wrote:
23 Sep 2017, 15:05
How to have monthly income from buildings like missile silo?
Impossible. Lobby didn't implement it.
The Gillender building provides monthly income. It's probably hardwired java code though.

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#38

Post by THEMAX »

CommanderABab wrote:
23 Sep 2017, 15:57
JustAnyone wrote:
23 Sep 2017, 15:13
THEMAX wrote:
23 Sep 2017, 15:05
How to have monthly income from buildings like missile silo?
Impossible. Lobby didn't implement it.
The Gillender building provides monthly income. It's probably hardwired java code though.
It would be easier if it was something like "monthly income" "5000"

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: STQAE space center

#39

Post by Bearbear76 »

THEMAX wrote:
23 Sep 2017, 15:59
CommanderABab wrote:
23 Sep 2017, 15:57
JustAnyone wrote:
23 Sep 2017, 15:13


Impossible. Lobby didn't implement it.
The Gillender building provides monthly income. It's probably hardwired java code though.
It would be easier if it was something like "monthly income" "5000"
That would lead to cheating

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#40

Post by THEMAX »

Bearbear65 wrote:
24 Sep 2017, 03:03
THEMAX wrote:
23 Sep 2017, 15:59
CommanderABab wrote:
23 Sep 2017, 15:57


The Gillender building provides monthly income. It's probably hardwired java code though.
It would be easier if it was something like "monthly income" "5000"
That would lead to cheating
Lobby say to me the same thing

User avatar
JustAnyone
Developer
Reactions:
Posts: 3474
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: STQAE space center

#41

Post by JustAnyone »

Moved here since it didn't have any download links. :mine

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: STQAE space center

#42

Post by THEMAX »

Ok, but maybe soon, I will continue this project, idk

User avatar
THEMAX
Inhabitant of a Universe
Reactions:
Posts: 4314
Joined: 14 Sep 2017, 17:30
Location: Astrellia, UHAE
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Atlantean space center ( Obsolete / discontinued (for now))

#43

Post by THEMAX »

project is discontinued

Post Reply Previous topicNext topic

Return to “Plug-In Discussion”