This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rollth

Pages: [1]
1
Serverside Modding / Re: Delete Eula terms
« on: October 14, 2014, 04:54:09 pm »
Quote from: "schlumpf"
set cvars readeula, readtos, readTerminationWithoutNotice, readScanning to 1, either in lua or just in config.wtf.

I tried editing what you said:

In function AccountLogin_OnLoad(self) I used:

SetCVar("readTOS", 1);
SetCVar("readEULA", 1);
SetCVar("readTerminationWithoutNotice", 1);


But did not works.
Only to test, I tried editing function AccountLogin_OnShow(self) too, using the same SetCVar before AccountLogin_ShowUserAgreements(); but nothing...

Thanks for reading.

2
Serverside Modding / Delete Eula terms
« on: October 14, 2014, 12:34:47 am »
Hello Modcraft.  
I have created a custom login screen editing the accountlogin.lua and accountlogin.xml and it works great but I have problems with the EULA accept and decline button.
The Eula buttons to accept and decline are invisible so I cant accept it. Do you know a lua script to disable the EULA and bypass it or how to delete it. I deleted some lines
in the .lua and .xml but I got errors. Maybe im no a pro in lua but im sure it can be made.

Pages: [1]