Retroceder   Foros de ellos nunca lo harían > TODO SOBRE LA WEB > Ideas

Respuesta
 
Herramientas Desplegado
  #21  
Antiguo 24-11-2006, 07:20:01
Avatar de nicknico2
nicknico2 nicknico2 is offline
Senior Member
Fecha de Ingreso: Jul 2006
Predeterminado

ya seria el colmo que alguien mas preguntara, seria como el codigo Da Vinci. jajaja
Responder Con Cita
  #22  
Antiguo 26-11-2006, 15:58:46
lenin69 lenin69 is offline
Admin
Fecha de Ingreso: Jul 2004
Ubicación: Zizur Mayor, Navarra, España, Europa, Unión Sovietica
Predeterminado

para linux, es algo complicadillo: crea un documento yamado dosbox.conf, y ponlo en la carpeta dede la que abres el dosbox (si no en /usr/local/share/dosbox, en la carpeta del juego, si haces un "abrir con dosbox"). Este fichero es la optimizacion. Si no quieres que las capturas salgan en el directorio personal, cambia el "captures=$HOME" por "captures=<directorio de pantallazos>"Dentro del dosbox.conf, tienes que pegar esto:<br /><br />[sdl]<br /># fullscreen -- Start dosbox directly in fullscreen.<br /># fulldouble -- Use double buffering in fullscreen.<br /># fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).<br /># windowresolution -- Scale the window to this size IF the output device supports hardware scaling.<br /># output -- What to use for output: surface,overlay,opengl,openglnb.<br /># autolock -- Mouse will automatically lock, if you click on the screen.<br /># sensitiviy -- Mouse sensitivity.<br /># waitonerror -- Wait before closing the console if dosbox has an error.<br /># priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest.<br />#************ Second entry behind the comma is for when dosbox is not focused/minimized.<br /># mapperfile -- File used to load/save the key/event mappings from.<br /># usescancodes -- Avoid usage of symkeys, might not work on all operating systems.<br /><br />fullscreen=false<br />fulldouble=false<br />fullresolution=original<br />windowresolution=original<br />output=surface<br />autolock=true<br />sensitivity=100<br />waitonerror=true<br />priority=higher,normal<br />mapperfile=mapper.txt<br />usescancodes=true<br /><br />[dosbox]<br /># language -- Select another language file.<br /># memsize -- Amount of memory dosbox has in megabytes.<br /># machine -- The type of machine tries to emulate:hercules,cga,tandy,pcjr,vga.<br /># captures -- Directory where things like wave,midi,screenshot get captured.<br /><br />language=<br />machine=vga<br />captures=$HOME<br />memsize=16<br /><br />[render]<br /># frameskip -- How many frames dosbox skips before drawing one.<br /># aspect -- Do aspect correction, if your output method doesn't support scaling this can slow things down!.<br /># scaler -- Scaler used to enlarge/enhance low resolution modes.<br />#********** Supported are none,normal2x,normal3x,advmame2x,advmame3x,advinte rp2x,advinterp3x,tv2x,tv3x,rgb2x,rgb3x,scan2x,scan 3x.<br /><br />frameskip=0<br />aspect=false<br />scaler=normal2x<br /><br />[cpu]<br /># core -- CPU Core used in emulation: simple,normal,full,dynamic.<br /># cycles -- Amount of instructions dosbox tries to emulate each millisecond.<br />#********** Setting this higher than your machine can handle is bad!<br />#********** You can also let DOSBox guess the correct value by setting it to auto.<br />#********** Please note that this guessing feature is still experimental.<br /># cycleup** -- Amount of cycles to increase/decrease with keycombo.<br /># cycledown*** Setting it lower than 100 will be a percentage.<br /><br />core=normal<br />cycles=3000<br />cycleup=500<br />cycledown=20<br /><br />[mixer]<br /># nosound -- Enable silent mode, sound is still emulated though.<br /># rate -- Mixer sample rate, setting any devices higher than this will<br />#******** probably lower their sound quality.<br /># blocksize -- Mixer block size, larger blocks might help sound stuttering<br />#************* but sound will also be more lagged.<br /># prebuffer -- How many milliseconds of data to keep on top of the blocksize.<br /><br />nosound=false<br />rate=22050<br />blocksize=2048<br />prebuffer=10<br /><br />[midi]<br /># mpu401***** -- Type of MPU-401 to emulate: none, uart or intelligent.<br /># device***** -- Device that will receive the MIDI data from MPU-401.<br />#*************** This can be default,alsa,oss,win32,coreaudio,none.<br /># config***** -- Special configuration options for the device. In Windows put<br />#*************** the id of the device you want to use. See README for details.<br /><br />mpu401=intelligent<br />device=default<br />config=<br /><br />[sblaster]<br /># sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.<br /># sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.<br /># mixer -- Allow the soundblaster mixer to modify the dosbox mixer.<br /># oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.<br />#*********** On auto the mode is determined by sblaster type.<br />#*********** All OPL modes are 'Adlib', except for CMS.<br /># oplrate -- Sample rate of OPL music emulation.<br /><br />sbtype=sb16<br />sbbase=220<br />irq=7<br />dma=1<br />hdma=5<br />mixer=true<br />oplmode=auto<br />oplrate=22050<br /><br />[gus]<br /># gus -- Enable the Gravis Ultrasound emulation.<br /># gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the <br />#*********** Gravis Ultrasound. (Same IRQ's and DMA's are OK.)<br /># gusrate -- Sample rate of Ultrasound emulation.<br /># ultradir -- Path to Ultrasound directory.* In this directory<br />#************ there should be a MIDI directory that contains<br />#************ the patch files for GUS playback.* Patch sets used<br />#************ with Timidity should work fine.<br /><br />gus=true<br />gusrate=22050<br />gusbase=240<br />irq1=5<br />irq2=5<br />dma1=3<br />dma2=3<br />ultradir=C:ULTRASND<br /><br />[speaker]<br /># pcspeaker -- Enable PC-Speaker emulation.<br /># pcrate -- Sample rate of the PC-Speaker sound generation.<br /># tandy -- Enable Tandy Sound System emulation (off,on,auto).<br />#********* For auto Tandysound emulation is present only if machine is set to tandy.<br /># tandyrate -- Sample rate of the Tandy 3-Voice generation.<br /># disney -- Enable Disney Sound Source emulation.<br /><br />pcspeaker=true<br />pcrate=22050<br />tandy=auto<br />tandyrate=22050<br />disney=true<br /><br />[bios]<br /># joysticktype -- Type of joystick to emulate: none, 2axis, 4axis,<br />#**************** fcs (Thrustmaster) ,ch (CH Flightstick).<br />#**************** none disables joystick emulation.<br />#**************** 2axis is the default and supports two joysticks.<br /><br />joysticktype=2axis<br /><br />[serial]<br /># serial1-4 -- set type of device connected to com port.<br />#************* Can be disabled, dummy, modem, directserial.<br />#************* Additional parameters must be in the same line in the form of<br />#************* parameter:value. Parameters for all types are irq, startbps, bytesize,<br />#************* stopbits, parity (all optional).<br />#************* for directserial: realport (required).<br />#************* for modem: listenport (optional).<br />#************* Example: serial1=modem listenport:5000<br /><br />serial1=dummy<br />serial2=dummy<br />serial3=disabled<br />serial4=disabled<br /><br />[dos]<br /># xms -- Enable XMS support.<br /># ems -- Enable EMS support.<br /># umb -- Enable UMB support (false,true,max).<br /><br />xms=true<br />ems=true<br />umb=true<br /><br />[ipx]<br /># ipx -- Enable ipx over UDP/IP emulation.<br /><br />ipx=false<br /><br />[autoexec]<br /># Lines in this section will be run at startup.<br />
Responder Con Cita
  #23  
Antiguo 26-11-2006, 16:38:32
Kakarot Kakarot is offline
Uploader
Fecha de Ingreso: Feb 2002
Predeterminado

Tb puedes ahcerle las capturas desde la ventana, yo no necesite hacerle muchas florituras en mi linux para que funcionara.
Responder Con Cita
  #24  
Antiguo 26-11-2006, 17:13:01
lenin69 lenin69 is offline
Admin
Fecha de Ingreso: Jul 2004
Ubicación: Zizur Mayor, Navarra, España, Europa, Unión Sovietica
Predeterminado

ya, al cosa es que yo uso xfce, donde no puedo capturar con el "printsc", de todas formas con poner ese dosbox.conf en la carpeta del juego, y lo arranco con "abrir con dosbox" ya no me preocupo, solo de darle al ctrl+f5.<br /><br />Ahora que caigo, si en la linea pones /pwd, deveria de funcionar para cada carpeta
Responder Con Cita
Respuesta

Bookmarks


Normas de Publicación
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro


Powered by: vBulletin, Versión 3.7.0
Derechos de Autor ©2000 - 2024, Jelsoft Enterprises Ltd.