Zoo

Share your ideas about possible future content here.
User avatar
Mayor Rob Ford
Villager
Reactions:
Posts: 17
Joined: 15 Jul 2017, 12:28
Location: Toronto, Ontario
Plugins: Showcase Store
Contact:

Platform

Re: Zoo

#21

Post by Mayor Rob Ford »

FaizalGo112 wrote:
17 Jul 2017, 15:02
So yea Mayor Welcome to TheoTown Forum :)
Thanks. Anyways, are there posts in the Tutorial section on how to make an open source plugin, and what programs to use?

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#22

Post by Brody Craft »

To see the tutorial, theres a Tutorial forum in the plugin forum group

Use Pixly or Paint.NET

User avatar
Mayor Rob Ford
Villager
Reactions:
Posts: 17
Joined: 15 Jul 2017, 12:28
Location: Toronto, Ontario
Plugins: Showcase Store
Contact:

Platform

Re: Zoo

#23

Post by Mayor Rob Ford »

Brody Craft wrote:
17 Jul 2017, 15:20
To see the tutorial, theres a Tutorial forum in the plugin forum group

Use Pixly or Paint.NET
Yeah, I just checked the "Getting Started" post. That table of contents looks very confusing, but I'll read it and watch some videos. See if I can learn anything. :?

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#24

Post by Brody Craft »

Its actually pretty easy for basic plugins, non basic ones are a bit hard

User avatar
Mayor Rob Ford
Villager
Reactions:
Posts: 17
Joined: 15 Jul 2017, 12:28
Location: Toronto, Ontario
Plugins: Showcase Store
Contact:

Platform

Re: Zoo

#25

Post by Mayor Rob Ford »

Brody Craft wrote:
17 Jul 2017, 15:25
Its actually pretty easy for basic plugins, non basic ones are a bit hard
Wouldn't I still need to learn how to code?

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#26

Post by Brody Craft »

Coding json files isnt literally hard, its just writing some code

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

Plugin Creator

Platform

Re: Zoo

#27

Post by Bearbear76 »

Brody Craft wrote:
17 Jul 2017, 15:39
Coding json files isnt literally hard, its just writing some code
I can't remember everything :lol:

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#28

Post by Lobby »

The json files aren't really what you would consider as coding. json is just a textual representation of structured data. You cannot use it to write new functionality for the game.

User avatar
Brody Craft
Inhabitant of a Infinity
Reactions:
Posts: 8034
Joined: 24 Jan 2017, 11:15
Location: SE Asia
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#29

Post by Brody Craft »

What programming language are you using?

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#30

Post by Lobby »

Java

User avatar
Mayor Rob Ford
Villager
Reactions:
Posts: 17
Joined: 15 Jul 2017, 12:28
Location: Toronto, Ontario
Plugins: Showcase Store
Contact:

Platform

Re: Zoo

#31

Post by Mayor Rob Ford »

Well, I'm going on vacation, so I'll try to read up on stuff and then see if I can do this. I'll see if I can get help too, when I get back.

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

Plugin Creator

Platform

Re: Zoo

#32

Post by Bearbear76 »

Lobby wrote:
18 Jul 2017, 15:37
The json files aren't really what you would consider as coding. json is just a textual representation of structured data. You cannot use it to write new functionality for the game.
I think json is like this
1) add plugin feature in java
2) make json for it in Java
So for example

Code: Select all

[Java]Code for Train
=

Code: Select all

[json]Train;
So if you write [json] train;
It will use the [java] code for train
So I think json is just telling what to do to theotown
Am I wrong?

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Zoo

#33

Post by Lobby »

Exactly, @Bearbear65. All in all that means that you cannot define new functionality without new Java code. That's different from some other plugin systems where you can actually provide some code.

User avatar
realfakenerd
Townsman
Reactions:
Posts: 61
Joined: 13 Jul 2017, 15:54
Location: Brasil, Rio de Janeiro-RJ
Plugins: Showcase Store
Contact:

Platform

Re: Zoo

#34

Post by realfakenerd »

Lobby wrote:
19 Jul 2017, 10:37
Exactly, @Bearbear65. All in all that means that you cannot define new functionality without new Java code. That's different from some other plugin systems where you can actually provide some code.
That's very interesting, now I'm curious, I'll do some research on Java and Json

Post Reply Previous topicNext topic

Return to “Suggestions”