Dev's Limit Breaking 101 Techniques
-
And mission?
-
HeIIoween wrote:
And mission?You mean that I must to do a mission first?
But my mod is if you are a new player, you need to buy a ship form start, if the player can’t buy any ship, they can’t start the game.
Sorry for my bad English, hope you can know what I mean.
-
@JONG:
if u create a char the shown lvl is different from the one the server is looking at. Helloween pointed u to this:
after char creation just reload the char (f1 ->select new char->select ur char)had this problem ages ago with this hack. (players start without ship & 10k$ and must decide between a Starflyer, Transport & Eagle)
all the fresh created chars are lvl 0, even if ur give them a huge bunch of money via multiplayer.fl or newchar.ini and the server shows them as lvl 23.
The Char must be reload. Just let ur clients know that and everyone is happy.and sry for my english aswell, im starting to get groggy :D:D
-
M.o.D. wrote:
@JONG:
if u create a char the shown lvl is different from the one the server is looking at. Helloween pointed u to this:
after char creation just reload the char (f1 ->select new char->select ur char)had this problem ages ago with this hack. (players start without ship & 10k$ and must decide between a Starflyer, Transport & Eagle)
all the fresh created chars are lvl 0, even if ur give them a huge bunch of money via multiplayer.fl or newchar.ini and the server shows them as lvl 23.
The Char must be reload. Just let ur clients know that and everyone is happy.and sry for my english aswell, im starting to get groggy :D:D
Thanks M.o.D., I’ll try again and see what I get.
-
JONG wrote:
First sorry for my bad English.May anyone can help my question?
I try to edit :
1D–>00 server.dll 0112A3 adoxa need level to buy ships/equipment in MP (PART 1)
18–>00 freelancer.exe 07FCE0 adoxa need level to buy ships/equipment in MP (PART 2)
28–>00 freelancer.exe 08049A adoxa need level to buy ships/equipment in MP (PART 3)
0A–>00 freelancer.exe 082E96 adoxa need level to buy ships/equipment in MP (PART 4)
05–>00 freelancer.exe 0B850E adoxa need level to buy ships/equipment in MP (PART 5)
1B–>00 freelancer.exe 0B948E adoxa need level to buy ships/equipment in MP (PART 6)It’s also work on server for anti cheat? I mean i already did this hack for my mod but i suppose it only work for gentleman which never cheat any bit. Just like the You need more friendly to buy this item function.
AND BTW, now i know you will not help me because you got a love ;(
BBTW: Since i got another people who can speak same language with me: 你个混蛋 :)
-
NeXoSE wrote:
It’s also work on server for anti cheat? I mean i already did this hack for my mod but i suppose it only work for gentleman which never cheat any bit. Just like the You need more friendly to buy this item function.
AND BTW, now i know you will not help me because you got a love ;(
BBTW: Since i got another people who can speak same language with me: 你个混蛋 :)
My mod is on the test, so no any anti cheat on my test server, and I think that is not anti cheat problem.
I think the problem is hex edit, its need same level to buy item or ship like:
level 1 can buy level 1 limit of ship, but if your level > 1, you can’t buy any ship, because your level not equal 1.
Sorry again for my bad English, if you don’t know what I mean.
Ps. Chinese language “你个混蛋” = English language “you are bastard”.
-
JONG wrote:
My mod is on the test, so no any anti cheat on my test server, and I think that is not anti cheat problem.
I think the problem is hex edit, its need same level to buy item or ship like:
level 1 can buy level 1 limit of ship, but if your level > 1, you can’t buy any ship, because your level not equal 1.
Sorry again for my bad English, if you don’t know what I mean.
Ps. Chinese language “你个混蛋” = English language “you are bastard”.
OK, first, i starting to know the different mean of that language between P.R.C and Taiwan. Please forgave me, and i mean no offend, just want to play a joke or something.
And back to the topic, i know a rule there between programmers: Never trust user’s input. You know, the ini file is a kind of input anyway, because you never know who is the gentleman or not.
So, on my test, in 5 years ago, the You need more friendly to buy this item only work in clientside which server never do any check on it. So, a setting in same file and same line, i still can’t trust it.
BUT, for anti waste your time: I say above because - you may got it - i’m not test it yet. so i just be lazy and want a answer…and do nothing myself…and i don’t like this… So if you don’t want to test it and share the result, i will do the test myself and share it.
ANYWAY, it’s good to see a old face there in same countr…er…regio…er…continent making a new fresh mod. And good luck.
-
Sorry, I just don’t know what to tell you. Using vanilla (JFLP) and solo multiplayer, I created a character. Okay, I can’t buy any ships, so re-select the character. Right, now I need to be level 4 to buy the Startracker. Logout, hack the character to level 10, login, now I can buy it. (But buy a piece of equipment to reset level to 1 and I can still buy it. Oh well. Re-selecting the character again prevents it.)
As for an anti-cheat, I might be able to come up with something, but I don’t know when…
-
Never mind, I know what you mean, but sound like you know me, may I can ask what’s your name?
Let me say that the detailed point:
I’m make a mod, when a new player use this mod and first time login to the mod server, he need to buy a new ship and equipment, in my mod setting, buy those items need level and friendly.
I’m setting the ship to buy limit is level 1, and setting the equipment to buy of friendly is 0.3.
When a new player login my mod server and create a new character, the character has level 23 and 0.8 of friendly to the sale items faction, so he can buy a ship and equipment as well.
But after when I do those hex edit, then login my mod server and create a new character, I find that I can’t buy anything, because the game tell me I need have more then high level and more friendly to buy item, even my level and friendly higher the mod setting.
I was try to re-login many times and the game still tell me I need have more then high level and more friendly to buy item, so I don’t know where is the problem.
When I restoration those hex edit, those problem was disappear, I can buy any ship and equipment item with no problem.
So I doubt the level must be equal to the setting to the correct implementation, if player of level greater than the setting level will appear above problem?
Sorry for my bad English.
-
JONG wrote:But after when I do those hex edit, then login my mod server
The server.dll edit must be applied to the server, not the client. Looking at the original post shows the server will return -1 for your level, which would explain why it’s not working.
-
OK, my own test is over, and result is: This hack is not be watched by anticheat. As adoxa already pointed out.
(Hey, adoxa, you back. long time no see, how are you doing? people rumoring your ISP got problems LOL)
The ship rank limit will NOT be check by server anti cheats, and Rank limit setting is work only local.
So, please don’t make Buy Ship Rank Limit as a Important Balancing Limit in your mod if you don’t want hurt gentlemans by add something that make villain cheaters lives better than them.
-
Hello All!
HUD: Contacts / Weapons List / Wireframe
freelancer.exe000D0A4E: 57 -> EB
Remove hostile Freighters from “important” filter.000D0DC3: 57 -> EB
Remove hostile Fighters from “important” filter.Tested in MP ~2 weeks (possible not fully).
- This NOT remove players and group ships from “important” filter.
-
Change flserver.exe of font color:
flserver.exe
0000F824: 87 C3 E0 -> any what you want of RGB color code, like FF FF FF will change it to white.(part 1)
0000F9B1: 87 C3 E0 -> any what you want of RGB color code, like FF FF FF will change it to white.(part 2)
Still no luck to find how to change the freelancer.exe of font color (I mean that, in game of server info etc).
-
Which font colour exactly?
Hasn’t all of this already been done?
http://the-starport.net/freelancer/forum/viewtopic.php?post_id=23562#forumpost23562
-
JONG wrote:
Change flserver.exe of font color:flserver.exe
0000F824: 87 C3 E0 -> any what you want of RGB color code, like FF FF FF will change it to white.(part 1)
0000F9B1: 87 C3 E0 -> any what you want of RGB color code, like FF FF FF will change it to white.(part 2)
Still no luck to find how to change the freelancer.exe of font color (I mean that, in game of server info etc).
http://adoxa.110mb.com/freelancer/tools.html#flcolors
http://the-starport.net/modules/wfdownloads/singlefile.php?cid=5&lid=2404BTW: i still cannot send email to you, please give another one address.
-
NeXoSE wrote:
http://adoxa.110mb.com/freelancer/tools.html#flcolors
http://the-starport.net/freelancer/download/singlefile.php?cid=5&lid=2404BTW: i still cannot send email to you, please give another one address.
I was change those color, I mean is (see the picture at the arrow):
I want to change those blue color fonts.
-
Try the rich fonts file.
http://the-starport.net/freelancer/forum/viewtopic.php?post_id=24258#forumpost24258
Search for the colour hex codes, to find the blue.
-
robocop wrote:
Does anyone have a hack that would narrow the window of the player jumpin point when using jumpgates/jump holes?Right now a player spawns at a random point within +/- 550m of the jumpin point when jumping into a system. I’d like to narrow that window to 50m, or even tighter for a specific jump. I’m going to guess it’s an all or nothing deal, i.e. if you do it for one it will work that way for all, but I can deal with that.
Up
guys no one has found it?