View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000236 | FSSCP | gameplay | public | 2004-08-09 03:52 | 2004-11-08 18:03 |
| Reporter | The Trivial Psychic | Assigned To | phreak | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | AMD XP2600, ATI R9600XT | OS | Win98SE | ||
| Product Version | 3.6 | ||||
| Summary | 0000236: Support ship will not rearm me | ||||
| Description | Under PhReAk's Orb build (and one other, which I cannot recall ATM), support ships will dock with me, but not rearm me. A friend of mine also found this problem using the leak-plugging builds, but it may be unrelated. Kazan's August 1st build doesn't have this problem, and is my current default build. | ||||
| Additional Information | System: AMD XP2600+ ASUS A7V600-x 512MB DDR-400 ASUS ATI Radeon 9600XT 128MB w/Cat 4.3 drivers Command flags: -spec -glow -jpgtga -dualscanlines -(the don't-show-vid one) -fps (-orbradar) | ||||
| Tags | No tags attached. | ||||
|
|
ill take a look at this |
|
|
i just looked at this and i managed to replicate this, but it didn't occur in a clean debug build. Also when i did a clean release build it worked as well. |
|
|
hmm even wierder. it works in certain missions but not in others |
|
|
it looks as if a flag isn't being set when the player calls for a support ship. I couldn't see why it would work in one mission and not in another. The support ships are arriving and docking, but on one occasion it sits there and another time it rearms correctly |
|
|
yet another bug note. it seems that the player's AI index is being overwritten &Ai_info[Ships[Player_obj->instance].ai_index] != Player_ai |
|
|
i got it working but i had to disable decals :wtf: |
|
|
I doubt this is the problem but looking though the decal code I noticed in void set_submodel_instance() that if(decal_submodel_instance_depth > 7)break; should be if(decal_submodel_instance_depth == 7)break; or it would put in a 9th place (8 total). I don't know how often that would happen but you could look at it. I still can't recreate this problem or else I'd test it. edited on: 08-22-04 20:49 |
|
|
Strange about the decals, since I do not now, n'or have I ever used decals, either in table entries or the command line. Must be a coincidence as far as I can see. |
|
|
most likely. apparently its working again in taylor's new build he just posted. taylor, did you change the submodel_instance_depth for your new build? |
|
|
Yes, I made the change for the build. It was a bug whether it caused the support ship problem or not. I made a few other generic fixes as well but none that would account for the decal-only situation. It could be one of my other changes but all of them were pretty conditional and shouldn't have fixed it. |
|
|
I don't get this error in the T-20040822 build, so we'll tentatively say its fixed in my book. |
|
|
Crap, I forgot about this. I just commited to the possible fix to CVS. phreak, you may want to make sure this is indeed the fix by itself before closing. |
|
|
we can mark this resolved and reopen it if it occurs again. I haven't heard of any problems since september edited on: 11-08-04 13:03 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-08-09 03:52 | The Trivial Psychic | New Issue | |
| 2004-08-20 13:52 | phreak | Note Added: 0001162 | |
| 2004-08-20 13:52 | phreak | Status | new => assigned |
| 2004-08-20 13:52 | phreak | Assigned To | => phreak |
| 2004-08-21 03:32 | phreak | Note Added: 0001165 | |
| 2004-08-22 00:22 | phreak | Note Added: 0001168 | |
| 2004-08-22 02:06 | phreak | Note Added: 0001170 | |
| 2004-08-22 02:50 | phreak | Note Added: 0001171 | |
| 2004-08-22 20:12 | phreak | Note Added: 0001173 | |
| 2004-08-23 00:44 | taylor | Note Added: 0001174 | |
| 2004-08-23 00:49 | taylor | Note Edited: 0001174 | |
| 2004-08-23 02:27 | The Trivial Psychic | Note Added: 0001176 | |
| 2004-08-23 13:39 | phreak | Note Added: 0001177 | |
| 2004-08-23 13:56 | taylor | Note Added: 0001178 | |
| 2004-08-27 02:20 | The Trivial Psychic | Note Added: 0001183 | |
| 2004-09-26 20:00 | taylor | Note Added: 0001267 | |
| 2004-11-08 18:03 | phreak | Note Added: 0001338 | |
| 2004-11-08 18:03 | phreak | Note Edited: 0001338 | |
| 2004-11-08 18:03 | phreak | Status | assigned => resolved |
| 2004-11-08 18:03 | phreak | Resolution | open => fixed |