Windows 10: Blank hexes instead of terrain

Discus and support Blank hexes instead of terrain in Windows 10 Gaming to solve the problem; One of my not so new games still runs except for one thing - instead of the r=terrain as it should be it gives blank hexes.If anyone knows this problem... Discussion in 'Windows 10 Gaming' started by Zigmunds Steins, Jun 16, 2021.

  1. Blank hexes instead of terrain


    One of my not so new games still runs except for one thing - instead of the r=terrain as it should be it gives blank hexes.If anyone knows this problem I will give you details onthe game.As I only use it for nostalgia and as a data source for mods of a a newer game and we are talking about legit games I own this is not a big deal but is there a way to fix this issue?I can still run the game problem free on my ''old''' PC will be 7 years old this fall but runs like new but there is this issue on the ''new'' machine will be 5 years this fall, no problems whatsoever except this one.This is

    :)
     
    Zigmunds Steins, Jun 16, 2021
    #1

  2. HEX File (.hex)

    I would try Power-Shell Get-Content. It has a bunch of options which could help with transformation which you will probably need to do. Also, it gives you a way to just take a peek at a few lines instead of being forced to see the whole file before
    you're ready to deal with it.

    Here's a way of getting a description of the syntax

    Get-Content -? | out-string -Width 90

    If it really is "Hex" though, I suspect you will have to pipe it to something else and unfortunately then instead of trying to find another cmdlet you may be faced with learning some more arcane syntax.

    https://stackoverflow.com/questions/17229866/powershell-hex-to-string-conversion

    (BING search for

    powershell fromhex totext

    )

    BTW I did not look very hard for a better hit. That was just the first one which (more or less) demonstrated my point. I'm disappointed it was not a "one-liner".

    Good luck

    Robert Aldwinckle

    ---
     
    Robert Aldwinckle on forums, Jun 16, 2021
    #2
  3. Batch Program that Sends Hex String to Serial Port

    The file you sent me does contain the correct hex bytes. Did you get the desired result when using the "copy" command?

    If you don't then you will need to do your own homework in order to find the correct hex string. The steps will always be the same:

    1. Use notepad.exe to open hex1.vbs.
    2. Change this line to suit your requirements:

      aChars = split("245 0 1 2 2 1 6")

      You can put as many numbers between the brackets as you like. The numbers must be decimals from 0 to 255, corresponding to $0 to $FF. The must be separated by one space.
    3. Save the file.
    4. Type these commands exactly and press Enter after each:

      cscript hex1.vbs

      copy /b hex1.txt com1
     
    Frederik Long, Jun 16, 2021
    #3
  4. Blank hexes instead of terrain

    HEX File (.hex)

    How can I change the format of a file I downloaded. It's asking me " How do you want to open this file". It's a HEX File (.hex) file type and open with Unknown application What app do I use ?????

    Thanks
     
    HerbLewis1, Jun 16, 2021
    #4
Thema:

Blank hexes instead of terrain

Loading...
  1. Blank hexes instead of terrain - Similar Threads - Blank hexes instead

  2. Decimal Hex for Persian standard

    in Windows 10 Gaming
    Decimal Hex for Persian standard: i can't find Locale Codes Decimal Hex for Persian standard, for Persian the number is 0x0429, but I want the code I wrote to select Persian standard https://answers.microsoft.com/en-us/windows/forum/all/decimal-hex-for-persian-standard/fb03b21b-f534-4595-b9b7-dbdeb17b65ab
  3. Decimal Hex for Persian standard

    in Windows 10 Software and Apps
    Decimal Hex for Persian standard: i can't find Locale Codes Decimal Hex for Persian standard, for Persian the number is 0x0429, but I want the code I wrote to select Persian standard https://answers.microsoft.com/en-us/windows/forum/all/decimal-hex-for-persian-standard/fb03b21b-f534-4595-b9b7-dbdeb17b65ab
  4. HEX from 200 50 BYTES

    in Windows 10 Software and Apps
    HEX from 200 50 BYTES: Hi, I want to dictate HEX from 0x200 and 50 BYTEs into my CODE is there a list I can copy, please. Camerart
  5. Compile C to HEX

    in Windows 10 Software and Apps
    Compile C to HEX: Hi, I program in Oshonsoft BASIC, and have some C CODE that may work if I can get the HEX from it. How can I compile it please? Camerart.
  6. Unicode hex codes not working right

    in Windows 10 Gaming
    Unicode hex codes not working right: On my personal laptop with Windows 10 Pro 2H22 all works fine – when I am using combination of Alt + **** symbol code it works like it must. But on work laptop with Windows 10 Enterprise 2H22 – it works only with right Alt and even then it works not every time. Sometimes it...
  7. Unicode hex codes not working right

    in Windows 10 Software and Apps
    Unicode hex codes not working right: On my personal laptop with Windows 10 Pro 2H22 all works fine – when I am using combination of Alt + **** symbol code it works like it must. But on work laptop with Windows 10 Enterprise 2H22 – it works only with right Alt and even then it works not every time. Sometimes it...
  8. DEC, ASCII, BIN, HEX via SPI

    in Windows 10 Software and Apps
    DEC, ASCII, BIN, HEX via SPI: Hi, I'm trying to understand what actually happens when I program in 'say' decimal, send it via SPI or UART then either show it on a terminal screen or use the DATA in 'say a calculation. Sometimes, I receive GPS DATA (NMEA sentences) which is a mixture of DEC and ASCII....
  9. VS 2019 Convert Text to Hex Number

    in Windows 10 Drivers and Hardware
    VS 2019 Convert Text to Hex Number: I need to convert the data in the Text box into HEX number and send it through serial port. Here is the code to send though Serial Port that I am using. port.WritetextBox1.Text; If I enter 1000 in the text box, I see in the serial terminal program HEX values 31 30 30 30....
  10. Hex editor recommendation?

    in Windows 10 Software and Apps
    Hex editor recommendation?: I'm not a techie or programmer but occasionally need to edit binary files. For example, my app Macro Express Pro creates its macro files in proprietary (MXE) format. If I make changes to my Win 10 PC file/folder organisation then scores or even hundreds of macros have to be...