IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

This section is for any editing topics that don't fit into any of the other forums, any questions on how to mod belong in Editing Discussion

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 VC real time

 
Adrian J.  
Posted: Saturday, Apr 28 2012, 02:34
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



Correct me if I'm in a wrong section with this one.
Is there a way to make time in VC like a real 24hr? there was a Cleo for it on gta garage but it''s gone now, I was searching over the net but couldn't find anything so... is there a mod or tool or anything, or any tips how to do it myself. thnx for any help in advance
PM
  Top
 

 
fireguy109  
Posted: Saturday, Apr 28 2012, 03:02
Quote Post


Come in, cause trouble, leave for another week.
Group Icon
Group: Leone Family Mafia
Joined: Aug 30, 2010

us.gif

XXXXX



Users WebsitePMPlayStation Network
  Top
 

 
Adrian J.  
Posted: Saturday, Apr 28 2012, 03:11
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



and how I'm suppose to do that? I'm not a modding whiz, said I can do it myself but any tips what to do with it?
tried it before but when I wanna decompile or whatever it's looking for the game directory but it only looks for SA directory not VC
PM
  Top
 

 
MW_29  
Posted: Saturday, Apr 28 2012, 07:44
Quote Post


i came to play
Group Icon
Group: Members
Joined: Jan 19, 2008

jolly-roger.gif

XXXXX



QUOTE (fireguy109 @ Saturday, Apr 28 2012, 03:02)
http://www.gtamodding.com/index.php?title=Real_Time_Clock

Compile in Sanny Builder.

Btw, @fireguy109 maybe do you know if the weather "stiff" setting was somehow overcome by anyone yet, so that there would be no sunshine all time and again and again manually set by code every loop ..?
Users WebsitePM
  Top
 

 
fireguy109  
Posted: Saturday, Apr 28 2012, 23:08
Quote Post


Come in, cause trouble, leave for another week.
Group Icon
Group: Leone Family Mafia
Joined: Aug 30, 2010

us.gif

XXXXX



QUOTE (Adrian J. @ Friday, Apr 27 2012, 22:11)
and how I'm suppose to do that? I'm not a modding whiz, said I can do it myself but any tips what to do with it?
tried it before but when I wanna decompile or whatever it's looking for the game directory but it only looks for SA directory not VC

In the lower right hand corner click the SA logo. A little menu pops up, select VC. Then exit and restart Sanny Builder.

The other instructions are all in that link...

BTW, hi MW, it's been a while. You mean the way the code disables fog and stuff? Not really, I suppose you could build in a check to get the current weather and then set the weather accordingly after the time change, or you could use a randomly generated integer in a separate loop script like this -
CODE
:0001
wait 0
1@ = random_int_between 0 5
set weather to 1@
2@ = 0

:0002
wait 1 ms
2@ += 1
set weather to 1@
if 2@ > 30000
 jump @0001
else_jump @0002

You get the idea.
Users WebsitePMPlayStation Network
  Top
 

 
Adrian J.  
Posted: Sunday, Apr 29 2012, 02:20
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



when I try to compile it says "Local variable 33 is out of range. In threads max variable is 17@"
this sh*t is really getting on my nerves
PM
  Top
 

 
fireguy109  
Posted: Sunday, Apr 29 2012, 03:17
Quote Post


Come in, cause trouble, leave for another week.
Group Icon
Group: Leone Family Mafia
Joined: Aug 30, 2010

us.gif

XXXXX



Okay, replace 32@ with 16@. It's a III and VC compatible timer, IIRC. Don't worry, you're getting close! smile.gif
Users WebsitePMPlayStation Network
  Top
 

 
Adrian J.  
Posted: Sunday, Apr 29 2012, 17:58
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



k got it, but when I wanna save there's no .cs option only txt rtf and htm
PM
  Top
 

 
fastman92  
Posted: Sunday, Apr 29 2012, 18:05
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



Thou shalt compile it, not save.

Run >> Compile

or press F6.
Users WebsitePMMSN
  Top
 

 
damian001  
Posted: Sunday, Apr 29 2012, 20:24
Quote Post


Vice City fanboy
Group Icon
Group: Members
Joined: Oct 19, 2003

XXXXX



I do remember years ago, back in 2004, someone made a third-party program that would sync VC's time and weather to whatever city you put in. Oh boy, those were fun times. smile.gif
PMMSNAOLXbox Live
  Top
 

 
