Pwned Posted March 3, 2012 Posted March 3, 2012 well this may seem stupid but whateva ... i modifyed the official race mode (gui , stuff others...) well everything is fine exept the gui's size/place so for that i used gui editor , i opened race gamemode left click on them and choosed size,place and stuff ... well after that i used all those commands /guiprint ... /guioutput and more other stuff just to make sure that they are saved so i restared the race gamemode and everything was gone ( rage moment ). i entered to the guieditor folder and notice this file gui_output.txd ( or somthing like that ) i open it and there was 1 unnecessary line on it . so i opened help.xml and noticed that guieditor do not support loadgui ( epic rage moment ). so i wonder if there is any chance to modify a gui whit guieditor. or if there is any other program that can do this aswell. you may say just modify race_client.lua but im kinda suck to figure out the position on screen guieditor make the job way way way easier .
drk Posted March 3, 2012 Posted March 3, 2012 LOL Guieditor supports Load GUI. Start GUIEditor, press Shift + G, right click on the screen and click Load GUI, click on gui elements you want to change and be happy! EPT Team Server Development: 0% Learning C++ | C++ is amazing
Pwned Posted March 3, 2012 Author Posted March 3, 2012 hmm i loaded race gamemode ... then i starded guieditor left click loadgui ( i clicked on timeleft.png witch is based on the actual racemode )i moved it and resize it same for the hp bar .. but after i save whit these command (/guioutput .. and guiprint ) i try to restart the race gamemode and everything i modified is gone. and on guieditor_output.txt i only see this line : -- Created: 18/09/2011 05:16 addEventHandler("onClientResourceStart",resourceRoot, function() end )
drk Posted March 3, 2012 Posted March 3, 2012 Your GUIEditor have to be in a folder. But you can right click on the screen click Print Code then select the code and press Ctrl + C. Then paste the code in your lua file. EPT Team Server Development: 0% Learning C++ | C++ is amazing
Pwned Posted March 3, 2012 Author Posted March 3, 2012 (edited) ok thx i'll try if it work . btw my guieditor is alredy on a folder edit : is it nessasary that the race ressource need to be in a folder too ? Edited March 3, 2012 by Guest
drk Posted March 3, 2012 Posted March 3, 2012 Then use Print Code and copy the code. EPT Team Server Development: 0% Learning C++ | C++ is amazing
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now