Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 943 online users. » 0 Member(s) | 939 Guest(s) Bing, Yandex, Applebot, DuckDuckGo
|
Latest Threads |
SELECT statement with MS ...
Forum: MS Access SQL Tutorials
Last Post: Qomplainerz
07-27-2023, 03:35 PM
» Replies: 0
» Views: 1,507
|
SELECT statement with the...
Forum: MS Access SQL Tutorials
Last Post: Qomplainerz
07-27-2023, 03:31 PM
» Replies: 0
» Views: 874
|
Creating hyperlinks in HT...
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 01:23 PM
» Replies: 0
» Views: 1,253
|
What's new in HTML5?
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 12:48 PM
» Replies: 0
» Views: 942
|
What is HTML5?
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 12:43 PM
» Replies: 0
» Views: 846
|
Neck isometric exercises
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:44 AM
» Replies: 0
» Views: 1,198
|
Shoulder shrug
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:43 AM
» Replies: 0
» Views: 769
|
Neck retraction
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:43 AM
» Replies: 0
» Views: 754
|
Neck flexion and extensio...
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:42 AM
» Replies: 0
» Views: 857
|
Neck rotation
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:42 AM
» Replies: 0
» Views: 820
|
|
|
How to uninstall Windows updates |
Posted by: Qomplainerz - 03-14-2021, 10:01 AM - Forum: Windows 10 Tutorials
- No Replies
|
 |
In case you encounter a problem after Windows downloaded and installed a new update you can delete it as follows:
1. Click on the search icon
2. Type CMD there
3. Run it in administrator mode
4. inside the command prompt type the following:
wusa /uninstall /kb:5000802 (assumed you already know which file to delete)
5. Confirm that you really want to delete this file
|
|
|
How to quickly delete temporary files |
Posted by: Qomplainerz - 03-14-2021, 09:56 AM - Forum: Windows 10 Tutorials
- No Replies
|
 |
Here is a little trick on how to quickly find and delete temporary files on Windows 10 devices.
1. Right click on the Windows icon
2. Click on "Run"
3. Type %temp% there
4. Hit Enter
5. Now you will see all temporary files in a new window
6. Use CTRL + A to select all these files
7. Now you can delete all these files at once
8. Empty your recycle bin as well
|
|
|
2002-03 Subaru Impreza WRX hatchback (GG) |
Posted by: Qomplainerz - 03-14-2021, 09:18 AM - Forum: Assetto Corsa Car Mods
- No Replies
|
 |
Installation
Using 7zip, extract two folders from the 7z to your Assetto Corsa cars folder creating cars/subaru_impreza_wrx_2002/ and cars/subaru_impreza_wrx_2002_s1/
The 7z file also contains wrx_texture_templates/, which has *.psd files for the ao+wireframes.
Acknowledgements
Stereo - 3d models, textures, misc.
aphidgod - physics
mclarenf1papa - tire physics
Gary Paterson - driver animations
A3DR - additional textures
Kunos - audio from Porsche 718 Cayman S
What is an Impreza WRX?
I'm glad you asked. For decades, Subaru has been building compact AWD cars. This is the second generation of Impreza, in the first form this generation was available in the USA. The performance model, fitted with a turbocharger, was labeled the WRX, meaning World Rally eXperimental, and came standard with all wheel drive and the EJ20 turbocharged boxer motor. At its debut, this second generation won several awards from performance magazines within its class of sport sedans.
Physics
Aphidgod owns a WRX STi, and used extensive real world data to create these physics, along with some extrapolations for the slight model changes.
S1 comes with what you'd expect from the name - the first steps you take in modifying your car. Specifically, the following changes have been made:
- 17x7.5 Enkei RPF1 lightweight wheels, with 235/40r17 sticky tires
- 22mm fixed front ARB, 22mm adjustable rear ARB with endlinks
- STI Pink wagon coil springs
- Feal 441 adjustable fixed-perch struts
- front camber bolts
- TD05-16G turbo upgrade
- "Cobb" short-ram intake and unrestricted 3-inch exhaust
- Accessport custom tune
- decatted up pipe
- injectors
- fuel pump
- boost controller
Audio
Speaking of which, go download https://www.racedepartment.com/downloads...ned.33356/. It comes with a custom soundbank which suits this car better and is easy to swap over.
The mod itself
In a continuation of my strategy for releasing free mods more often, I've slightly trimmed back the features on this one. No guarantee of completeness, I focus on the stuff that has the most visual impact, and I use it as an opportunity to experiment with some of the new CSP features. So for example the lights are using the new ReflectiveFX refraction method and may have some visibility issues with vanilla AC. Full CSP features require version 0.1.161 or newer but it should perform fine anywhere.
The included skins represent the full range of factory paint options in 2002 and 2003. Specifically, Blaze Yellow was a 2002 only option, Sonic Yellow was a 2003 only option. Aspen White, Midnight Black, Platinum Silver, Sedona Red, and WR Blue were available in both years. Blue Ridge was available only on base model Imprezas, and the two-tone paints were available only on the Outback Sport package.
This is version 1.0, consider it the final release. Changes from here will be limited to bug fixes.
I have discovered this mod at https://www.racedepartment.com/downloads...gon.33751/
|
|
|
Incremental Game Jam Game |
Posted by: Qomplainerz - 03-10-2021, 10:02 AM - Forum: Incremental Games 2021
- No Replies
|
 |