Adrian J.  
Posted: Sunday, Apr 29 2012, 21:29
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



yea, well I compiled and it says: save as... and I have the same options txd etc
PM
  Top
 

 
fireguy109  
Posted: Sunday, Apr 29 2012, 21:33
Quote Post


Come in, cause trouble, leave for another week.
Group Icon
Group: Leone Family Mafia
Joined: Aug 30, 2010

us.gif

XXXXX



Try first saving it as a txt in your CLEO folder then compiling it. smile.gif
Users WebsitePMPlayStation Network
  Top
 

 
Adrian J.  
Posted: Sunday, Apr 29 2012, 21:41
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



Dude, Ur been an f-ing help, many thanx I finally got it working.
I could give you a box of Cheetos but I can't, so here's cookie or two cookie.gif cookie.gif
and there's a problem, the time is moving normally=real time, but the whole sky is dark even if it's 2pm

This post has been edited by Adrian J. on Sunday, Apr 29 2012, 22:00
PM
  Top
 

 
fireguy109  
Posted: Monday, Apr 30 2012, 00:16
Quote Post


Come in, cause trouble, leave for another week.
Group Icon
Group: Leone Family Mafia
Joined: Aug 30, 2010

us.gif

XXXXX



No problem, dude. As for the dark sky issue, I don't recall ever experiencing that error. Is it weather related perhaps? Do you have any other CLEO mods or weather mods that might be interfering? confused.gif
Users WebsitePMPlayStation Network
  Top
 

 
Adrian J.  
Posted: Monday, Apr 30 2012, 01:53
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



nah, no other cleo or any mods for that matter, it's just night all the time
PM
  Top
 

 
Adrian J.  
Posted: Wednesday, May 2 2012, 02:04
Quote Post


Architecture Lover
Group Icon
Group: Members
Joined: Mar 9, 2012

us.gif

XXXXX



looks like I won't get any help after all
PM
  Top
 

 
fireguy109  
Posted: Thursday, May 3 2012, 03:02
Quote Post


Come in, cause trouble, leave for another week.
Group Icon
Group: Leone Family Mafia
Joined: Aug 30, 2010

us.gif

XXXXX



Sorry man, I just don't have VC and I've never seen this happen so I don't know what to tell you. If another coder sees this they might be able to help, but... confused.gif
Users WebsitePMPlayStation Network
  Top
 

 
MW_29  
Posted: Wednesday, May 9 2012, 10:14
Quote Post


i came to play
Group Icon
Group: Members
Joined: Jan 19, 2008

jolly-roger.gif

XXXXX



QUOTE (fireguy109 @ Saturday, Apr 28 2012, 23:08)
QUOTE (Adrian J. @ Friday, Apr 27 2012, 22:11)
and how I'm suppose to do that? I'm not a modding whiz, said I can do it myself but any tips what to do with it?
tried it before but when I wanna decompile or whatever it's looking for the game directory but it only looks for SA directory not VC

In the lower right hand corner click the SA logo. A little menu pops up, select VC. Then exit and restart Sanny Builder.

The other instructions are all in that link...

BTW, hi MW, it's been a while. You mean the way the code disables fog and stuff? Not really, I suppose you could build in a check to get the current weather and then set the weather accordingly after the time change, or you could use a randomly generated integer in a separate loop script like this -
CODE
:0001
wait 0
1@ = random_int_between 0 5
set weather to 1@
2@ = 0

:0002
wait 1 ms
2@ += 1
set weather to 1@
if 2@ > 30000
 jump @0001
else_jump @0002

You get the idea.

Clever sollution wink.gif Ha, imma test that today, ...and as for all this RTC stuff this worked perfectly for me when i tested it in the past, and sure last possible local for VC is 17@ so i don't remember if i did any minor changes into script despite mentioned 17@, just and only one thing that annoyed me was this all time same weather fix setup, to avoid changing it in loop very quickly which we already know why is scripted like that.

And i also didn't experienced any 'all time night' effect by using this... According to some guy who mentioned old times back in '04, i remember there were mods like "all time 12:00" or "all time 00:00" wich i 've seen on gtainisde, so maybe one of those interferes in topic starter's Vice ?

This post has been edited by MW_29 on Wednesday, May 9 2012, 11:16
Users WebsitePM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG