Reminder: Internet Explorer 6 or below are NOT supported.





|
There are currently 281 users playing Freelancer on
86 servers. | May. 25, 2013 |
The Starport Forum Index
>
The Shipyard
>
Speciality Modding
>
FLHook Development
>
FLHook Plugin Version
>
FLHook development for money
Browsing this Thread:
1 Anonymous Users
Re: FLHook development for money |
||||
|---|---|---|---|---|
|
Just popping in
![]()
Joined:
2011/4/3 12:53 Group:
Registered Users
Posts:
17
![]() |
Quote: I'm sure you can find someone to make plugins for you. What kind of plugins do you need, anyway? 1) If player have not required number (changeable) of goods (changeable) player die in space or can not fly to space and get message (for examle: "You have not enough H-Fuel (number of good)" .And all types of ships can have its lists of goods and numbers of goods (for examle, fighter must have 30 H-Fuel, gunboat 80 H-Fuel and 10 Spaceship Crew, battleship must have 500 H-Fuel and 100 Spaceship Crew) PLUGIN OPTIONS: - list of goods - number of goods - may be message if player have not fuel goods (not necessarily) And if make some of lister goods as perishable we are take Fuel sistem in Freelanser, and players must go to stations from time to time or take transports with fuel goods. Very intresting and not very difficalt idea. 2) If player killed by another player, dead player can not fly to space some time (changeable). solution of "player can not fly if he killed" may be is give ban to dead player for some time (tempban command from "tempban plugin" or delete main Equipment (engine, scanner e.t.) for some timePLUGIN OPTIONS: time when dead player can not fly to space. Who can help with this ideas? =)
Posted on: 2011/5/12 20:03
|
|||
|
||||
Re: FLHook development for money |
||||
|---|---|---|---|---|
|
Not too shy to talk
![]()
Joined:
2008/11/14 1:36 Group:
Registered Users FLServer Admins
Posts:
74
![]() |
There are things that need to be freely donated. Like mod development and community leadership/administration, for the reasons mentioned.
The way to get an extension you need, if you cannot program yourself, is to ask for help in the "help wanted" section. Believe you me I am a professional programmer and I build programs in c# .net every day, big complicated secure programs that run in a major enterprise. But the c++ stuff going on in FLHook development and assembler (exe hacking) is a totally different league. These guys are masters. Also, anything you can think of you need, is probably already made. There is much they know, that cannot be found in these forums. Just ask.... Be friendly... use teamspeak / msn / skype / email. There are things that require money and that aren't illegal. When your mod is released and you set up a community, it needs hosting. A dedicated hired Windows server (or co-located) in a server park that has connection to a main internet hub. The forums need hosting too. All that requires a constant stream of money and the backing/ownership of somebody with a solid real-life job (in addition to the paypal button that nobody uses)
Posted on: 2011/5/12 20:12
|
|||
|
||||
Re: FLHook development for money |
||||
|---|---|---|---|---|
|
Just popping in
![]()
Joined:
2011/4/3 12:53 Group:
Registered Users
Posts:
17
![]() |
Thank you Qi =)
Quote: There are things that require money and that aren't illegal. When your mod is released and you set up a community, it needs hosting. A dedicated hired Windows server (or co-located) in a server park that has connection to a main internet hub. The forums need hosting too. I have this all in very large number. I need developer for FLHook only =) Okay, I try again to ask in forum.
Posted on: 2011/5/13 6:48
|
|||
|
||||
Re: FLHook development for money |
||||
|---|---|---|---|---|
|
Just can't stay away
![]()
Joined:
2010/10/21 16:18 Group:
Registered Users FLServer Admins
Posts:
201
![]() |
C# and C++ are similar
the more complicated is to understand how flhook and plugin are developped, and understand the logic of implementation, if you understand that, you WIN ![]() At the momment, i dont understand all the things, but i try again ![]()
Posted on: 2011/5/13 10:21
|
|||
|
||||
Re: FLHook development for money |
||||
|---|---|---|---|---|
|
Just can't stay away
![]()
Joined:
2008/7/8 21:15 From Germany
Group:
Registered Users FLServer Admins Trusted Speciality Developers Senior Members
Posts:
294
![]() |
Actually since C# is based on managed code and FLHook uses real x86 assembly there is quite a difference. You also would have to know a lot about classes and how they are handled on assembly level (if you want do dig deeper). There also is a chance that you have to reverse new stuff in order to reach your goal (that happens to me nearly all the time).
Posted on: 2011/5/13 10:58
|
|||
|
||||










Donations
Forum


.


the more complicated is to understand how flhook and plugin are developped, and understand the logic of implementation, if you understand that, you WIN