Can't move, select or delete an object

Post your problems and installation issues here!

Can't move, select or delete an object

Unread postby nssd80mackid » Sun Mar 22, 2020 9:12 pm

So I made a copy of the Penn Coal to make my own fictional route but seems like I can't select, delete or move an object, for example Emerald Mine can't be deleted. So what is the issue?
You do not have the required permissions to view the files attached to this post.
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby Railfan722 » Sun Mar 22, 2020 9:17 pm

In the .bin file for the asset, there's a value for "Pickable" which is sometimes set to "eFalse" so that the object isn't accidentally moved when scenery work is done in an area. Just change the value from
eFalse to eTrue and the mine should be movable.
Matt J.
User avatar
Railfan722
 
Posts: 288
Joined: Sat Apr 20, 2019 9:49 am
Location: Connecticut

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Sun Mar 22, 2020 9:30 pm

Railfan722 wrote:In the .bin file for the asset, there's a value for "Pickable" which is sometimes set to "eFalse" so that the object isn't accidentally moved when scenery work is done in an area. Just change the value from
eFalse to eTrue and the mine should be movable.

Would that be Steam-Steamapps-common-Railworks-Assests?
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby Railfan722 » Sun Mar 22, 2020 9:37 pm

Yes. The mine asset is going to be Assets\RSC\PennCoal\Scenery\Structures\PC_Emerald_mine.bin. You can open the .ap file in the RSC\PennCoal directory with any program that can read .zip files.
Matt J.
User avatar
Railfan722
 
Posts: 288
Joined: Sat Apr 20, 2019 9:49 am
Location: Connecticut

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Sun Mar 22, 2020 9:47 pm

Railfan722 wrote:Yes. The mine asset is going to be Assets\RSC\PennCoal\Scenery\Structures\PC_Emerald_mine.bin. You can open the .ap file in the RSC\PennCoal directory with any program that can read .zip files.

Alright, I got that far, opened everything up in 7-Zip. Would I right click on the bin and go to properties?
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Sun Mar 22, 2020 10:03 pm

nssd80mackid wrote:
Railfan722 wrote:Yes. The mine asset is going to be Assets\RSC\PennCoal\Scenery\Structures\PC_Emerald_mine.bin. You can open the .ap file in the RSC\PennCoal directory with any program that can read .zip files.

Alright, I got that far, opened everything up in 7-Zip. Would I right click on the bin and go to properties?

Update: I right clicked and hit edit and it opened up notepad, and it says eTrue already.

GeometryID ÿÿ3 RSC\PennCoal\Scenery\Structures\[00]PC_Emerald_mineÿVÿÿ CollisionGeometryID
ÿVÿÿ Pickable  ÿVÿÿ CastsShadows ÿÿ eTrueÿVÿÿ
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Mon Mar 23, 2020 1:49 pm

Yeah, I still can't figure it out. Even after fiddling around with the etrue i'm still not able to select it.
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby RudiJaeger » Tue Mar 24, 2020 7:32 am

I've actually deleted the Emerald Mine when modifying a copy of the route, and I agree with Railfan's advice. So if it's any comfort, I can tell you it is possible, so you're not wasting your time.

From another thread: viewtopic.php?f=35&t=20198&p=234394&hilit=Emerald+Mine#p234394

RudiJaeger wrote:
TheKman wrote:The depot in Raton seems to be a "locked" object.... I can't move, raise it or lower it.

I had the same problem trying to delete the Emerald Mine on the Penn Coal Route. After a lengthy search, I found the following solution and pasted it into my notes:
-------------------------------------
..some assets are locked out from moving once placed, you can use RWtools to make them movable though, you would need to need to change a line in the .bin file for the asset from

<Pickable d:type="cDeltaString">eFalse</Pickable>
to
<Pickable d:type="cDeltaString">eTrue</Pickable>
----------------------------------------
Actually, I think I just ran the bin file thru serz.exe to do the edit, rather than RW Tools. Then did a search for "pickable" to find the appropriate line and made the edit, then saved and ran back thru serz.exe to update the bin file. Went back into the route builder and I was able to delete the object, no problem.

During my search, I found a few other items that might affect the ability to select and delete assets. Items such as proximity of crossings and sound domes. But in this case, I'm fairly certain the file editing should do the trick for you. Good luck!


...and from Buzz, same thread:

buzz456 wrote:Go down to the line:
<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eFalse</Pickable>

Change it to:
<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eTrue</Pickable>

Then it won't be locked in place anymore. !!det!!


So you see, our advice coincides with Railfan's recommendation.

