"How Do I Make VP Run Faster?"

Total Page:16

File Type:pdf, Size:1020Kb

"How do I make VP run faster?" Tips & Tricks for users who have older/slower hardware, or even on new machines having a ‘stuggering table’ result, as taken from various threads on VPForums. disabling CPU and memory intensive tasks shutting down obvious culprits ‐ try to make sure VP is the only task using processor power. this means turning off things such as virus checkers, IM clients and web browsers with too many pages loaded. finding additional culprits with CTRL‐ALT‐DEL ‐ a simple way to find running tasks is to hit CTRL‐ALT‐DEL and note the items listed. ‐ each item is a running task which you can track down on your harddrive by the "find" function. altho most of these will not interfere with the running of VP, particularly system tasks, some of them may indeed be using processor power. ‐ any task can be shut down with the "end task" button. ‐ when in doubt, turn off all suspect tasks, run VP, and see if you gain some speed. to go back to your original state, easiest thing is just to reboot. finding additional culprits with MSCONFIG ‐ invoke this with start button/run/msconfig/OK ‐ from the "startup" tab you may find some more tasks to turn off. these will stay off until you turn them back on again. ‐ more advanced users can try turning off other options from the other tabs. finding additional culprits with ADMINISTRATIVE TOOLS in XP ‐ in windows XP, invoke start button/settings/control panel/administrative tools/services ‐ you can try disabling "NVIDIA driver service", "alerter", "telnet", etc. ‐ when it comes to running processes, less is more, so to speak, and XP will run with as few as 12 processes showing in Task Manager. finding additional culprits with other tools ‐ it's been suggested that the service controller for XP tool is a very handy and comprehensive way to manage these kinds of resources. turning off resources from the BIOS ‐ BIOS mode is accessible when the machine is first starting up. you will usually see a message stating which key to hold down, such as DEL or F11. ‐ you may be able to gain additional speed by turning off serial ports and anything else that needlessly consumes resources on your system. final note about tweaking system resources ‐ generally, turning off resources that use up mainly CPU cycles will be more effective than turning off processes that use up mainly memory. ‐ there are many sites that offer tweaks for BIOS, drivers, and other system settings, such as omegadrivers. ‐ when you're not sure if disabling/changing something will break something important, there are places on the internet that can offer a second opinion, such as eldergeek, pcflank and dead‐eye. ‐ windows XP in general is a resource hog. try turning off (file) indexing service under "properties" for your hard drives and most visual effects under "my computer", using properties/advanced/performance. this is a reminder to everyone using windows XP, earlier windows systems aren't such a drain on your CPU and RAM. ‐ to minimise the unnecessary resource use in XP, choose the "classic view" theme. from the VP editor video options ‐ go to "preferences/video options" ‐ for resolution, always use 16 bit color. also, try reducing the resolution all the way down to a basic level, around 800x600 or even 640x480 to start with. be sure to use resolutions of a 4:3 ratio. ‐ it may also help to match your system resolution to your VP resolution. ‐ depending on your video card it may be better to run VP in a window or in fullscreen. try it each way to see. ‐ uncheck boxes for "blit", "shadows" and "decals" then hit "OK". use the default VP ball image ‐ click on the "option" icon from the left side of the editor and then make sure the "ball" option menu is open on the right side. change the ball image to <none>. this will force the game to use the generic VP ball. note: if balls are still using custom images, follow the directions in the script sections below. ‐ start the table, play a game and note any speed difference. if table runs as fast as you want, you can go back and turn back on some of those options to make the table look nicer. object is to downgrade as few options as possible to get the speed you need. graphics preview ‐ when editing a table, turn off graphics preview on any and all objects you are not working on at the time. you will quickly notice the huge difference in speed (for editing that is; it doesn't affect when a table is running). when running a VPM table the VPM menu ‐ when the game is running press "F1" to bring up the VPM menu. ‐ check the box that says "compact display" ‐ set the "antialias" number to 0. ‐ try reducing the samplerate. make the number as low as you can go while still being clear. ‐ try changing the synclevel around. possible good values are 0, 1, or matched to your monitor refresh rate. for example, if your monitor is set at 75Hz then try 75. ‐ unchecking "use samples" may give a significant performance boost. of course some games really need the sample support, but most of them aren't very CPU intensive. using samples plus emulated sound seems to be the kicker. ‐ make all possible changes, press "OK", then hit "F3" to restart with the changes and note the effect on speed. if it's fast enough now you can try going back and upgrading some options. object is to downgrade as few options as possible to get the speed you need. ‐ if sound is simply too much load on your processor, you might have to turn it off via the checkbox. the dipswitch menu ‐ hit "F6" to bring up the dipswitch menu. some authors will include checkbox options to turn off certain CPU‐ intensive features of a table. ‐ after changing some F6 options, you may need to exit to the editor and restart the table. from the VP table script yieldtime ‐ search for the "yieldtime" line, and if it's not there, add it as a new line. the format should be "<table name>.yieldtime = <value>". ‐ what yieldtime does is to pause VP for a few milliseconds per frame to allow background tasks to run, ie VPM. ‐ the best number to place in yieldtime <value> is highly dependent on your system specs, but a rule of thumb is to start with low values, such as 0, 1 or 2 and move upwards. numbers could go as high as 1000 or more. best thing is just to try a number, run the table, and observe the effect. the good news is, once you find the best number, it will work with most if not all of your VPM tables. ‐ note: yieldtime is cancelled where synclevel exceeds 0. removing custom ball images from script ‐ depending on the table, the script may also be forcing the use of ball images. if so, you can search the script for instances of "addball" and comment out the last portion of the line that specifies the image with an apostrophe (') ‐ another way of doing this is to go into the image collection editor and rename the custom ball graphics so that the script can't find them. try renaming them by adding a ".bak" to the end so that you will still have them available for the future. what you can do about your hardware windows swap file ‐ first, easiest thing is to make sure you have enough spare harddrive room to properly run window's virtual memory swap file. it's a good idea to always have at least 1GB of unused drive space. ‐ make sure you let windows automanage your swap file. you can set this from control panels, system, performance, virtual memory. memory ‐ add memory (RAM). this is still the first place you can optimise your hardware. insufficient memory may slow your system down more than a faster CPU will be able to speed it up. sound card ‐ a sound blaster X‐Fi card will take the load of producing sound from the CPU, which should always be a multiple of 8000 sample rate in VPM, ie DCS is 32000 etc. but an X‐Fi can use 96000 as a sample rate. audigy cards generally use 48000. ‐ remember that sample rate can be set in the VPM menu. ****Running VP in fullscreen may be faster than playing the tables in a window. ****Disabling the ball‐shadows and ball‐decals is the first & best way to get some extra‐fps, esp. while multiball or tables with lot of balls like Hyperball or tables with captive balls. ****On extreme low hardware like my brothers old Pentium 500 all the above listed tricks from Nicolas.B. helped a lot to make his favorite table (Funhouse) playable. (Another big improvement is the PCI‐soundcard, that doesnt need so much processor‐power than his on‐board‐sound). VP‐Man ****If you launch your tables through VP‐Man disabling 'Direct Draw' (in the 'Table Launch Options') is also a major setting to adjust. Can be separately set in VP‐Man for each individual table. ****It´s an adjusting thing. To turn off DD at DXDIAG ist totaly differnet than turn it off at the Display Settings! Go to you ‘Display Settings’ and turn the Acceleration 3 ticks to the left. This disables DX9 features and make windows emulate the DX7 System on what VP is based. You will notice a complete other Speed in VP.
Recommended publications
  • System Requirements and Installation
    SCAD Office System Requirements and I nstallation SCAD Soft Contents System Requirements ...................................................................................................................... 3 Recommendations on Optimization of an Operational Environment ............................................. 4 Turn on (or off) the Indexing Service .......................................................................................... 4 Defragment Regularly ................................................................................................................. 4 Start Word and Excel once before Starting SCAD Office .......................................................... 4 Memory Fragmentation by the Service Programs ....................................................................... 4 Settings of the PDF-printing ........................................................................................................ 4 SCAD Office Installation ................................................................................................................ 5 Program Installation .................................................................................................................... 5 English Versions of Windows ..................................................................................................... 5 Privileges ..................................................................................................................................... 5 Network Licensing .....................................................................................................................
    [Show full text]
  • SLDXA /T /L1 – SLX Component List
    SLDXA /T /L1 – SLX Component List SLDXA.exe ver 1.0 Copyright (c) 2004-2006 SJJ Embedded Micro Solutions, LLC All Rights Reserved SLXDiffC.exe ver 2.0 / SLXtoTXTC.exe ver 2.0 www.sjjmicro.com Processing... File1 to TXT file. Opening XSL File Reading RTF for final conversion F:\SLXTEST\LOCKDOWN_DEMO2.SLX has the following Components Total Count is: 577 -------------------------------------------------- .NET Framework 1.1 - Security Update KB887998 Accessibility Control Panel Accessibility Core ACPI Fixed Feature Button Active Directory Service Interface (ADSI) Core Active Directory Service Interface (ADSI) LDAP Provider Active Directory Service Interface (ADSI) Windows NT Provider Active Template Library (ATL) Add Hardware Control Panel Add/Remove Programs Control Panel Administration Support Tools Administrator Account Advanced Configuration and Power Interface (ACPI) PC Analog TV Application Compatibility Core Audio Codecs Audio Control Panel Base Component Base Performance Counters Base Support Binaries CD-ROM Drive Certificate Request Client &amp; Certificate Autoenrollment Certificate User Interface Services Class Install Library - Desk Class Install Library - Mdminst Class Install Library - Mmsys Class Install Library - Msports Class Install Library - Netcfgx Class Install Library - Storprop Class Install Library - System Devices Class Installer - Computer Class Installer - Disk drives Class Installer - Display adapters Class Installer - DVD/CD-ROM drives Class Installer - Floppy disk controllers Class Installer - Floppy disk drives
    [Show full text]
  • Run-Commands-Windows-10.Pdf
    Run Commands Windows 10 by Bettertechtips.com Command Action Command Action documents Open Documents Folder devicepairingwizard Device Pairing Wizard videos Open Videos Folder msdt Diagnostics Troubleshooting Wizard downloads Open Downloads Folder tabcal Digitizer Calibration Tool favorites Open Favorites Folder dxdiag DirectX Diagnostic Tool recent Open Recent Folder cleanmgr Disk Cleanup pictures Open Pictures Folder dfrgui Optimie Drive devicepairingwizard Add a new Device diskmgmt.msc Disk Management winver About Windows dialog dpiscaling Display Setting hdwwiz Add Hardware Wizard dccw Display Color Calibration netplwiz User Accounts verifier Driver Verifier Manager azman.msc Authorization Manager utilman Ease of Access Center sdclt Backup and Restore rekeywiz Encryption File System Wizard fsquirt fsquirt eventvwr.msc Event Viewer calc Calculator fxscover Fax Cover Page Editor certmgr.msc Certificates sigverif File Signature Verification systempropertiesperformance Performance Options joy.cpl Game Controllers printui Printer User Interface iexpress IExpress Wizard charmap Character Map iexplore Internet Explorer cttune ClearType text Tuner inetcpl.cpl Internet Properties colorcpl Color Management iscsicpl iSCSI Initiator Configuration Tool cmd Command Prompt lpksetup Language Pack Installer comexp.msc Component Services gpedit.msc Local Group Policy Editor compmgmt.msc Computer Management secpol.msc Local Security Policy: displayswitch Connect to a Projector lusrmgr.msc Local Users and Groups control Control Panel magnify Magnifier
    [Show full text]
  • Guidelines for Designing Embedded Systems with Windows 10 Iot Enterprise
    Guidelines for Designing Embedded Systems with Windows 10 IoT Enterprise Version 2.0 Published July 15, 2016 Guidelines for designing embedded systems 1 CONFIDENTIAL Contents Overview .................................................................................................................................................................................................... 4 Building a task-specific experience ............................................................................................................................................ 4 General Group Policy settings ....................................................................................................................................................... 4 Application control ................................................................................................................................................................................ 5 Application boot options ................................................................................................................................................................. 5 Auto-boot Universal Windows apps ...................................................................................................................................... 5 Auto-boot Classic Windows apps ........................................................................................................................................... 5 Limit application access with AppLocker ...............................................................................................................................
    [Show full text]
  • Microsoft Patches Were Evaluated up to and Including CVE-2020-1587
    Honeywell Commercial Security 2700 Blankenbaker Pkwy, Suite 150 Louisville, KY 40299 Phone: 1-502-297-5700 Phone: 1-800-323-4576 Fax: 1-502-666-7021 https://www.security.honeywell.com The purpose of this document is to identify the patches that have been delivered by Microsoft® which have been tested against Pro-Watch. All the below listed patches have been tested against the current shipping version of Pro-Watch with no adverse effects being observed. Microsoft Patches were evaluated up to and including CVE-2020-1587. Patches not listed below are not applicable to a Pro-Watch system. 2020 – Microsoft® Patches Tested with Pro-Watch CVE-2020-1587 Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability CVE-2020-1584 Windows dnsrslvr.dll Elevation of Privilege Vulnerability CVE-2020-1579 Windows Function Discovery SSDP Provider Elevation of Privilege Vulnerability CVE-2020-1578 Windows Kernel Information Disclosure Vulnerability CVE-2020-1577 DirectWrite Information Disclosure Vulnerability CVE-2020-1570 Scripting Engine Memory Corruption Vulnerability CVE-2020-1569 Microsoft Edge Memory Corruption Vulnerability CVE-2020-1568 Microsoft Edge PDF Remote Code Execution Vulnerability CVE-2020-1567 MSHTML Engine Remote Code Execution Vulnerability CVE-2020-1566 Windows Kernel Elevation of Privilege Vulnerability CVE-2020-1565 Windows Elevation of Privilege Vulnerability CVE-2020-1564 Jet Database Engine Remote Code Execution Vulnerability CVE-2020-1562 Microsoft Graphics Components Remote Code Execution Vulnerability
    [Show full text]
  • User's Guide O&O Defrag
    Last changes: 19.09.2018 Table of contents About O&O Defrag 22 4 Features at a glance 5 Differences between the various Editions 7 System requirements 8 Installation 10 Screen Saver 12 Online registration 14 Getting started 16 Analyze your drives 17 Defragmenting your Drives 19 Selecting a defragmentation method 22 Standard defragmentation methods 25 User Interface (GUI) 32 Drive List 33 Cluster View 34 Defragmentation summary 36 Job View and Reports 37 Status Views 38 Tray icon (Notification area icon) 40 O&O DiskCleaner 41 O&O DiskStat 44 Schedule defragmentation at regular intervals 45 Create job - General 46 Plan a schedule 48 Screen Saver Mode 50 Select drives 51 Exclude and include files 52 O&O ActivityMonitor for Jobs 54 Further job settings 56 Edit/Duplicate/Delete jobs 59 Status reports 60 Extras 62 TRIM Compatibility 68 Work within the network 79 Zone filing 82 Rules for individual drives 84 Notation for rules 86 Settings 87 General Settings 88 Boot time defragmentation 91 Automatic optimization 93 Select files for defragmentation 95 O&O ActivityMonitor 97 Technical information 99 Using the command line version 101 Status notices and program output 103 Data Security and Integrity 105 Supported hardware 106 Supported File Systems 107 Free space needed for defragmentation 108 Recommendations and FAQs 109 O&O DiskStat 3 113 System requirements 114 Installation 115 Getting started 116 End user license agreement 118 User's guide O&O Defrag About O&O Defrag 22 About O&O Defrag 22 Thank you for choosing O&O Defrag! O&O Defrag activates the hidden performance of your computer and packs file fragments efficiently and securely together.
    [Show full text]
  • Remote Indexing Feature Guide Eventtracker Version 7.X
    Remote Indexing Feature Guide EventTracker Version 7.x EventTracker 8815 Centre Park Drive Columbia MD 21045 Publication Date: Aug 10, 2015 www.eventtracker.com EventTracker Feature Guide - Remote Indexing Abstract The purpose of this document is to help users install, configure, and use EventTracker Indexer service on remote machines and index CAB files on the EventTracker Server machine. Intended Audience • Users of EventTracker v7.x who wish to deploy EventTracker Indexer service on remote machine to index CAB files on the EventTracker Server thus reducing the workload and improving the performance of the EventTracker Server. • Technical evaluator of EventTracker who seeks to understand how the feature is implemented and its limitations. The information contained in this document represents the current view of Prism Microsystems, Inc. on the issues discussed as of the date of publication. Because Prism Microsystems, Inc. must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Prism Microsystems, Inc. and Prism Microsystems, Inc. cannot guarantee the accuracy of any information presented after the date of publication. This document is for informational purposes only. Prism Microsystems, Inc. MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, this Guide may be freely distributed without permission from Prism, as long as its content is unaltered, nothing is added to the content and credit to Prism is provided. Prism Microsystems, Inc. may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document.
    [Show full text]
  • The New York Society Library Presents
    The New York Society Library Presents: Intermediate Computers Ingrid Richter Computer Specialist & Webmaster COMPUTERS I INDEX INTRODUCTION Basic Windows Overview……………………………………………………………………… Page 03 Windows 98, ME, 2000, XP.........................................................….. Page 04 THE BASICS: My Computer........................................................................……… Page 05 Start Menu & Taskbar..........................................................……… Page 06 Control Panel.......................................................................……… Page 07 Windows Setup.....................................................................……… Page 08 FILE ORGANIZATION: Windows Explorer...................................................................... Page 09 SOFTWARE Backup..................................................................................... Page 10 DOS and file extensions………………………………………………………………………. Page 10 Calculator................................................................................. Page 11 HyperTerminal.......................................................................... Page 11 Notepad.................................................................................... Page 12 Wordpad................................................................................... Page 12 Paint......................................................................................... Page 13 TROUBLESHOOTING: Scanning Hard Drive.................................................................
    [Show full text]
  • MTA Windows Operating System Fundamentals Course
    MTA Windows Operating System Fundamentals Course Session 1 Section A: Introduction Windows Operating System Microsoft Certification Paths Knowledge Domains Exam Prerequisites Taking the Exam Exam Preparation Tips Section B: Windows OS DOS, the Precursor DOS Screens Windows 3.1 Windows 95 Windows NT Windows 7 Windows Evolution Basic OS Architecture Rings in Windows Section C: Windows Interfaces Identifying Windows Interfaces Desktop/Taskbar GUI Overview Command Prompt PowerShell Section D: Planning Installations Exploring OS Editions Edition Upgrades OS Requirements Determining Requirements PC Upgrade Advisor Upgrade Paths Section E: Advanced Installation Topics Application Compatibility Topics Planning for Upgrades Installation Types Product Identification Keys Virtualization Virtualization Types Section F: Desktop Features Configuring Start Menu Customizing Start Menu Adding Administrative Tools Configuring Taskbar Notification Area Section G: Configuring the Interface User Profiles Gadgets Changing Display Settings Aero Session 2 Section A: Using Native Applications Notepad WordPad Calculator Internet Explorer Gallery Snipping Media Center and Player Section B: Configuration Settings Msconfig General Settings Boot Config Services Tab Blue Screen of Death Tools Tab System Information App Section C: The Control Panel Applets Control Panel Categories Control Panel Views Super Control Panel Section D: Control Panel Applets Control Applets Ease of Access Center Default Programs
    [Show full text]
  • Windows SIG 011315 Links to Explore
    Windows SIG 011315 Links to Explore • From Jane Rankin a great article on “Ransomware”… http://www.usatoday.com/story/money/personalfinance/2015/01/11 /computer-hacker-ransomware-malware-sony/21397777/ • From Doug Steinke links to Computer Club “archive” regardsing “Malware Prevention & Removal”… https://www.sctxca.org/suncity/clubs- groups/sites/computer/archive/monday-pgms/2015Meetings.html • From Bill Andrews a new invention… https://www.youtube.com/embed/9J7GpVQCfms From Barb Resnick – Yet Another Phishing Email New Year… Time for Resolutions • At least annually you should vow to make your Windows installation the best that it can be • An essential Windows skill, is knowing how to access “safe mode” because many operations are best performed in Safe Mode • Accessing Safe Mode is exacerbated because it varies by operating system • At the first SIG of 2015 we will show: How to access Safe Mode in “all” Windows systems, and We will introduce a “Windows Tweaking” tool that has proven to be vary successful in the Help Center, for resolving a variety of problems and or improving the performance of Windows What is Windows “Safe Mode” Safe mode is a option for Windows that starts your computer in a “limited state”. Only the basic files and drivers necessary to run Windows are started and if you access Safe mode properly, The words Safe Mode will appear in the bottom corner of your monitor to identify which Windows mode you're using. Accessing Safe Mode permits a User to run applications that either will not run in “regular” mode or are best
    [Show full text]
  • Line 6 Gearbox®, Toneport®, POD®Xt, POD® X3, and Audio Recording Software Windows® XP® & Vista® - Audio Tips & Optimizations
    ® ® ® WINDOWS XP & VISTA AUDIO TIPS & OPTIMIZATIONS Improve the performance of your computer with Line 6 GearBox®, TonePort®, POD®xt, POD® X3, and audio recording software Windows® XP® & Vista® - Audio Tips & Optimizations TABLE OF CONTENTS Digital Audio and Your Computer ..........................................................1•1 Digital Audio Demands .................................................................................................. 1•1 Line 6 Monkey Compatibility Check ......................................................2•1 Windows® XP® Optimizations ..............................................................3•1 Making System Tweaks in Windows XP ........................................................................ 3•1 Disable Your Onboard or Add-in Sound Card ............................................................... 3•1 Turn Off Windows System Sounds ................................................................................ 3•2 Disable Error Reporting .................................................................................................. 3•3 Disable the Remote Assistance Option ......................................................................... 3•3 Turn Automatic Updates Off ........................................................................................ 3•3 Processor Scheduling ...................................................................................................... 3•3 Set Virtual Memory to a Fixed Size ...............................................................................
    [Show full text]
  • Veritas Enterprise Vault™ Administrator's Guide
    Veritas Enterprise Vault™ Administrator's Guide 12.1 Veritas Enterprise Vault: Administrator's Guide Last updated: 2017-07-28. Legal Notice Copyright © 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, Enterprise Vault, Compliance Accelerator, and Discovery Accelerator are trademarks or registered trademarks of Veritas Technologies LLC or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners. This product may contain third party software for which Veritas is required to provide attribution to the third party (“Third Party Programs”). Some of the Third Party Programs are available under open source or free software licenses. The License Agreement accompanying the Software does not alter any rights or obligations you may have under those open source or free software licenses. Refer to the third party legal notices document accompanying this Veritas product or available at: https://www.veritas.com/about/legal/license-agreements The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Veritas Technologies LLC and its licensors, if any. THE DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. VERITAS TECHNOLOGIES LLC SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION.
    [Show full text]