Scripts, programming and gaming tricks for Windows by Nirklars
🌐 Visit Nirklars.wordpress.com
🌐 Nirklars.wordpress.com besuchen
✍️Write rieview ✍️Rezension schreiben 🏷️Get Badge! 🏷️Abzeichen holen! ⚙️Edit entry ⚙️Eintrag bearbeiten 📰News 📰Neuigkeiten
Tags: nirklars programming
Thank you, this worked on a Windows 10 machine when manually entering the same commands in your batch file at the command prompt but not any other way, even if the bat was ran as admin.
7.1.2023 17:56Comment on [Guide] Vanilla WoW convert all screenshots from TGA to JPG or PNG by Kevin Worrellthanks
24.11.2020 08:19Comment on Street lighting poles in 3D for DIALux by Mohamed Ezaldinethank you sooo much :)
1.11.2020 08:48Comment on Street lighting poles in 3D for DIALux by ShaanCan you please give 9m single and double arm pole objects with 10 ft arm ? I need this badly for one of our project.
5.8.2020 10:23Comment on Street lighting poles in 3D for DIALux by mandardahigaonkarThanks You!
2.6.2020 00:06Comment on Baldur’s Gate 2 Enhanced Edition – Voices from BG1EE by BrianIn reply to <a href="https://nirklars.wordpress.com/2015/04/22/pdf-to-dwg-using-free-open-source-inkscape/#comment-4382">Mongrel Shark</a>. You're technically correct and I updated the title. DWG is a propriety format owned by Autodesk and DXF is their open implementation. If you open a DXF file in a text editor you can read all the instructions for the file while DWG is more akin to a ZIP archived textfile.
24.1.2020 12:19Comment on PDF to DWG (DXF) using free open source Inkscape by nirklarsHow to get DWG without autocad? On a Linux system? Your last steps don't work. Your just using autocad to convert dfx to dwg. The title says you can do this with inkscape!!
10.10.2019 20:31Comment on PDF to DWG (DXF) using free open source Inkscape by Mongrel SharkThank you for sharing and for your dedication. Warm Regards. Ben.
7.9.2019 05:43Comment on Street lighting poles in 3D for DIALux by Ben BorgwardIn reply to <a href="https://nirklars.wordpress.com/2015/04/04/baldurs-gate-ii-widescreen-scaling-bug/#comment-4092">Skibba</a>. Ok, was happy too early... game is running at 2-3 fps with this workaround ;(
25.11.2018 19:47Comment on Baldur’s Gate II widescreen scaling bug by SkibbaWorking perfectly!!!! Thanks very much, tried to get the game running for 2 days until I found your solution, great work! Happy questing in Amn:)
25.11.2018 19:43Comment on Baldur’s Gate II widescreen scaling bug by SkibbaMake Baldur’s Gate Enhanced edition portable. The following batch file will create symbolic links to set your save folder to the game folder instead of “My Documents”. This is useful if you intend to play the game portable. For example from a USB stick if you intend to be moving between different computers. In the […]
13.4.2017 11:09Baldur’s Gate Enhanced Edition – Local save folderI noticed that the voice packs included in Baldur’s Gate Enhanced edition (BG1EE) wasn’t included in Baldur’s Gate II Enhanced edition (BG2EE) for some reason. Here is how to fix it: Alternative A – Renamed files Download this zip file with the voice files already renamed. Extract it into your install directory BG2EE\lang\en_US\sounds Start the […]
12.4.2017 18:27Baldur’s Gate 2 Enhanced Edition – Voices from BG1EEIn recent operating systems and more recent games you may have encountered the following message every now and then. Sometimes the message won’t show at all depending on your windows settings and or game. “The NVIDIA OpenGL driver lost connection with the display driver due to exceeding the Windows Time-Out limit and is unable to […]
19.7.2016 12:04NVidia OpenGL display driver lost connection error troubleshootingFrom Wikipedia: Robocopy, or “Robust File Copy“, is a command-line directory and/or file replication command. Robocopy functionally replaces Xcopy, with more options. It has been available as part of the Windows Resource Kit starting with Windows NT 4.0, and was first introduced as a standard feature in Windows Vista and Windows Server 2008. This makes […]
21.6.2016 08:25Robocopy sync multiple folders – to one location – batch scriptI’m a beginner slowly learning how to use git and right away during my learning process I encountered a big thorn in my foot. The following article applies to git on windows. Search for git push 403 and you’ll get a grip of this problem. The problem for me was swapping between different github user […]
18.6.2016 09:16GitHub changing user account on windowsThis script will silently map specified network drives in the background and retry for a specified number of times with a specified delay before giving up. (Default: 10 retries per second for 120 retries) You can change this by editing the script and changing: delay = delay between each retry timeout = number of retries […]
18.12.2015 10:17VBScript Map Network DrivesHere is how to properly override (replace) font’s globally in Autodesk AutoCAD. Why replace? Unicode fonts Depending on your version of AutoCAD the nordic characters for ÅÄÖÆØ might not be working properly. This is usually caused by different versions of the same font’s. For some reason it seems, the characters ÅÄÖÆØ were removed from iso.shx […]
14.12.2015 08:15AutoCAD font overridesHere is one way to add timestamps quickly to lots of photos using open source tools and a script. The image editing is done using ImageMagick convert.exe and identify.exe ImageMagick is a free to use open source collection of command line tools for image editing, identifying, manipulation and much more. This script will go through […]
25.4.2015 15:29Add scaled timestamps to photos using ImageMagickUpdate 2016: Using google.com/ncr to bypass the filter no longer works. Google now censors EU results if you’re in the EU ISP IP range. You have to use a US proxy. This post is not related to any software but rather in opposition of censorship. Problem If you’re in the EU and searching using Google […]
24.4.2015 12:22Bypassing European ‘Right to be forgotten’ censorship of GoogleUpdate 2015-06-11: Added msdos short paths to (hopefully) avoid unicode character errors This VBScript will create a very basic HTML image gallery of all image files placed in the same directory as the script. It generates thumbnails using ImageMagick and links to the original images. ImageMagick is a free to use open source collection of command […]
23.4.2015 13:44HTML image gallery generator using VBScript and ImageMagick