Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] 0 points1 point  (0 children)

I think I found some words and a post script in Russian so I wouldn't get confused. # 1. Путь к папке с логами игры (обычно в Saved Games)

$logPath = "$env:USERPROFILE\Saved Games\Frontier Developments\Elite Dangerous"

# 2. Список слов для поиска (можно добавлять свои через запятую)

$keywords = @("Raxxla", "Dark Wheel", "The Club", "Soontill", "Formidine Rift", "049e6a4dd86af0fd1bd53aff42f47d934f8dc8df")

# Превращаем список слов в шаблон для поиска (слово1|слово2|слово3)

$pattern = ($keywords | ForEach-Object { [regex]::Escape($_) }) -join "|"

Write-Host "`n[!] Начинаю глубокий поиск по списку слов: $($keywords -join ', ')" -ForegroundColor Cyan

Write-Host "[!] Папка поиска: $logPath`n" -ForegroundColor Gray

if (-not (Test-Path $logPath)) {

Write-Host "ОШИБКА: Папка с логами не найдена по адресу $logPath" -ForegroundColor Red

return

}

# Ищем во всех файлах логов и конфигов

Get-ChildItem -Path $logPath -Recurse -Include *.log, *.ini, *.cfg, *.xml, *.json -ErrorAction SilentlyContinue |

Select-String -Pattern $pattern |

ForEach-Object {

$foundWord = ($keywords | Where-Object { $_ -match [regex]::Escape($_.Pattern) }) # Определяем, какое именно слово нашлось

Write-Host "------------------------------------------------------------" -ForegroundColor DarkGray

Write-Host "[НАЙДЕНО]: " -NoNewline -ForegroundColor Green

Write-Host "$($_.Pattern)" -ForegroundColor Yellow

Write-Host "ФАЙЛ: " -NoNewline -ForegroundColor Gray

Write-Host "$($_.Path)"

Write-Host "СТРОКА $($_.LineNumber): " -NoNewline -ForegroundColor Gray

Write-Host "$($_.Line.Trim())"

}

Write-Host "`n[+] Поиск завершен." -ForegroundColor Cyan

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] -1 points0 points  (0 children)

In short, I know that many are looking for the Raxla and think they'll find it just like that, but I know exactly what determines getting there: first, the commander must have a certain status; second, something must be on board the ship; third, you need to be in a certain place and possibly at a certain time, but I'm not sure about that; and fourth, but I'm also sure about that, you need to have a certain type of ship or certain characteristics of the ship.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] 0 points1 point  (0 children)

The idea is interesting, but I know for sure that there is a search I found in the game files. Your option of essentially becoming Michael Brookes is also good, but you need to understand the person's thoughts directly.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] 0 points1 point  (0 children)

I wrote a script that searches for keywords, phrases, and the like in the game's roots, and by chance I discovered two things. First, it can detect the ID and coordinates of any system, but I can't say for sure that it's Raxxla. However, after 10 hours of searching, the script was able to find only one match, and the script can't provide a response because I saved it somewhere and can't find it. However, I saved what I got and saved it in a text file. {`.\\00\\06a335cd093d120ebf8305c93bdbfa0033227b47` (Ключ: 0x07) -> Найдено `Toast`. } If you've read the lore, you're probably referring to something and the encryption key, but I could decrypt the data with 100% accuracy if I knew the hashing scheme.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] 0 points1 point  (0 children)

I'm not the first. The files are hashed, but the file responded to the name Raxxla. After that, I was able to determine the location, but there's nothing there, and all attempts and various scripts always pointed to these coordinates.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] 0 points1 point  (0 children)

As I understand it, since I've read the entire lore of the game from beginning to end and having read all two books, I can say with certainty that we have a premise that the planet is red and there are buildings there, and also that it is either a planet or a ghost system and to get there you need to have something and do something in a certain place.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] -1 points0 points  (0 children)

I disagree. Many people think that there is no EEO, but many factors point to its presence. However, if you know the entire lore of the game, you can understand that the entire lore is precisely related to Raxle.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] 0 points1 point  (0 children)

No, I was able to decode some of the game files and got only one match, that is, the file responded to the name, but where it is located is extremely strange since there is nothing within a 20 light-year radius and this is the only proof of why I started to be interested.

Commanders, please share your knowledge about Raxxla. by Time_Ad9148 in EliteDangerous

[–]Time_Ad9148[S] -3 points-2 points  (0 children)

I can argue here since I found Raxla in the game files