I was going to post my edited bin-file, but apparently a recent file-verification procedure wiped out all my PennCoal modifications and I can't find a back-up of the edited file. It sounds like you already made the recommended edits to your bin-file; so there are two other possibilities:

1. Ensure in the bin-file (xml) properties that "read-only" is un-checked before saving. Check for the correct (edited) entries after saving.

2. If all is correct with the edited bin-file, then it could be an adjacent object (most likely a sound dome) that is blocking selection of the Emerald Mine object. Try moving the sound dome so it's outer perimeter is away from the mine area. If the Mine can be selected and deleted, then simply move the sound dome back to it's original position if you still wish to use those particular sounds.

Other than that, the only other things I can recommend, is that you double-check your bin-file edits; and check that the edited file is in the correct folder structure, and the folder names are spelled / spaced correctly.

Keep us posted; if the current recommendations are unsuccessful, perhaps someone else can provide a solution.
CoolerMaster HAF case filled with a bunch of rapidly aging techno-stuff.
User avatar
RudiJaeger
 
Posts: 509
Joined: Thu Sep 28, 2017 10:55 am
Location: Colorado Springs

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Tue Mar 24, 2020 12:55 pm

RudiJaeger wrote:I've actually deleted the Emerald Mine when modifying a copy of the route, and I agree with Railfan's advice. So if it's any comfort, I can tell you it is possible, so you're not wasting your time.

From another thread: viewtopic.php?f=35&t=20198&p=234394&hilit=Emerald+Mine#p234394

RudiJaeger wrote:
TheKman wrote:The depot in Raton seems to be a "locked" object.... I can't move, raise it or lower it.

I had the same problem trying to delete the Emerald Mine on the Penn Coal Route. After a lengthy search, I found the following solution and pasted it into my notes:
-------------------------------------
..some assets are locked out from moving once placed, you can use RWtools to make them movable though, you would need to need to change a line in the .bin file for the asset from

<Pickable d:type="cDeltaString">eFalse</Pickable>
to
<Pickable d:type="cDeltaString">eTrue</Pickable>
----------------------------------------
Actually, I think I just ran the bin file thru serz.exe to do the edit, rather than RW Tools. Then did a search for "pickable" to find the appropriate line and made the edit, then saved and ran back thru serz.exe to update the bin file. Went back into the route builder and I was able to delete the object, no problem.

During my search, I found a few other items that might affect the ability to select and delete assets. Items such as proximity of crossings and sound domes. But in this case, I'm fairly certain the file editing should do the trick for you. Good luck!


...and from Buzz, same thread:

buzz456 wrote:Go down to the line:
<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eFalse</Pickable>

Change it to:
<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eTrue</Pickable>

Then it won't be locked in place anymore. !!det!!


So you see, our advice coincides with Railfan's recommendation.

I was going to post my edited bin-file, but apparently a recent file-verification procedure wiped out all my PennCoal modifications and I can't find a back-up of the edited file. It sounds like you already made the recommended edits to your bin-file; so there are two other possibilities:

1. Ensure in the bin-file (xml) properties that "read-only" is un-checked before saving. Check for the correct (edited) entries after saving.

2. If all is correct with the edited bin-file, then it could be an adjacent object (most likely a sound dome) that is blocking selection of the Emerald Mine object. Try moving the sound dome so it's outer perimeter is away from the mine area. If the Mine can be selected and deleted, then simply move the sound dome back to it's original position if you still wish to use those particular sounds.

Other than that, the only other things I can recommend, is that you double-check your bin-file edits; and check that the edited file is in the correct folder structure, and the folder names are spelled / spaced correctly.

Keep us posted; if the current recommendations are unsuccessful, perhaps someone else can provide a solution.

Hmm interesting. I might've changed the wrong line in the file. I saw one line that said eFasle changed it to eTrue saved it to my desktop and moved it over. But instead of manually deleting it from the route the game decided to remove the structure as a whole **!!bang!!** . I'll take a better look at it and get back to you guys.
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Tue Mar 24, 2020 2:55 pm

As you can see my lines don't look like

"<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eFalse</Pickable>
<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eTrue</Pickable>"

I tried to open it in serz and serzmaster but I got nothing. I tried moving the sound dome over and got nothing. The one eFalse that is circled is the one I first changed and that one completely removed it from the game.
You do not have the required permissions to view the files attached to this post.
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby RudiJaeger » Wed Mar 25, 2020 7:42 am

I can't understand why the Emerald Mine would completely disappear without first being selected in the world editor and deleted; very strange. Last night, I extracted the Emerald Mine bin-file and looked at the "eFalse" entry within the "pickable" parameters, and this should be the only instance that is changed to "eTrue", as previously stated in our recommendations. Then save this xml-file and run through "serz.exe" to update it's corresponding bin-file, checking the bin-file's date-time stamp to confirm. You could also use RwTools to do this, but I tend to do things the hard way I suppose. If this doesn't do the trick, then it has to be something else; and not being able to watch your process, I'm not sure where the error lies.

