Scanner ranges question
-
well… kind of i suppose, i just want to know if there is a way i can set these distances per scanner, so not all units have the same scanner range, etc.
since if i cant separate friendly (green on scanner) and enemy (Red on scanner) then I will have to go with no scanner range for allies or enemies, BUT. if there is a separate channel for group contacts then that will be great as well. since i will be able to get what i want still through that
so if the group range is still 10k or whatever it is, I can have all other scanner functions nullified then it will still work out how i want it. i just need to know how to set that up
So its looking that the scanner i want most ships to have will be like this
Normal Scan (enemies allies neutrals): 0m
Cargo scan: 2500m
Group scan: 10,000mif i could get this to work it would be great.
-
I take it you plan on using a different scanner for players and npc’s, npc’s will not attack if they can’t bloody detect anything. If you used a hack that would really screw you wouldn’t it, nobody would fight, full stop.
-
Timmy51m wrote:
I take it you plan on using a different scanner for players and npc’s, npc’s will not attack if they can’t bloody detect anything. If you used a hack that would really screw you wouldn’t it, nobody would fight, full stop.uh why do you sound so annoyed?
I didnt even plan on having any NPC’s, however the fact they wont attack if they have no detect range is noted.
this is player versus player, not players versus NPC… i dont want players to be able to detect their foes without looking for them. either with sound or sight.
-
I’m not annoyed, I just swear a lot!
-
If there’s anything I’ve learnt from my time at TSP, it’s to take Timmy’s posts in a light hearted manner.
Comes off sorta rough otherwise. -
So…
Would i have to have no scanner range EXCEPT for people whom are in my group?
how would that work? i mean what settings would i need on my scanner for that to work alright
(I assume this is a scanner players can use and not an NPC scanner which thanks to Timmy i will have to do differently. :P)
Scanner]
nickname = ge_s_scanner_01
ids_name = 263750
ids_info = 264750
volume = 0.000000
mass = 10
range = 2500 <== so this is Allied, Enemy and Neutral scan range?
cargo_scan_range = 2000 <== this is how far away you can see the stats of the ship, like weapons and hold contents
lootable = falseso where is the group range? or is that hard coded? is the group distance always x number of kilometers more than the the basic scan range?
-
I’m not 100% sure what your looking for, but this might help:
http://the-starport.net/freelancer/wiki/index.php/Limit_Breaking_101#Visibility
-
There’s a discussion in the limit breaking 101 thread about extending scanner range and what not, I’d read it and see if it’s of any help to you. We’re really missing Adoxa, he always solved these problems in no time.
-
khayman wrote:
I’m not 100% sure what your looking for, but this might help:http://the-starport.net/freelancer/wiki/index.php/Limit_Breaking_101#Visibility
Timmy51m wrote:
There’s a discussion in the limit breaking 101 thread about extending scanner range and what not, I’d read it and see if it’s of any help to you. We’re really missing Adoxa, he always solved these problems in no time.oh wow these look very tasty indeed… but im afraid that kind of editing seems to be beyond me at the moment. im not really confident enough to open dll or exe files. partly why none of my ships have their own information id yet.
-
Seriously, don’t blow it out of proportion, it’s really not rocket science. If you want to have a dabble at a few hacks then just take a look at this ! TUTORIAL !.
You can’t hack a standard (vanilla) freelancer.exe file though, don’t ask me where you get the right version to hack from but I’m sure someone knows where one is. You could take one from an existing mod but then you’re pretty much gonna find they will have already made changes which you might not want.
Naming stuff, well that’s nothing to worry about. Few options, I’ve always used fled-ids but there are other possibly better options. FriendlyFire made a good tool from what I’ve read that’s supposed to be much better-er, FlDev
-
Yeah i thought hex editing was awesome hard till i did a few edits & quickly realized its some rather basic stuff… with huge results
Your going to have to raise the overall scanning ranges via hex… then make a whole run of different scanners in your .ini, and then alter the markets/loadouts so there all in play.
You have to learn about 4 things… but each one will add more knoledge to your modding ability’s and thats never a bad thing… and they all take less then 30 mins to learn
EDIT: for npc’s there’s extra scanning/fire params in the pilot data as well… original values i believe are 5000… thats some indepth stuff though but i’d thought i’d add it here as you may want to look at that latter
-
Also, how are you going to make sure your enemies are carrying the correct scanner?
-
Hidamari wrote:
oh wow these look very tasty indeed… but im afraid that kind of editing seems to be beyond me at the moment. im not really confident enough to open dll or exe files. partly why none of my ships have their own information id yet.I know what you mean about them looking really hard to edit, ive only been test editing them for a little while. Once you get your head around them, they are pretty straight forward, but if you get stuck, then just ask
-
Well, it sounds to me like you want your enemies to NOT be able to see you while YOU are able to see them…
How are you going to prevent them from having the same ability, thus negating the advantage? The only way would be to make sure they do not have the same scanners equipped as you do.
You’re going to need some way to identify certain players as your allies and the rest as ‘not’ your allies.
(It’s possible I’m misunderstanding what you’re trying to do here…)
-
robocop wrote:
Well, it sounds to me like you want your enemies to NOT be able to see you while YOU are able to see them…How are you going to prevent them from having the same ability, thus negating the advantage? The only way would be to make sure they do not have the same scanners equipped as you do.
You’re going to need some way to identify certain players as your allies and the rest as ‘not’ your allies.
(It’s possible I’m misunderstanding what you’re trying to do here…)
aah, no no you have missunderstood.
what i wanted was this.
I wanted for my mod, scanners that are incapable of locating their enemies and only capable of locating their allies.
this means that sneak attacks will be possible on your enemy.
this would affect both sides of the conflict. (there are only 2 factions in my mod)
so neither side would be able to detect the other team without making physical or audio contact.
being able to locate allies was kind of a plus so that you could have both a separate group and still see all ungrouped allied vessels in the area, to bring about better coordination of forces.
however since it seems separating enemies and allies on the scanner is not possible as they appear to all be linked means that im going to have to go with having no scanner range at all, for allies or enemies, only group contacts will be seen on scanner… so it will be up to the players to group themselves and keep track of their squadron position and communicate with other groups to find and destroy the enemy.
-
I’d use some kind of visual identifier then, like red engine trails and weapons for one faction and another colour for the other. It’ll be mayhem otherwise.