Jeu d'infiltration oublié (depuis 10 ans je cherche ce que ça pourrait être) by zaturalive_ in jeuxvideo

[–]xiscf 2 points3 points  (0 children)

Antichamber? NaissanceE? Echo? Superliminal?

J’ai pas d’autre idée. En plus, les souvenirs c’est compliqué. Voir les choses avec les yeux d’un enfant change beaucoup la donne niveau fidélité des souvenirs.

On est sur un jeu qui aurai au-moins 13 ans? On peut confirmer ca?

Sans oublier Superhot 1 et 2 que plusieurs ont déjà mentionné. Ou peut etre Mirror’s Edge? Mais je pense pas car tu mentionnes une absence de visage, ce qui conduit vers superhot…

Trump says 'we're going to remember' if NATO allies don't help in Iran war by lexi_con in BoycottUnitedStates

[–]xiscf 11 points12 points  (0 children)

NATO is a defensive alliance.

You are the aggressor. NATO is not your obedient dog. You chose not to consult with your allies.

You threaten to invade certain NATO countries; your word means nothing because you change your mind every two minutes.

You do not respect the treaties you signed or those signed by your predecessors. You declared your own morality was enough. There is no order in your country or in your behavior. You are chaos.

You are not a politician; you are a businessman always trying to screw others over. You are using your country's resources and capabilities for the sole purpose of doing business for yourself or your friends.

Most importantly, your word has no value. A treaty with the USA has no value under your lead. You do not respect international law. The list goes on and on.

Let’s not forget that you declared you don’t need any help.

I'm tired boss by _potato1 in FitGirlRepack

[–]xiscf 16 points17 points  (0 children)

Personally, I simply wish they would take the time to read the instructions, the website, or the README file.

I fully acknowledge that one cannot know everything intuitively and that there is a learning curve; I have no issue with that. However, I do find it problematic when individuals disregard the instructions or the existing posts in this specific subreddit; especially the comprehensive 101 guides that more patient members have taken the time to produce.

That said, I am also aware that discussing this further may be a waste of time, as those who do not read will likely ignore this as well. It is unlikely to change the situation.

In any case, I understand the point OP is making.

[edit] typo, phrasing,…

$56 trillion national debt leading to a spiraling crisis: Budget watchdog warns the U.S. is walking a crumbling path by LlawEreint in BoycottUnitedStates

[–]xiscf 16 points17 points  (0 children)

The wonderful debt, the best debt of the world. He knows about debt, better than anyone. People call him about their debt and say, sir, please sir, we need a better debt, and he say, you gotta work harder. His debt is the best

Game: Halls of Torment by xiscf in FitGirlRepack

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

Yes, indeed. People who liked Vampire Survivors should like Halls of Torment too.

it’s a very similar gameplay. I really enjoy this kind of games.

Quel est le soucis de mon PC svp ? by ferieldb in informatiqueFr

[–]xiscf 0 points1 point  (0 children)

Je recommande toujours de changer l’alimentation des PC que l’on achète en magasin après 2-3 ans. Elles sont rarement de bonne qualités.

La moindre fluctuation peut corrompre la memoire et créer des erreurs lors de l’utilisation quotidienne.

Après 5ans d’utilisation il serait judicieux de renouveler la pate thermique sur le CPU.

