imported>Senouis |
|
(사용자 2명의 중간 판 20개는 보이지 않습니다) |
1번째 줄: |
1번째 줄: |
| [[미디어위키:Gadgets-definition|가젯 목록 확인용]]
| | <!-- 이 문서는 캐싱되면 갱신이 안 되므로 노 캐싱 명시 --> |
| [[미디어위키:Gadget-xash3d.js|xash3d 로드 가젯]]
| | __NOCACHE__ |
| [[미디어위키:Gadget-xash3d.css|xash3d css 포맷]]
| |
|
| |
|
| == Test Position ==
| | [https://github.com/Xen-alpha/xash3d-libertygame 엔진 코드 보관 GitHub 리포지토리] |
|
| |
|
| <div class="emscripten_border">
| | [https://github.com/Xen-alpha/hl-engine-js CDN으로 가져오는 JS 리포지토리 주소] |
| </div>
| |
|
| |
|
| <p><div style=width:100%;height:0px>
| | == Test Position == |
| <div style="float:left;" id="status">Downloading...</div>
| | {{Xash3D|valve}} |
| <div id="progress1" style=position:relative;z-index:10;display:none;float:right;width:70%;border-color:#F0B418;border-style:solid;border-width:2px;height:20px><div id=progress style=text-align:center;background-color:#F0B418;border-color:#555555;border-style:solid:border-width:3px;width:50%;height:20px></div></div><br>
| |
| </div><br></p>
| |
| | |
| <div class="xash-loader" id=loader1></div>
| |
| | |
| <div style=width:100%><span id='xash-controls'>
| |
| <a class="xash-glow"><span><input type="checkbox" id="resize">Resize canvas</span></a>
| |
| <a class="xash-glow"><span><input type="checkbox" id="pointerLock" checked>Lock/hide mouse pointer </span></a>
| |
| <span><input type="button" value="Fullscreen" onclick="Module.requestFullscreen(document.getElementById('pointerLock').checked, document.getElementById('resize').checked)"></span>
| |
| </span></div>
| |
| | |
| <textarea id="xash-output" rows="8"></textarea><div id="asyncDialog" style="float:left"></div>
| |
| | |
| <a class="glow"><u><div id=optionsTitle><h1>Game Options</h1></u></div></a>
| |
| | |
| <form style=display:none id=fSettings>Select filesystem for settings and saverestore:<br><br>
| |
| <div id=idbHider style=display:none><input name=a type=radio id=rIndexedDB />IndexedDB (Need exit correctly to save changes)<br></div>
| |
| <input name=a type=radio id=rLocalStorage />LocalStorage (Sometimes not enough space)<br>
| |
| <input name=a type=radio id=rNone checked=true />None(in RAM)<br><br>
| |
| <hr>
| |
| Select game data source:<br><br>
| |
| <div id=pkgHider style=display:none><input name=b type=radio id=rPackage checked=true />Emscripten package from server (cached in IndexedDB if availiable)<select id=selectPkg style=display:none></select><br></div>
| |
| <div id=zipHider style=display:none><input name=b type=radio id=rZip />ZIP archive from server (slower, but smaller, no IndexedDB cache)<select id=selectZip style=display:none></select><br></div>
| |
| <input name=b type=radio id=rLocalZip />Local ZIP file:<input type=file name=c id=iZipFile /><br><br>
| |
| <hr>
| |
| Command-line arguments: <input name=d type=text id=iArgs /><br><br>
| |
| | |
| <input type=button onclick="startXash();return false;" value="Launch Xash3D!" />
| |
| | |
| <br><hr>
| |
| | |
| <div id='linksPlaceholder' style=display:none>Download archives to load locally next time:</div><br>
| |
| </form>
| |