

Aeroscout
Members-
Posts
1943 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Events
Everything posted by Aeroscout
-
Changing the topic... Um, I would like to know what will be required to implement our 3d models back into 2.0. I'm going to want the 3GO Su-27, SimMod A-10 and Walmis F-15 back in 2.0. So, what are these "minor modifications?" and is there any chance these 3rd party mods could be incorporated into 2.0 from the get-go? Aero
-
I think I'll be getting the disk, but I'm not going to wait for it. I'll be getting the DL version on day 1. Does anyone remember this? http://www.youtube.com/watch?v=AK4flc6WUxo I think it's a bit more relevant now. :) Aero
-
Wonderful news! I've been waiting for this. Every single wish I had for FC was included and them some! Shame about Crimea though. I liked that end of the map. But i think it's a worthy sacrifice for BS compatibility! This is an absolutely brilliant move! And $15 is nothing! Aero
-
haha, no worries man. I was just joking with you.
-
cough*lockonforums*cough There is no way to do this in lock on unfortunately, as airports and waypoints are the only navaids present. No NDBs or VORs or anything like that. Aero
-
GG, I think you need to let people have their little victories once in a while. ;) This is of course an interesting mod. I didn't know you could even do this. So, what actually differs from aircraft to aircraft, other than the 3d model? Aero
-
Hey funk! First of all, get the latest lockon config here: http://forums.eagle.ru/showpost.php?p=378784&postcount=89 Then follow the arrows.
-
Found it! http://forums.eagle.ru/showpost.php?p=378784&postcount=89 but I get this strange graphical error. Any ideas? Thanks Aero
-
Hey guys! I have re-formatted my computer and wish to install LoCFG. I can't seem to find the old version I used to have, which was 3.0.3. Does anyone know where I could find it? All I can find are the 2.x versions. Thanks Aero
-
Pilot looking for a squadron
Aeroscout replied to thaFunkster's topic in Lock On: Flaming Cliffs 1 & 2
As manawar mentioned, I too would enjoy speaking with you on our TS. there are some things to keep in mind when picking a squad. Make sure you join their TS and get to know people BEFORE joining! Fly with them and get to know people. These are going to be the people you are going to be flying with A LOT once you commit to the squad, so make sure they are nice people (most people are in this community) Also, make sure you can dedicate the necessary amount of time to the squad. We all have real life, but be sure to contribute a few hours every week at the very least. Be sure to at least join the TS for a bit and chat even if you don't have time to fly. I made a very good decision with the 104th Phoenix squadron and I hope you make a good decision as well! Again, feel free to join our TS, which can be found at our website, which is in my sig! Keep Flyin' Aero -
44th_Rooster joining the forums...
Aeroscout replied to 44th_Rooster's topic in Lock On: Flaming Cliffs 1 & 2
Welcome! Great you tube vids there. You got my subscription! :) Aero -
Ah! Thanks for clearing that up Azrayen! Aero
-
ATM, the 104th does NOT use it. However, we do expect to put it back up soon with some of the features.
-
I searched the Shapes forlder and couldn't find an IL-76 .skins file, but If you can find the .skins file, I'll bet you could remove the nomera.TGA line, but I couldn't find it. Sorry! Good luck Frazer! Aero EDIT: You could also try a different nomera file. There's nomera-red.tga, nomera-red-2.tga, nomera-black.tga, and nomera-yellow.tga that might be the culprit.
-
26 and 27 are Autopilot modes. Maybe try the different autopilot modes in lockon to figure it out? Awesome work Atskiy! I find it kinda cool to figure out what those switches actually do! Aero
-
Something new from CH Products...
Aeroscout replied to 531-Ghost's topic in PC Hardware and Related Software
Great Question! F-15C or F/A-18 stick please! Aero -
Patch 1.13 Requested Features/Fixes List (*Merged)
Aeroscout replied to Colt40Five's topic in Lock On: Flaming Cliffs 1 & 2
+1 This is a big one Aero -
Alright, I would have a problem with that right there. Aero
-
I think the delay is wrong in the network config file. Go to your lockon/config/network/config.lua file and make sure it reads as follows. config.lua: -- This file was automagically generated. Edit with care. :) gameTimeout = 30; maxPacketSize = 500; playerName = "104th_Aero"; idleTimeout = 120; stats { enable = true; file = "Temp/mp_log.txt"; }; [b]chat { height = 95; delay = 10000;[/b] }; serverFiles = { [1] = "./Bazar/Names.lua"; [2] = "./Bazar/Racks.lua"; [3] = "./Bazar/Types.lua"; [4] = "./Config/Weapons/Guns.lua"; [5] = "./Config/Weapons/DrawInfo.lua"; [6] = "./Config/Weapons/Bombs.lua"; [7] = "./Config/Planes/Pylons.lua"; [8] = "./Config/Planes/Damage.lua"; [9] = "./Config/Planes/AIControl.lua"; [10] = "./Config/Export/Config.lua"; [11] = "./Config/View/Server.lua"; [12] = "./Config/View/Labels.lua"; [13] = "./Config/World/World.lua"; [14] = "./Config/Network/stats.lua"; }; configList = { ["xDSL 2048/2048 Kbit/s"] = { downstream = 256000; upstream = 256000; }; ["LAN 10 Mbit/s"] = { downstream = 500000; upstream = 500000; }; ["Modem 56.6K"] = { downstream = 5000; upstream = 3000; }; ["xDSL 128/128 Kbit/s"] = { downstream = 16000; upstream = 16000; }; ["Modem 33.6K"] = { downstream = 3000; upstream = 1000; }; ["LAN 100 Mbit/s"] = { downstream = 5000000; upstream = 5000000; }; ["xDSL 1024/128 Kbit/s"] = { downstream = 128000; upstream = 16000; }; ["xDSL 256/128 Kbit/s"] = { downstream = 32000; upstream = 16000; }; }; client { syncPing = 1; type = "xDSL 128/128 Kbit/s"; livePing = 15; port = 10308; server = "95.156.192.41"; serverList = { [1] = "95.156.192.41"; [2] = "71.61.189.156"; }; }; server { type = "xDSL 2048/2048 Kbit/s"; name = "LockOn Server"; maxPlayers = 32; port = 10308; pingUpdate = 30; interface = "All interfaces"; }; I made the critical part bold in the code, so make sure this part is correct. Make sure this file is also complete. This file can often become corrupted and needs to be replaced. If you need a replacement file, just PM me. I think this is that is going wrong. I hope it helps. Aero
-
If you want help with the skins, let me know! (Just have a template with the locations of the textures ready) Aero
-
I wish you guys the best of luck! It's really great to finally see something aimed at the youth in this community! Aero
-
Check out my youtube page, I have a few vids there that might give you an idea: http://www.youtube.com/jedilink25 Aero
-
Is it a whole new KC-10 model?
-
I liked the 3rd alternate quote the best. Done!