+ Reply to Thread
Results 1 to 5 of 5

Thread: No Thruster Effect scrollbar.

  1. #1
    Wire Noob Alpha's Avatar
    Join Date
    Jan 2010
    Posts
    1

    Default No Thruster Effect scrollbar.

    my resolution is 800 x 600. there is no scroll bar in the thruster effect lists so i cant select some thruster effects. one of which is the "No effect" option so you can see its a problem.

    is this a bug or what?

  2. #2
    Wire Sofaking Squeakyneb's Avatar
    Join Date
    May 2008
    Posts
    558

    Default Re: No Thruster Effect scrollbar.

    I suppose it could be classed as a bug. It's a lack of features.

    Once again, it is a problem to shout at Garry for. He made the GUI, Wiremod uses it.

    Quote Originally Posted by Bull View Post
    I'm annoyed at having to use my keyboard when coding. Can someone please make voice-recognition so I can just talk?

  3. #3
    No u Divran's Avatar
    Join Date
    Jul 2008
    Location
    Sweden
    Posts
    4,582

    Default Re: No Thruster Effect scrollbar.

    You can change the effect using console commands. I don't know the exact command but it's probably something like
    Code:
    wire_thruster_effect none
    SVN Tutorial
    My SVN:
    Code:
    http://divranspack.googlecode.com/svn/trunk/%20divranspack/
    Get dropbox and get 250 MB extra space: Dropbox

  4. #4
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: No Thruster Effect scrollbar.

    You can open up the lua, find the list and the commands. Well, 800x600 is tiny, so no wonder its not working
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  5. #5
    Spucatum Tauri Bull's Avatar
    Join Date
    Jun 2008
    Location
    Finland
    Posts
    6,009

    Default Re: No Thruster Effect scrollbar.

    Code:
    				["#No_Effects"] = { wire_thruster_oweffect = "none" },
    				["#Flames"] = { wire_thruster_oweffect = "fire" },
    				["#Plasma"] = { wire_thruster_oweffect = "plasma" },
    				["#Smoke"] = { wire_thruster_oweffect = "smoke" },
    				["#Smoke Random"] = { wire_thruster_oweffect = "smoke_random" },
    				["#Smoke Do it Youself"] = { wire_thruster_oweffect = "smoke_diy" },
    				["#Rings"] = { wire_thruster_oweffect = "rings" },
    				["#Rings Growing"] = { wire_thruster_oweffect = "rings_grow" },
    				["#Rings Shrinking"] = { wire_thruster_oweffect = "rings_shrink" },
    				["#Bubbles"] = { wire_thruster_oweffect = "bubble" },
    				["#Magic"] = { wire_thruster_oweffect = "magic" },
    				["#Magic Random"] = { wire_thruster_oweffect = "magic_color" },
    				["#Magic Do It Yourself"] = { wire_thruster_oweffect = "magic_diy" },
    				["#Colors"] = { wire_thruster_oweffect = "color" },
    				["#Colors Random"] = { wire_thruster_oweffect = "color_random" },
    				["#Colors Do It Yourself"] = { wire_thruster_oweffect = "color_diy" },
    				["#Blood"] = { wire_thruster_oweffect = "blood" },
    				["#Money"] = { wire_thruster_oweffect = "money" },
    				["#Sperms"] = { wire_thruster_oweffect = "sperm" },
    				["#Feathers"] = { wire_thruster_oweffect = "feather" },
    				["#Candy Cane"] = { wire_thruster_oweffect = "candy_cane" },
    				["#Goldstar"] = { wire_thruster_oweffect = "goldstar" },
    				["#Water Small"] = { wire_thruster_oweffect = "water_small" },
    				["#Water Medium"] = { wire_thruster_oweffect = "water_medium" },
    				["#Water Big"] = { wire_thruster_oweffect = "water_big" },
    				["#Water Huge"] = { wire_thruster_oweffect = "water_huge" },
    				["#Striderblood Small"] = { wire_thruster_oweffect = "striderblood_small" },
    				["#Striderblood Medium"] = { wire_thruster_oweffect = "striderblood_medium" },
    				["#Striderblood Big"] = { wire_thruster_oweffect = "striderblood_big" },
    				["#Striderblood Huge"] = { wire_thruster_oweffect = "striderblood_huge" },
    				["#More Sparks"] = { wire_thruster_oweffect = "more_sparks" },
    				["#Spark Fountain"] = { wire_thruster_oweffect = "spark_fountain" },
    				["#Jetflame"] = { wire_thruster_oweffect = "jetflame" },
    				["#Jetflame Advanced"] = { wire_thruster_oweffect = "jetflame_advanced" },
    				["#Jetflame Blue"] = { wire_thruster_oweffect = "jetflame_blue" },
    				["#Jetflame Red"] = { wire_thruster_oweffect = "jetflame_red" },
    				["#Jetflame Purple"] = { wire_thruster_oweffect = "jetflame_purple" },
    				["#Comic Balls"] = { wire_thruster_oweffect = "balls" },
    				["#Comic Balls Random"] = { wire_thruster_oweffect = "balls_random" },
    				["#Comic Balls Fire Colors"] = { wire_thruster_oweffect = "balls_firecolors" },
    				["#Souls"] = { wire_thruster_oweffect = "souls" },
    				["#Debugger 10 Seconds"] = { wire_thruster_oweffect = "debug_10" },
    				["#Debugger 30 Seconds"] = { wire_thruster_oweffect = "debug_30" },
    				["#Debugger 60 Seconds"] = { wire_thruster_oweffect = "debug_60" },
    				["#Fire and Smoke"] = { wire_thruster_oweffect = "fire_smoke" },
    				["#Fire and Smoke Huge"] = { wire_thruster_oweffect = "fire_smoke_big" },
    				["#5 Growing Rings"] = { wire_thruster_oweffect = "rings_grow_rings" },
    				["#Color and Magic"] = { wire_thruster_oweffect = "color_magic" },
    That's the list.
    My signature has a point.
    Quote Originally Posted by Squeakyneb View Post
    when l3ulletje says do it, do it.
    That

    Quote Originally Posted by Anticept View Post
    By the way, Bull is in charge.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots