Search found 5 matches

by billy_madison
Fri Nov 30, 2012 1:08 am
Forum: Battlefield server and client
Topic: New crash exploit part III (17.11.2012)
Replies: 42
Views: 191618

Re: New crash exploit part III (17.11.2012)

So shortly before he joined till he crashes server The first UDP packet that uses the hacker's IP (50.117.78.136) is sent from the server to the client. This leads me to believe that the initial packets from the hacker are not in the log. Also when I look at UDP packets between my client and a serv...
by billy_madison
Sun Nov 25, 2012 6:36 am
Forum: Battlefield 2, 2142 and Vietnam Discussion
Topic: [BFV] ObjectTemplate.SoldierCameraPosition
Replies: 2
Views: 12262

Re: [BFV] ObjectTemplate.SoldierCameraPosition

Okay I found these camera values in CommonSoldierData.inc: ObjectTemplate.setPoseCameraPos c_BfSoldierStanding 0/0.60/0 ObjectTemplate.setPoseCameraPos c_BfSoldierCrouching 0/0.05/0 ObjectTemplate.setPoseCameraPos c_BfSoldierLying 0/-0.7/0 I also noticed that the value for c_BfSoldierCrouching is di...
by billy_madison
Wed Nov 14, 2012 2:12 am
Forum: Battlefield 2, 2142 and Vietnam Discussion
Topic: [BFV] ObjectTemplate.SoldierCameraPosition
Replies: 2
Views: 12262

[BFV] ObjectTemplate.SoldierCameraPosition

Looking at the objects/HandWeapons/SVD/Objects.con it sets this property on line 22: ObjectTemplate.soldierCameraPosition -0.03/-0.04/0.0 which sets the camera and thus the crosshair. Given that earlier it sets the property ObjecTemplate.projectilePosition 0/0/0 on line 12, does this mean that the c...
by billy_madison
Sat Oct 08, 2011 3:46 pm
Forum: 1942 Modding Discussion
Topic: Map loads slowly
Replies: 4
Views: 7224

Re: Map loads slowly

I don't think I am generating AI pathmaps on every map loads. Here is my AIPathFinding.con: if v_arg1 == host rem *** Pathfinding debug mode rem game.aiPathfindingDebuggingActive 1 rem *** Set number of maps *** rem ai.setNSearchMaps 2 *** DEPRICATED *** rem ai.setNSearchTypes 2 *** DEPRICATED *** r...
by billy_madison
Thu Sep 29, 2011 12:08 am
Forum: 1942 Modding Discussion
Topic: Map loads slowly
Replies: 4
Views: 7224

Map loads slowly

Hi, I made a map. It has started to load slowly, when I added co-op mode to it. When I host the map as a local server after starting BF42, the progress bar goes to 100% then sits there for several minutes. These are my specs, I don't feel they are the problem: Intel Quad CPU 2.67GHz 3.25 GB of RAM W...