Ulysses Stuff > Ulysses Release Archives

Automatic Votemap

<< < (2/3) > >>

JamminR:
1) It's possible the original code isn't compatible with SVN.
Much of SVN of ULib and it's module ULX command structure has been rewritten. Imagine the differences between Windows XP and Windows 7... many things can be converted, but, they have to be converted.

2) Your comment of location.

--- Quote from: DrTight on March 25, 2009, 11:37:22 AM ---Extract the lua to your ulx/lua/modules folder and extract the mapcycle.txt to your data folder.

--- End quote ---
No idea how to set up mapcycle.txt, as I can't see his original code, but it would go in gmod/data
So;
gmod/data/mapcycle.txt
gmod/addons/ulx/lua/ulx/modules/cl_automapvote.lua
gmod/addons/ulx/lua/ulx/modules/sv_automapvote.lua
Would be your best bet

Again though, even some file structure of ULX has changed in SVN.

Megiddo:
What line is line 37?

DeimosTK:

--- Quote from: JamminR on March 19, 2010, 09:47:06 PM ---gmod/addons/ulx/lua/ulx/modules/cl_automapvote.lua

--- End quote ---
So cl_ goes into the main modules folder instead of the modules/cl/ one?


--- Quote from: Megiddo on March 19, 2010, 10:25:05 PM ---What line is line 37?

--- End quote ---

--- Code: ---36  local main = vgui.Create( "DFrame" )
37 main:SetSize(250,60)
38 main:SetPos(ScrW() /2 - (main:GetWide() /2),ScrH() - main:GetTall())
39 main:ShowCloseButton(false)
40 main:SetDraggable(false)
41 main:SetTitle("")
42 main:ShowCloseButton(false)

--- End code ---
It's the main.SetSize one immediately after main is set up

Megiddo:
Do you still have the derma folder under addons? It looks like derma is completely broken for you.

DeimosTK:
Nope, derma is still there, and other plugins utilizing vgui (UTime, UMaps) are working fine :[

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version