More actions
m (Text replacement - "{{Infobox XBOX homebrew" to "{{Infobox XBOX Homebrews") |
m (Text replacement - "| licence" to "| license") |
||
Line 4: | Line 4: | ||
| type = Adventure | | type = Adventure | ||
| version = v1.1 | | version = v1.1 | ||
| | | license = Mixed | ||
| author = A600 | | author = A600 | ||
| website = | | website = |
Revision as of 10:24, 20 October 2021
xDink | |
---|---|
[[1]] | |
General | |
Author | A600 |
Type | Adventure |
Version | v1.1 |
License | Mixed |
Links | |
Download | |
Source | |
xDink 1.08 ported by A600
This is a port for the Xbox1 of FreeDink (http://www.gnu.org/software/freedink/) a free, portable and enhanced version of the Dink Smallwood game engine done by Sylvain Beucler and possible thanks to the SDLx libs by lantus.
Dink Smallwood is an adventure/role-playing game, similar to Zelda (2D top view), made by RTsoft.
The game features the twisted adventure of young Dink Smallwood, a pig farmer who leaves his town and goes on a quest to save the world.
TODO
- D-Mods support.
The xresizer.xbe included, allows to resize the screen for those with overscan problems. It generates a xbox.cfg with this default settings:
- xpos=0
- ypos=0
- xstretch=0
- ystretch=0
- flickerfilter=1
- 720p=1
The flickerfilter option can be a number between 0 and 5.
NOTE: for a pixel perfect screen with correct aspect ratio these values should be used:
480p:
- xpos=40
- ypos=0
- xstretch=-80
- ystretch=0
720p:
- xpos=160
- ypos=0
- xstretch=-320
- ystretch=0
CONTROLS
- Left Analog -> Up / Down / Left / Right
- Dpad -> Up / Down / Left / Right
- A -> Attack / Use equipped item / Select option
- B -> Talk / Examine / Manipulate
- X -> Use equipped magic
- Y -> Inventory / Equip screen
- Black -> Options
- White -> Display map (if you have one)
Source code (sources.rar) included.
-A600-