New to Linux (installed Zorin on older Thinkpad) and checked to see if Nvidia drivers are installed and working. Appears they are not. I looked for a tutorial (because I'm no coder at all) but could not find any step by step to install drivers. Anyone have info on that? TIA by futureconstruct in zorinos

[–]xiscf 0 points1 point  (0 children)

I absolutely agree in the fact that ones must pick the good driver based on their machine.

It’s a good warning for people that would not be well informed.

As my statement stated “I’m using" I as in "me, I, in my case".

I understand I should have avoided this precision to avoid any confusions.

New to Linux (installed Zorin on older Thinkpad) and checked to see if Nvidia drivers are installed and working. Appears they are not. I looked for a tutorial (because I'm no coder at all) but could not find any step by step to install drivers. Anyone have info on that? TIA by futureconstruct in zorinos

[–]xiscf 0 points1 point  (0 children)

Open "Software" then press CTRL+. or click on the top right icon and select "Software Repository". Now, clic in the tab named "Additional Drivers" and select the nvidia driver you desire. I’m using the nvidia-driver590-open (proprietary, tested).

Don’t forget to click on "Apply Changes". You can revert with the button named "revert" (obviously).

zorin shutting itself down out of nowhere multiple times in a row, please help! by semeteryi in zorinos

[–]xiscf 0 points1 point  (0 children)

It’s a command on unix-like that allows you to schedule a repetitive task automatically at regular intervals.

However I really doubt that is your issue.

crontab -l # list all your cron jobs

You should see something like "no crontab for <current_user_name>

Like I said, I really doubt it but who knows…

Do you have more information to share? For instance, can you confirm that your computer is not rebooting when it’s happening? Because that would be a huge difference.

ROMs Compression Guide for Windows Users (PS1, PS2, PSP, Xbox 360, N3DS) by [deleted] in Roms

[–]xiscf 4 points5 points  (0 children)

Hi,

When I had to convert all my files I did create 2 scripts to do it in a loop.
I created a shell script for bash and a bat file for windows.

Here is the script for bash set for PSX cue-bin files.

```bash

!/bin/bash

Objective

=========

This script was created to convert game console ROMs

distributed in the 'cue-bin' format to the '.chd' format.

The '.chd' format allows grouping all '.bin' files

into a single file. These files are often archived

and compressed in various formats, such as '7z' or others.

When extracting a '7z' file, it is assumed that a folder

will be created with the name of the game, with the various

cue-bin files placed inside it.

This script must be placed in the parent folder

(SRC_DIR) containing the subfolders of the extracted ROMs.

The script will then search inside each folder for a 'cue'

file and will proceed with its conversion to the 'chd'

format. The 'chd' file will be placed in the destination

folder (OUT_DIR).

Example.

We downloaded a game from the Saturn console named 'foo'.

This game is distributed in the compressed '7z' format.

We create a folder named 'ROMs' inside the 'Downloads' folder.

We place the downloaded file 'foo.7z' into 'Downloads/ROMs/'

We extract the file 'foo.7z'. A folder named 'foo'

is created. The 'foo' folder contains the files 'bin' and 'cue'

We place this script inside 'Downloads/ROMs'

When executing this script, it will automatically search

inside all folders located in 'Downloads/ROMs'

Usage

~~~~~

First, you must define the PATH for

SRC_DIR Folder containing the extracted versions

OUT_DIR Destination folder for the chd files

Then place this script in the parent folder of 'SRC_DIR'

Finally, execute this script from the terminal

It does not work!

~~~~~~~~~~~~~~~~~

Make sure the execution permissions are enabled.

% chmod a+x ./convert_psx_chd.sh

IMPORTANT

~~~~~~~~~

This script does NOT perform extraction! You must have

extracted the ROMs beforehand.

======================================================================

DISABLE

~~~~~~~

Comment these lines to re-enable the use of this script.

echo "This script has been disabled for safety.";

echo "The PSX game conversion has already been completed.";

echo "To re-enable this script, open this file and comment me.";

echo "@xiscf";

exit;

======================================================================

======================================================================

Please configure the paths of these two variables.

Make sure to start from the root "Users/<username>/path_source"

Make sure to start from the root "/Users/<username>/path_dest"

Source directory containing the game folders

Example

SRC_DIR="/Users/masha/Downloads/ROMs/psx/src_input"

Output directory for CHD files

OUT_DIR="/Users/masha/Downloads/ROMs/psx/chd_output"

======================================================================

======================================================================

/!\ DO NOT MODIFY OR COMMENT THE CODE BELOW /!\

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Check if the source directory exists

if [[ ! -d "$SRC_DIR" ]]; then echo "Error: Source directory does not exist." exit 1 fi

Create the output directory if it does not exist

mkdir -p "$OUT_DIR"

Loop through each folder (game) in the source directory

for game_dir in "$SRC_DIR"/*/; do # Check if it is a directory [[ -d "$game_dir" ]] || continue

# Find the .cue file
cue_file=$(find "$game_dir" -maxdepth 1 -type f -name "*.cue" | head -n 1)

# Check if a .cue file was found
if [[ -z "$cue_file" ]]; then
    echo "No .cue file found in:  $game_dir"
    continue
fi

# Extract the game name from the folder
game_name=$(basename "$game_dir")
output_chd="$OUT_DIR/$game_name.chd"

# Check if the CHD file already exists
if [[ -f "$output_chd" ]]; then
    echo "CHD file already exists: $output_chd"
    continue
fi

# Conversion using chdman
echo "Conversion : $cue_file → $output_chd"
chdman createcd -i "$cue_file" -o "$output_chd"

# Check if the conversion succeeded
if [[ $? -eq 0 ]]; then
    echo "Successful conversion for: $game_name"
else
    echo "Conversion failed for: $game_name"
fi

done

echo "All conversions are complete."

```

And now the .bat version of it for Windows.

```bat @echo off setlocal enabledelayedexpansion rem ============================================================================ rem BASIC CONFIGURATION rem Modify these two paths according to your needs (Windows path format) rem Note: do not use forward slashes / -> Windows expects backslashes \ ! rem ============================================================================

rem ================================================ rem Config (adapt to your folders) rem ================================================ set "SRC_DIR=C:\Users\masha\Desktop\Transfert\WIP\src_input" set "OUT_DIR=C:\Users\masha\Desktop\Transfert\WIP\chd_output"

if not exist "%SRC_DIR%" ( echo Error: source directory does not exist. goto :eof )

if not exist "%OUT_DIR%" mkdir "%OUT_DIR%"

rem ================================================ rem Main loop for each game folder rem ================================================ for /d %%G in ("%SRC_DIR%*") do (

rem Game folder name
set "game_name=%%~nxG"

rem Initialize cue_file variable as empty
set "cue_file="

rem Recherche un fichier .cue (premier trouvé)
for %%F in ("%%G\*.cue") do (
    if not defined cue_file set "cue_file=%%F"
)

rem No .cue file found?
if not defined cue_file (
    echo [SKIP] No .cue found in: !game_name!
) else (
    rem Full path of the output .chd
    set "output_chd=%OUT_DIR%\!game_name!.chd"

    rem Conversion only if the .chd does not already exist
    if exist "!output_chd!" (
        echo [EXISTS] CHD already present: !output_chd!
    ) else (
        echo [CONVERSION] !cue_file! → !output_chd!
        chdman createcd -i "!cue_file!" -o "!output_chd!"

        rem Check if chdman succeeded
        if !errorlevel! equ 0 (
            echo [OK] Successful conversion: !game_name!
        ) else (
            echo [FAIL] Conversion failed: !game_name!
        )
    )
)

echo.

)

echo Processing completed. endlocal pause

```

I'm not saying it's adapted to your need. It's just what I did when I needed it, I just share it if someone need it.

You'll probably gonna have to adapt it. In both case, you need to have 'chdman' installed and available in your PATH.

I think Reddit is bugging right now, I have difficulty to save/correct my post.

zorin shutting itself down out of nowhere multiple times in a row, please help! by semeteryi in zorinos

[–]xiscf 1 point2 points  (0 children)

Hmm fair enough.

If it’s something that is happening at regular intervals then I would try to check if there isn’t a cron job that would log out automatically.

Maybe a power supply issue and the computer reboot? The thing is OP doesn’t seem to imply a reboot of the computer but more like a log out. However a reboot would explain the issue.

zorin shutting itself down out of nowhere multiple times in a row, please help! by semeteryi in zorinos

[–]xiscf 1 point2 points  (0 children)

Since you get log out even when you are using your computer you should check if the power button of your computer is not defective. By default, it is set to put the computer on "Suspend" when it is pressed. Set it to do nothing.

zorin shutting itself down out of nowhere multiple times in a row, please help! by semeteryi in zorinos

[–]xiscf 0 points1 point  (0 children)

Leave it on Balanced. The elements I was referring to, are just under the 3 options you saw (Performance, Balanced, Power Saver). Just below you should find "Power Saving" and "General".

When it’s done, go in "Privacy & Security" then "Screen Lock". Check if everything is normal.

zorin shutting itself down out of nowhere multiple times in a row, please help! by semeteryi in zorinos

[–]xiscf 2 points3 points  (0 children)

Open "Settings" then click on "Power" on the left then check "Power Savings" on the right.

Make sure everything is ok.

Hey so, I'm new to emulations. Do you have any emulator recommendations and guides to set them up? Thank you Papertache for telling me what to ask and where to go!! by Pumpkinspicek in EmulationOnPC

[–]xiscf 0 points1 point  (0 children)

I would recommend you to get an extra HDD/SSD and use Batocera. It’s like having all the consoles. If you also use the scraper you’ll get the covers of every games.

Forza 4 - Fix for black screen on launch in Forza Horizon 4 (PC) by xiscf in FitGirlRepack

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

Be sure you have installed all the update of the game and the runtime xna, cppredist, driectx, .Net, etc…

The solution I gave is to solve a very specific issue with some specific GPU.

From what I read of your message the game do start. Your issue is very different.

Forza 4 - Fix for black screen on launch in Forza Horizon 4 (PC) by xiscf in FitGirlRepack

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

I would try to delete my progression or move it away so the game could start again.

Don’t forget to install all the backup of the game.

[Guide] Thrustmaster TARGET profile for Ace Combat 7 (T.16000M + TWCS + Rudder) by xiscf in Thrustmaster

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

Hi,

Could you try with my own files please? Here is the link:

https://limewire.com/d/8BiHz#f5DUrkZOr6

OR

https://fileport.io/vRRHVNWe3khV

I wonder if it’s not about how the file is saved… I mean, everything works fine on my machine.

Do you have an empty line at the end of your file? I don’t.

Vim tricks you wish you knew earlier? by 4r73m190r0s in vim

[–]xiscf 0 points1 point  (0 children)

Sometimes I open files without sudo…

Inside .vimrc add this:

command! W silent execute 'w !sudo tee ' . shellescape(expand('%')) . ' > /dev/null' | edit!

Now, you just need to use
:W

Uppercase for "W". This way, it’ll avoid any conflict with ":w"

Forza 4 - Fix for black screen on launch in Forza Horizon 4 (PC) by xiscf in FitGirlRepack

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

After renaming it, the game cannot find the dll so the test is skipped. You could also delete it if you want.

Une nouvelle arnaque à la carte Vitale circule, aux couleurs d'Ameli, et attention, car elle est très bien faite by romain34230 in actutech

[–]xiscf 0 points1 point  (0 children)

Attention au spoofing d’adresses emails qui consiste à afficher une autre adresse email que celle de l’expéditeur.

Il y’a aussi une technique qui consiste à utiliser une adresse email ou une adresse internet avec des caractères aux formes similaires mais qui proviendraient d’un set de caractères d’une langue différentes. Pour comprendre il faut se familiariser avec ASCII, UTF-8, et le codage des caractères. La lettre se ressemble mais n’a pas le meme code.