Vehicle radio receiver not working
Moderators: Public Relations Department, Players Department, Programming Department
- suchy
- Posts: 2000
- Joined: Mon Aug 28, 2006 10:06 am
- Location: Under your bed, waiting for you to turn off the light
Vehicle radio receiver not working
I recently made radio receiver and transmitter for one of my character's cars. Receiver is not working for sure... Before you ask - I checked frequency.
Any idea what is wrong?
Any idea what is wrong?
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
- Ice-Man
- Posts: 326
- Joined: Mon Jun 26, 2006 6:09 pm
- Location: Here and there
Re: Vehicle radio receiver not working
I know there's issue with receivers on ships, but never encountered one when in a car, although it's the same receiver on both vehicles.
- Doug R.
- Posts: 14857
- Joined: Wed Mar 23, 2005 6:56 pm
- Contact:
Re: Vehicle radio receiver not working
There have been reported issues with vehicles, but they were specific vehicles only. Maybe you're one of the unlucky ones.
Hamsters is nice. ~Kaylee, Firefly
- suchy
- Posts: 2000
- Joined: Mon Aug 28, 2006 10:06 am
- Location: Under your bed, waiting for you to turn off the light
Re: Vehicle radio receiver not working
Och 
Is there anything that can be done with it? Or do I have to abandon my car?
Is there anything that can be done with it? Or do I have to abandon my car?
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
Re: Vehicle radio receiver not working
Radios require an entry in both the radios and objects table. Sometimes they're only added to the objects table, which means they don't have a "soul" and thus don't work. It's easy enough to add them to the radios table if there's no entry but if there's already an entry then it would be about coordinates going out of sync again.
Not-so-sad panda
-
AlchemicRaker
- Posts: 311
- Joined: Thu Feb 05, 2009 4:56 am
Re: Vehicle radio receiver not working
SekoETC wrote:Radios require an entry in both the radios and objects table. Sometimes they're only added to the objects table, which means they don't have a "soul" and thus don't work. It's easy enough to add them to the radios table if there's no entry but if there's already an entry then it would be about coordinates going out of sync again.
Either way, that doesn't sound too difficult to repair... is it?
- Natso
-
wadko
- Posts: 544
- Joined: Tue Jul 25, 2006 8:51 am
Re: Vehicle radio receiver not working
To whom report a car with a radio that dosen't work?
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
Re: Vehicle radio receiver not working
I checked and there were 8 vehicle radio receivers, 7 vehicle radio transmitters and 1 regular receiver that were missing an entry. They have been added now.
And Natso, no, I've done this a couple of times in the past so I wrote a query for it and saved it in notepad so it's just a matter of copypasting it. But I wonder why some radios are added without a problem while some are not.
And Natso, no, I've done this a couple of times in the past so I wrote a query for it and saved it in notepad so it's just a matter of copypasting it. But I wonder why some radios are added without a problem while some are not.
Not-so-sad panda
- Doug R.
- Posts: 14857
- Joined: Wed Mar 23, 2005 6:56 pm
- Contact:
Re: Vehicle radio receiver not working
Seko, can your query be converted into a tool like the ship fixing tool?
Hamsters is nice. ~Kaylee, Firefly
- suchy
- Posts: 2000
- Joined: Mon Aug 28, 2006 10:06 am
- Location: Under your bed, waiting for you to turn off the light
Re: Vehicle radio receiver not working
Well... I'm afraid mine is still not working.
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
Re: Vehicle radio receiver not working
It's odd if it isn't because I checked your location id and it was on the list, both the receiver and the transmitter. Of course I could also run the other query to see if coordinates are out of sync, but that shouldn't be happening anymore since the sailing script was fixed.
Edit: There are 150 that are out of sync so either they haven't sailed since the bug was fixed or the bug wasn't fixed properly after all... I've updated those 150. If this keeps happening then it would be good to have a tool.
Edit: There are 150 that are out of sync so either they haven't sailed since the bug was fixed or the bug wasn't fixed properly after all... I've updated those 150. If this keeps happening then it would be good to have a tool.
Not-so-sad panda
- suchy
- Posts: 2000
- Joined: Mon Aug 28, 2006 10:06 am
- Location: Under your bed, waiting for you to turn off the light
Re: Vehicle radio receiver not working
*sighs* It looks like I'm cursed, because it's still not working. Both receiver and transmitter from what I see. Just great...
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!
Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
Re: Vehicle radio receiver not working
Umm, according to the database, your vehicle's coordinates are NULL so synchronizing with that obviously doesn't work.
There were 616 locations with coordinates NULL that have a parent location. I updated them to have the coordinates of their parent location if the parent location doesn't have NULL coordinates, after which I ran the query a second time and found 22 locations that were apparently sub locations of others that had previously had NULL for coordinates.
There were 616 locations with coordinates NULL that have a parent location. I updated them to have the coordinates of their parent location if the parent location doesn't have NULL coordinates, after which I ran the query a second time and found 22 locations that were apparently sub locations of others that had previously had NULL for coordinates.
Not-so-sad panda
- Doug R.
- Posts: 14857
- Joined: Wed Mar 23, 2005 6:56 pm
- Contact:
- SekoETC
- Posts: 15526
- Joined: Wed May 05, 2004 11:07 am
- Location: Finland
- Contact:
Re: Vehicle radio receiver not working
8 more radios updated after updating the coordinates in the locations table. Hopefully yours were among those.
Not-so-sad panda
Who is online
Users browsing this forum: Bing [Bot] and 1 guest