This game is an incremental game about the 2021 Incremental Game Jam on itch.io.
Instead of built-in mini games you can play games that were submitted to the Incremental Game Jam for collecting more boosts
while you are waiting for the numbers to go up more.
Besides that it's similar to Antimatter Dimensions.
You can play this game here
|
|
|
Subtractions in Ruby |
Posted by: Qomplainerz - 03-08-2021, 11:42 AM - Forum: Ruby 3 Tutorials, exercises and examples
- No Replies
|
 |
The easiest way to do subtractions in Ruby is done by passing the values as follows:
Quote:puts 3 - 2
The output on the screen will be 1.
Another way is storing the values in variables and then subtracting one variable from the other as follows:
Quote:num1 = 3
num2 = 2
res1 = num1 - num2
puts res1
The output on the screen will be 1, too.
In case we don't already know the values that should be subtracted
we can ask the user to give us the numbers,
store the user inputs in variables
and then subtract one variable from another as follows:
Quote:puts "Please enter a number here: "
num1 = gets.chomp.to_i
puts "Please enter another number here: "
num2 = gets.chomp.to_i
res1 = num1 - num2
puts res1
Now the output will depend on the user input.
Assumed the user typed 3 first and 2 later the result will be 1 as well.
|
|
|
Why do blackbirds fly against each others? |
Posted by: Qomplainerz - 03-06-2021, 11:34 AM - Forum: Birds
- No Replies
|
 |
Recently I have encountered some noisy male blackbirds.
They seemed to be nervous so I looked if there's maybe a cat or a human nearby, but that wasn't the case.
Then I saw them starting to fly and during the flight two of them hit each others bellies.
I think they do that for two reasons:
1. Showing each others the borders of their territories
2. Impressing females to find a partner for mating
|
|
|
Moonlight Shadow |
Posted by: Qomplainerz - 03-06-2021, 11:01 AM - Forum: Songs, their stories and the remixes
- No Replies
|
 |
Moonlight Shadow is a song about saying farewell because of a sudden death.
A man is being hunted at night until he gets shot multiple times in the moonlight shadow.
The story is being told by the female singer.
She tries to contact the spirit of the man that way, but fails.
The original version of this song is from Mike Oldfield and Maggie Reilly.
The song was released on May 6th 1983.
You can listen to the original Pop-Rock version here:
There may be many remixes and covers of this song,
but the Dance version of Groove Coverage is quite notable as well.
That one was released in 2002.
You can listen to this version here:
|
|
|
|