Lucas chess .fns files

Sort:
Bittrsweet

I had lucas chess make some tactics for me based on a pgn file i imported. It then save the tactics as a .fns file. However, a lot of these tactics it created for me are not appropriate for my level at all, and I would like to delete many of them. I cannot figure out how to do that when it's in a .fns file (I think it should be easy if it was in a pgn file). Does anyone know how to remove a specific tactic from a .fns file OR do you know how to convert a .fns file back into a .pgn file?

EscherehcsE
Bittrsweet wrote:

I had lucas chess make some tactics for me based on a pgn file i imported. It then save the tactics as a .fns file. However, a lot of these tactics it created for me are not appropriate for my level at all, and I would like to delete many of them. I cannot figure out how to do that when it's in a .fns file (I think it should be easy if it was in a pgn file). Does anyone know how to remove a specific tactic from a .fns file OR do you know how to convert a .fns file back into a .pgn file?

Maybe Lucas will show up and give you a definitive answer. My two cents - I downloaded one of the fns files off of GitHub and took a look at it. It looks to me like it's only a text file, and all of the information related to each position is on a separate line. The FEN is listed first, and the other information is separated by that goofy vertical line |

I'm guessing you could just open the file with a text editor and delete the lines you don't want.

 

Ssherlockc
Bittrsweet yazdı:

I had lucas chess make some tactics for me based on a pgn file i imported. It then save the tactics as a .fns file. However, a lot of these tactics it created for me are not appropriate for my level at all, and I would like to delete many of them. I cannot figure out how to do that when it's in a .fns file (I think it should be easy if it was in a pgn file). Does anyone know how to remove a specific tactic from a .fns file OR do you know how to convert a .fns file back into a .pgn file?

I had the same problem. I wanted to convert many FNS type files to PGN format, but I couldn't find any source or software, so I coded it myself. You can use this software/code.