Janky Jousting Mac OS
Janky Jousting Mac OS
Yes, it works with Mac OS. The PC/Windows requirements are for the profile programming software. It works perfectly well on Macs without using the software. X-Plane 11 beta includes a profile for the Mac. X-Plane 10, to my knowledge, doesn't but you can just program the buttons and axes you want. Eight players at once will join together to joust penises into each others wiggly anuses. Players in Genital Jousting free download will control a complete penis with testicles and an anus. Players with the most points earned will be announced as the winner.
There are two types of images that make up the Joust menu. There are 13 outline icons consisting or plus/minus images, lines, joins and blank spaces. In addition, you can define any number of document icons which you will later assign to individual menu entries. The initOutlineIcons function in index.htm is where you set up your images.
Janky Jousting, is a local multiplayer game where you and another person joust to the death.The knight is hard to control and with the King watching, you must perform your best. This is a game that is fun to play with a group of friends, or just when you have. Description In Joust, players take control of a knight with a lance who rides their flying ostrich (or stork, for Player 2) to do battle against computer-controlled evil knights who ride atop vultures. Players must flap their steed's wings to hit the enemy from a higher jousting point to destroy the vulture and its rider. The Joust application can simply be run by itself, or if you feel the need for Macromedia animation before you start your game, click on 'Digital Arcade.' The game itself is more reliable under different Mac OS's than the animated menu is! Also in the series were Williams' Defender and Robotron: 2084. Compatibility Architecture: 68k.
Platform Specific Support
As supplied, Joust provides a Macintosh Finder style outline on a Macintosh, an OS/2 style outline on an OS/2 PC and a Windows Explorer style outline on all other clients (if someone can tell us what it should look like on other GUI's we will add support). The idea is to conform to a look and feel that the user is already familiar with.
The first part of initOutlineIcons looks like this:
This sets up a variable called ip with the path to the directory that contains the images. The path it uses depends on the platform property of the theBrowser object (which is initialised by Joust when the page first loads - possible values are 'Win', 'Mac', 'OS/2' and 'X11'). You should change the paths here to match the directory you use on your web site. If you want all browsers to see exactly the same images then delete the second line.
To see what the menu looks like for different users, select an option:
Outline Icons
The next part of initOutlineIcons looks like this:
This code is adding the images that are used to make up the expanding/collapsing part of the menu to the imgStore object. The imgStore.add function has 4 parameters:
- imgName is a unique name used to identify the image. For the Outline icons, you must use the names used above.
- imgFile is the name of the GIF file for the image (including the path).
- width is the width of the image in pixels.
- height is the height of the image in pixels.
If you want to change the look of your outline, you can change the files used for your Outline icons. However, the icon names (i.e. the first parameter in the imgStore.add function) must be left as they are.
Document Icons
The final part of initOutlineIcons looks like this:
Line one, above, is adding the image 'folderclosed.gif' to the imgStore with the name 'Folder'. The image is being taken from the platform specific directory pointed to by the variable 'ip'.
Lines 3 to 5 are building the 'di' variable that will be used to add a document image. First, set it to images/menu. Then, if the browser code is 'NS' or 'MSIE', add the browser code. Finally, add _doc. If the browser is MSIE, this would produce images/menu/msie_doc.
Line 6 is adding the image pointed to by the variable 'di', with '.gif' added, to the imgStore with the name 'Document'. If the browser is MSIE, this would add the image images/menu/msie_doc.gif. Lines 7 and 8 add MouseOver and Selected versions of the image (see below for more details of this).
Finally, line 8 adds a default image to be used by all browsers that are not MSIE or Netscape.
If you want to keep it simple, and use the same image for 'Folder' and 'Document' regardless of the platform or browser, replace this code with something like this:
If you want to define more images to use as document icons then add as many imgStore.add calls as you need, giving each image a unique name. The section on Defining the Menus explains how to attach these images to a particular menu entry.
Expanded, Selected and MouseOver Images
It is very common, these days, to have images on a web page that change when the mouse moves over them. Joust will support these 'MouseOver' images for any Document icon and for the expand/collapse icons (but not the lines, joins and blanks). Note: This will only work on browsers that support the image object (Netscape 3 up, MSIE 4 up).
To define a 'MouseOver' version of an image, simply add it to the imgStore with a name that is the same as the original image name plus 'MouseOver'. For example, to add a 'MouseOver' version of the 'Document' icon:
It is also possible to display a different Document Icon for an 'expanded' entry and for the 'selected' entry (the 'selected' entry is the last one the user clicked on). To do this, add an image to the imgStore with a name that is the same as the original image name plus 'Expanded' or 'Selected' (or 'ExpandedSelected'). For example, to add a 'selected' version of the 'Folder' icon:
Finally, if you define 'Expanded' and/or 'Selected' images and you want to use 'MouseOver' images, you will need to define a MouseOver version of each one. Possible image combinations are:
- imgName
- imgNameExpanded
- imgNameSelected
- imgNameExpandedSelected
- imgNameMouseOver
- imgNameExpandedMouseOver
- imgNameSelectedMouseOver
- imgNameExpandedSelectedMouseOver
Note 1: The modifier names are case sensitive and the order is important (e.g. 'SelectedExpanded' is not allowed). Invalid names will be ignored.
Note 2: For image swapping to work properly on the Macintosh version of MSIE, you must full paths for your image files rather than relative ones.
Available Regions for Activation
- Afghanistan
- Algeria
- American Samoa
- Angola
- Anguilla
- Antarctica
- Aruba
- Australia
- Bahrain
- Bangladesh
- Benin
- Bhutan
- Botswana
- Bouvet Island
- British Indian Ocean Territory
- British Virgin Islands
- Brunei
- Burkina Faso
- Burundi
- Cambodia
- Cameroon
- Canada
- Cape Verde
- Caribbean Netherlands
- Cayman Islands
- Central African Republic
- Chad
- China
- Christmas Island
- Cocos (Keeling) Islands
- Comoros
- Congo - Brazzaville
- Congo - Kinshasa
- Cook Islands
- Côte d’Ivoire
- Curaçao
- Djibouti
- Egypt
- Equatorial Guinea
- Eritrea
- Ethiopia
- Faroe Islands
- Fiji
- French Polynesia
- French Southern Territories
- Gabon
- Gambia
- Ghana
- Gibraltar
- Guadeloupe
- Guam
- Guernsey
- Guinea
- Guinea-Bissau
- Heard & McDonald Islands
- Hong Kong SAR China
- India
- Indonesia
- Iran
- Iraq
- Isle of Man
- Israel
- Japan
- Jersey
- Jordan
- Kazakhstan
- Kenya
- Kiribati
- Kuwait
- Kyrgyzstan
- Laos
- Lebanon
- Lesotho
- Liberia
- Libya
- Macau SAR China
- Madagascar
- Malawi
- Malaysia
- Maldives
- Mali
- Marshall Islands
- Martinique
- Mauritania
- Mauritius
- Mayotte
- Micronesia
- Mongolia
- Montserrat
- Morocco
- Mozambique
- Myanmar (Burma)
- Namibia
- Nauru
- Nepal
- New Caledonia
- New Zealand
- Niger
- Nigeria
- Niue
- Norfolk Island
- North Korea
- Northern Mariana Islands
- Oman
- Pakistan
- Palau
- Palestinian Territories
- Papua New Guinea
- Philippines
- Pitcairn Islands
- Qatar
- Réunion
- Russia
- Rwanda
- Saint Martin
- Samoa
- São Tomé & Príncipe
- Saudi Arabia
- Senegal
- Seychelles
- Sierra Leone
- Singapore
- Solomon Islands
- Somalia
- South Africa
- South Korea
- South Sudan
- Sri Lanka
- St. Barthélemy
- St. Helena
- St. Martin
- St. Pierre & Miquelon
- Sudan
- Svalbard & Jan Mayen
- Swaziland
- Syria
- Taiwan
- Tajikistan
- Tanzania
- Thailand
- Timor-Leste
- Togo
- Tokelau
- Tonga
- Tunisia
- Turkmenistan
- Turks & Caicos Islands
- Tuvalu
- U.S. Outlying Islands
- U.S. Virgin Islands
- Uganda
- United Arab Emirates
- United States
- Uzbekistan
- Vanuatu
- Vietnam
- Wallis & Futuna
- Western Sahara
- Yemen
- Zambia
- Zimbabwe
About the game
Genital Jousting is an online and local multiplayer party game about flaccid penises and wiggly anuses for up to eight players at once. Players control a detached penis complete with testicles and an anus. Multiple game modes provide a stimulating orgy of objectives: penetrate and be penetrated as fast as possible or compete in absurd, silly and sexually suggestive games and challenges.
New Story Mode
Play as John, a dick who wants to find a date for his high school reunion. He'll need some help along the way. He's wobbly, he's soft. But he wants to be hard. So very hard. He wants to show everyone his astounding rigidity. And with your help, that's exactly what he'll do.
Highlights
- If this is something that makes you uncomfortable or sounds unappealing, please do not purchase or play Genital Jousting, or even continue reading.
- Online and Local Multiplayer for Eight: Genital Jousting is more fun with friends and can satisfy up to eight players at once! Find a few willing partners, cuddle up on the couch, and share controllers or go online to joust with anonymous players from all over the world.
- Traditional and Party Modes: Dabble in the throbbingly fast-paced Traditional Mode or jostle your way through some stiff competition in Party Mode including challenges like Double Delight, Obstacle Intercourse, and Weiner Round Up.
- Customize Your Member: Genitals come in all shapes and sizes so pick your favorite color and decorate it with the most appealing outfit to customize a penis you can really get behind!
System Requirements
Minimum
- OS:Windows 7
- Storage:500 MB
- Processor:Intel Core™ Duo
- Memory:4 GB de RAM
Minimum
- OS:Mac OS X 10.8 +
- Storage:500 MB
- Processor:Intel Core™ Duo
- Memory:4 GB de RAM
- Release date:2018-01-18
- Developer: Free Lives
- Publisher: Devolver
Janky Jousting Mac Os Download
Game Mode
Janky Jousting Mac Os Pro
- Local Coop
- Multiplayer
- Single-player
Rated
MATURE
Intense Violence, Sexual Content, Sexual Themes, Sexual Violence, Strong Sexual Content
Janky Jousting Mac OS