To be certain; you're not extracting the bin-file from the route's main ap-file and trying to save it back to the ap-file, right? This would not be the correct procedure, as anytime you might do a "file-verification" the time stamp would be recognized and changed back to it's original configuration, thus losing your edits. You must place the bin-file outside the ap-file, using the same folder structure as seen in the ap-file, so that your edited bin-file will over-ride the one in the ap-file.

I just noticed your screenshot does not look like the bin-file when I open it on my pc; so I'm a bit puzzled. So considering all the file manipulation that's been done to the bin-file; I recommend starting over with a fresh bin-file, run it through serz.exe, open in notepad, and apply only the following "eTrue" entry, where it says "eFalse", and save:

<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eTrue</Pickable>

Then run back through serz.exe to update the bin-file.

Note: Don't change any of the other "eFalse" entries, as they have a different purpose for being there.

Let us know how it goes. Good luck!

Edit: Also, please confirm that the modified bin is in the following folder structure (you would have had to create the scenery\structures folders within the PennCoal folder:
Railworks\Assets\RSC\PennCoal\Scenery\Structures (I'm not at my gaming rig right now, but other than maybe some "caps", I think this is the correct syntax)

You said you made a copy of the PennCoal route, so the only place the copy should be, is in the Contents\Routes folders; just want to ensure there's nothing "fishy" going on inside the "Assets" folders.

One other thought about that screenshot. After enlarging, I noticed it's in notepad, but it contains some strange "hyroglyphics" as if the bin-file were opened directly with notepad; it has a ".bin" extension, so I'm pretty sure this is the case. Please be sure you are running the bin-file through the "serz.exe" before you open in notepad and make the edits to the resulting xml-file. Then save the xml and run it back through serz.exe to update the original bin-file.
CoolerMaster HAF case filled with a bunch of rapidly aging techno-stuff.
User avatar
RudiJaeger
 
Posts: 509
Joined: Thu Sep 28, 2017 10:55 am
Location: Colorado Springs

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Wed Mar 25, 2020 12:34 pm

RudiJaeger wrote:I can't understand why the Emerald Mine would completely disappear without first being selected in the world editor and deleted; very strange. Last night, I extracted the Emerald Mine bin-file and looked at the "eFalse" entry within the "pickable" parameters, and this should be the only instance that is changed to "eTrue", as previously stated in our recommendations. Then save this xml-file and run through "serz.exe" to update it's corresponding bin-file, checking the bin-file's date-time stamp to confirm. You could also use RwTools to do this, but I tend to do things the hard way I suppose. If this doesn't do the trick, then it has to be something else; and not being able to watch your process, I'm not sure where the error lies.

To be certain; you're not extracting the bin-file from the route's main ap-file and trying to save it back to the ap-file, right? This would not be the correct procedure, as anytime you might do a "file-verification" the time stamp would be recognized and changed back to it's original configuration, thus losing your edits. You must place the bin-file outside the ap-file, using the same folder structure as seen in the ap-file, so that your edited bin-file will over-ride the one in the ap-file.

I just noticed your screenshot does not look like the bin-file when I open it on my pc; so I'm a bit puzzled. So considering all the file manipulation that's been done to the bin-file; I recommend starting over with a fresh bin-file, run it through serz.exe, open in notepad, and apply only the following "eTrue" entry, where it says "eFalse", and save:

<CollisionGeometryID d:type="cDeltaString"></CollisionGeometryID>
<Pickable d:type="cDeltaString">eTrue</Pickable>

Then run back through serz.exe to update the bin-file.

Note: Don't change any of the other "eFalse" entries, as they have a different purpose for being there.

Let us know how it goes. Good luck!

Edit: Also, please confirm that the modified bin is in the following folder structure (you would have had to create the scenery\structures folders within the PennCoal folder:
Railworks\Assets\RSC\PennCoal\Scenery\Structures (I'm not at my gaming rig right now, but other than maybe some "caps", I think this is the correct syntax)

You said you made a copy of the PennCoal route, so the only place the copy should be, is in the Contents\Routes folders; just want to ensure there's nothing "fishy" going on inside the "Assets" folders.

One other thought about that screenshot. After enlarging, I noticed it's in notepad, but it contains some strange "hyroglyphics" as if the bin-file were opened directly with notepad; it has a ".bin" extension, so I'm pretty sure this is the case. Please be sure you are running the bin-file through the "serz.exe" before you open in notepad and make the edits to the resulting xml-file. Then save the xml and run it back through serz.exe to update the original bin-file.

Yeah the notepad screenshot was a mistake on my part since I am new to this whole bin thing and had no clue what I'm looking at and can be disregarded. But good news, I got to the point where it is a XML file that I can edit and did find and edit the correct eFalse to eTrue and ran it back through serz.exe but I'm still not able to select it. So close yet so far. Maybe I can go step by step on what I did and hopefully that can help on figuring out what went wrong.

So I opened up the PennCoalAssests.AP inside of 7zip to reach those folders. I then dragged those folders from 7zip into the Steamapps\common\railworks\assests\RSC\PennCoal. Now I'm at the point that I can click through the folders without 7zip. Clicked on the structures folder and scrolled down to PC_Emerald_mine.BIN and dragged that over to serz.exe in the main directory. That than made a new PC_Emerald_Mine but this time its a XML Document, I right clicked on the document and clicked edit and scrolled down to pickable and changed that eFalse to eTrue. Clicked saved and reran that XML back through the serz.exe.
You do not have the required permissions to view the files attached to this post.
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby RudiJaeger » Wed Mar 25, 2020 3:26 pm

After reading your post, I think you did everything correctly, so you should be able to select the Emerald Mine object, unless there is a nearby object that is interfering; it could be something as simple a a bush, not necessarily a sound-dome.

Although, you don't need all those redundant files from the ap-file in your folder structure; you only need the scenery\structures folders with the Emerald Mine bin-file in the structures folder.

Here's a thought: Start the sim, go to settings and clear the cache. Upon restart, go to the route building menu and select the "test track" route, then select edit. You can do this with a copy of the test track route, just to be safe. Once the route opens in the world editor, use the assets selection menu and check the RSC\PennCoal route (be sure the little eye-ball icon on the right side is checked also; the middle icon is not required. Then scroll thru the PennCoal assets and select the Emerald Mine object, and see if you can place it onto the landscape. Once placed, see if you can select and delete it. If so, then we know there is an object in your PennCoal route copy, that is interfering.
CoolerMaster HAF case filled with a bunch of rapidly aging techno-stuff.
User avatar
RudiJaeger
 
Posts: 509
Joined: Thu Sep 28, 2017 10:55 am
Location: Colorado Springs

Re: Can't move, select or delete an object

Unread postby nssd80mackid » Wed Mar 25, 2020 5:37 pm

RudiJaeger wrote:After reading your post, I think you did everything correctly, so you should be able to select the Emerald Mine object, unless there is a nearby object that is interfering; it could be something as simple a a bush, not necessarily a sound-dome.

Although, you don't need all those redundant files from the ap-file in your folder structure; you only need the scenery\structures folders with the Emerald Mine bin-file in the structures folder.

Here's a thought: Start the sim, go to settings and clear the cache. Upon restart, go to the route building menu and select the "test track" route, then select edit. You can do this with a copy of the test track route, just to be safe. Once the route opens in the world editor, use the assets selection menu and check the RSC\PennCoal route (be sure the little eye-ball icon on the right side is checked also; the middle icon is not required. Then scroll thru the PennCoal assets and select the Emerald Mine object, and see if you can place it onto the landscape. Once placed, see if you can select and delete it. If so, then we know there is an object in your PennCoal route copy, that is interfering.

Still no luck, even with the copy of Test Track. Maybe I'm messing up a step?
CPU- Ryzen 7 3700x
Ram- Corsair RGB Vengeance 32 GB 3600mhz
GPU- Evga RTX 3080 FTW3
SSD- Samsung 860 evo 500GB
HDD- Hitachi 1TB
User avatar
nssd80mackid
 
Posts: 344
Joined: Fri Aug 17, 2012 5:04 pm
Location: New Jersey

Re: Can't move, select or delete an object

Unread postby RudiJaeger » Wed Mar 25, 2020 9:21 pm

Sorry to hear you're still having problems with this, but at the moment I'm all out of ideas. When I deleted the Emerald Mine on my copy of the route, all I did was apply the "eTrue pickable" entry to the bin-file and everything worked; so I'm just as puzzled as you are at this point. All I can recommend, is that you carefully review the steps (fresh start) and perhaps the answer will present itself.

Hopefully someone else can offer some advice !*don-know!*
CoolerMaster HAF case filled with a bunch of rapidly aging techno-stuff.
User avatar
RudiJaeger
 
Posts: 509
Joined: Thu Sep 28, 2017 10:55 am
Location: Colorado Springs

Next

Return to Problems and Peculiarities

Who is online

Users browsing this forum: No registered users and 1 guest

cron