Jump to content

Recommended Posts

Posted
  On 12/17/2015 at 2:21 PM, svipben said:

Your .jar can be easily decompiled if you don't use any obfuscator.

Are you gonna decompile the whole l2jserver.jar? Good luck with that.
Posted
  On 12/17/2015 at 5:16 PM, Elfosass said:

Are you gonna decompile the whole l2jserver.jar? Good luck with that.

 

What makes you to think they are willing to decompile the whole jar? Decompiling your customs is all they need.

Posted
  On 12/18/2015 at 3:33 AM, Trance said:

What makes you to think they are willing to decompile the whole jar? Decompiling your customs is all they need.

Dude I won't make it be so easy. You will get what I mean soon. However if they do it and succeed they can use them all they want :)
Posted
  On 12/18/2015 at 8:04 AM, Elfosass said:

Dude I won't make it be so easy. You will get what I mean soon. However if they do it and succeed they can use them all they want :)

 

Be careful about encryption, you may screw up the performance.

Posted
  On 12/18/2015 at 11:27 AM, Trance said:

Be careful about encryption, you may screw up the performance.

Hey thanks for the tips captain obvious. There is no encryption.
Posted

Well if i was about to use a pack, i wouldn't like someone else to be able to control me if you get my point. I don't really think it will have much success. If you really want to contribute somehow this isn't the right way in my opinion because:

(i'll speak about myself)

 

-I will not be able to check the code (that means i can't edit, i can't learn anything about coding, im just using your features)

-If one day you decide to stop providing services for the project, files will be literally useless (bugs, missworking stuff, update fixes wont be possible)

 

I guess that the limitations you are adding is the "problem" on the project side....

 

Good Luck anyway! 

Posted
  On 12/19/2015 at 2:16 PM, `Sonereign said:

Well if i was about to use a pack, i wouldn't like someone else to be able to control me if you get my point. I don't really think it will have much success. If you really want to contribute somehow this isn't the right way in my opinion because:

(i'll speak about myself)

 

-I will not be able to check the code (that means i can't edit, i can't learn anything about coding, im just using your features)

-If one day you decide to stop providing services for the project, files will be literally useless (bugs, missworking stuff, update fixes wont be possible)

 

I guess that the limitations you are adding is the "problem" on the project side....

 

Good Luck anyway! 

no source no fun,gl with your "craproject"

  • 2 weeks later...
Posted

Decompiling source just to take a feature is stupid, you'll loose much more time then to actually code it from the scratch.

But giving people compiled server is not cool, those who do that cannot really feel secure without having the source so they can see all, i'd recommend you to make your features on top of existing open source project.

 

An example can be plugins system simple SPI, a simple jar drop on libs folder would be enough, plugin will have access to the source with listeners u may do everything, also feels more clean, you can even obfuscate it, make some ip auth or whatever pointless restriction.

Posted
  On 12/27/2015 at 5:26 PM, UnAfraid said:

Decompiling source just to take a feature is stupid, you'll loose much more time then to actually code it from the scratch.

But giving people compiled server is not cool, those who do that cannot really feel secure without having the source so they can see all, i'd recommend you to make your features on top of existing open source project.

 

An example can be plugins system simple SPI, a simple jar drop on libs folder would be enough, plugin will have access to the source with listeners u may do everything, also feels more clean, you can even obfuscate it, make some ip auth or whatever pointless restriction.

It will be open source don't worry. I made a plugin system and it runs smoothly but i just don't see the point as i am not aiming to make money out of this. 

Guest
This topic is now closed to further replies.


×
×
  • Create New...