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

Post mod/code requests in the Mod Requests topic

Post mod releases in the Mod Showroom

Read the Modding Rules BEFORE posting!

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)


Pages: (2) 1 [2]   ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 New Savegame places.

 How to Create new savegame places.
 
hardsty1e  
Posted: Saturday, Jul 7 2012, 16:01
Quote Post


Rat
Group Icon
Group: Members
Joined: May 2, 2009

XXXXX



Is this for personal use or planning for a new mod?
PM
  Top
 

 
SmileyHam  
Posted: Saturday, Jul 7 2012, 16:52
Quote Post


Peon
Group Icon
Group: Members
Joined: Apr 17, 2011

XXXXX



QUOTE (hardsty1e @ Saturday, Jul 7 2012, 16:01)
Is this for personal use or planning for a new mod?

Both.

Limiter wants to do a public mod.
aacclapd wants for personal use.
I want to fix it up for myself for fun.
PM
  Top
 

 
hardsty1e  
Posted: Saturday, Jul 7 2012, 20:48
Quote Post


Rat
Group Icon
Group: Members
Joined: May 2, 2009

XXXXX



"LoadEnvironmentNow" does work with 1.0.7.0, you just need to learn how to use it. VB/C# prog should tell you.


'Game.LoadEnvironmentNow(Spawncoords)
'Game.LoadEnvironmentNow(LiftBottom)
'Game.LoadEnvironmentNow(LiftTop)


"Spawncoords" should spawn maverick at vector "coordies3"


Dim Spawncoords As New Vector3(-180.8, 580.4, 122.8)
....
Dim coordies3 As New Vector3(-155.66, 592.7, 359.42)
....
'Game.LoadEnvironmentNow(Spawncoords)
Player.Character.Position = Spawncoords
World.CreateVehicle("MAVERICK", coordies3)



"LiftBottom" would spawn a building lift object I would think and if your at the trigger position, the game would fade and spawn you down the side of the building, instead of having a scripted building lift that would move the lift object down the side of the building to the ground.

also I would suggest to convert to C#, vb is so messy tounge2.gif

This post has been edited by hardsty1e on Saturday, Jul 7 2012, 20:51
PM
  Top
 

 
SmileyHam  
Posted: Saturday, Jul 7 2012, 21:24
Quote Post


Peon
Group Icon
Group: Members
Joined: Apr 17, 2011

XXXXX



QUOTE (hardsty1e @ Saturday, Jul 7 2012, 20:48)
"LoadEnvironmentNow" does work with 1.0.7.0, you just need to learn how to use it. VB/C# prog should tell you.


'Game.LoadEnvironmentNow(Spawncoords)
'Game.LoadEnvironmentNow(LiftBottom)
'Game.LoadEnvironmentNow(LiftTop)


"Spawncoords" should spawn maverick at vector "coordies3"


Dim Spawncoords As New Vector3(-180.8, 580.4, 122.8)
....
Dim coordies3 As New Vector3(-155.66, 592.7, 359.42)
....
'Game.LoadEnvironmentNow(Spawncoords)
Player.Character.Position = Spawncoords
World.CreateVehicle("MAVERICK", coordies3)



"LiftBottom" would spawn a building lift object I would think and if your at the trigger position, the game would fade and spawn you down the side of the building, instead of having a scripted building lift that would move the lift object down the side of the building to the ground.

also I would suggest to convert to C#, vb is so messy tounge2.gif

So the LoadEnviornment function basically loads the location at the coordinates?
PM
  Top
 

 
Limiter  
Posted: Saturday, Jul 7 2012, 22:14
Quote Post


GTA Modder
Group Icon
Group: Members
Joined: Dec 3, 2010

cd.gif

XXXXX



Okay, so I understand that how to get the .asi to write in the .ini with "majestic" or whatever the safehouse's name is when the script activates to save the game at majestic.

But, how do you get this script to activate when you save at rockstar's safehouses. For example, when you save at rockstar's safehouses, the .asi will not activate since it is not at Majestic's bed. Thus, it will not be able to write in the .ini with "other_house". In this case, whenever "other_house" is in the .ini, the script will not spawn at "Majestic."

Is there a specific function that allows the .asi to run whenever you save your game regardless of location? We need this so that it can constantly rewrite the .ini with Niko's save position.
PM
  Top
 

 
Skorpro  
Posted: Sunday, Jul 8 2012, 00:54
Quote Post


GTAholiker
Group Icon
Group: Members
Joined: Jul 19, 2009

eu.gif

XXXXX



Hi @all,

this is a preview of my "New SafeHouse.asi" mod:

YOUTUBE:



Early Beta version:
- Without "go to bed" animation
- Over 15 safe houses addad (eg. Majestic Hotel, Playboy X, Crackhouse, Lawyer Office and old safehouses (from GTA IV) in EFLC...)

Load your game and you will start at the right safehouse (at the safehouse you saved)!

Don't forget: This is an early beta version! Final mod coming soon... biggrin.gif
Users WebsitePM
  Top
 

 
Limiter  
Posted: Sunday, Jul 8 2012, 01:27
Quote Post


GTA Modder
Group Icon
Group: Members
Joined: Dec 3, 2010

cd.gif

XXXXX



How did you get the game to load at the correct safe house? Did you use the .ini method mentioned a few post earlier?

Also, I think we request animations via this in C++, from what I learnt while reading the superman script by nixolas:

CODE
RequestAnims("amb@savegame");


amb@savegame.wad contains the sleeping animations as mentioned by SmileyHam. wink.gif

This post has been edited by Limiter on Sunday, Jul 8 2012, 19:58
PM
  Top
 

 
SmileyHam  
Posted: Sunday, Jul 8 2012, 17:52
Quote Post


Peon
Group Icon
Group: Members
Joined: Apr 17, 2011

XXXXX



QUOTE (Skorpro @ Sunday, Jul 8 2012, 00:54)
Hi @all,

this is a preview of my "New SafeHouse.asi" mod:

YOUTUBE:



Early Beta version:
- Without "go to bed" animation
- Over 15 safe houses addad (eg. Majestic Hotel, Playboy X, Crackhouse, Lawyer Office and old safehouses (from GTA IV) in EFLC...)

Load your game and you will start at the right safehouse (at the safehouse you saved)!

Don't forget: This is an early beta version! Final mod coming soon... biggrin.gif

I love you.


Once the final version is done post it here please smile.gif

Also did you do this because you saw this thread?
PM
  Top
 

 
Limiter  
Posted: Tuesday, Jul 10 2012, 00:17
Quote Post


GTA Modder
Group Icon
Group: Members
Joined: Dec 3, 2010

cd.gif

XXXXX



Here is a little challenge for the mod.

As some of you may know, GTARandom of IV:SA has gotten custom televisions to work. Of course, I believe he done this via sco coding. But for our purpose, sco alterations require a start of a new game. So my challenge here is this. Is there a way to implement within this safehouse mod a "custom television script." In other words, if one of the additional safehouses included in this mod have got a TV inside, can that TV be coded such that the player character can sit down and watch TV, also changing channels just like Rockstar's TV in other safehouses.

Aside from this challenge, why not include a wardrobe where the player can change outfit. I know this is possible since the SNT can do this. All we need is the same type of logic but activate by going near some specified coordinates designated as a wardrobe.
PM
  Top
 

 
Skorpro  
Posted: Wednesday, Jul 11 2012, 18:03
Quote Post


GTAholiker
Group Icon
Group: Members
Joined: Jul 19, 2009

eu.gif

XXXXX



QUOTE (Limiter)
How did you get the game to load at the correct safe house?

Simple roomkey and area check biggrin.gif

QUOTE (SmileyHam)
Also did you do this because you saw this thread?

No, it's an 'old' idea (Jan. 2012)... look here!
But I've made the clip becuase I saw this topic smile.gif

QUOTE (Limiter)
Is there a way to implement within this safehouse mod a "custom television script." In other words, if one of the additional safehouses included in this mod have got a TV inside, can that TV be coded such that the player character can sit down and watch TV, also changing channels just like Rockstar's TV in other safehouses.

This is possible but very hard to code...

QUOTE (Limiter)
Aside from this challenge, why not include a wardrobe where the player can change outfit. I know this is possible since the SNT can do this. All we need is the same type of logic but activate by going near some specified coordinates designated as a wardrobe.

To change the outfit is not the problem but to check the outfit you already own is nearly impossible!
Users WebsitePM
  Top
 

 
Skorpro  
Posted: Saturday, Dec 8 2012, 14:22
Quote Post


GTAholiker
Group Icon
Group: Members
Joined: Jul 19, 2009

eu.gif

XXXXX



Mod is ready and out now biggrin.gif

New Safehouses Mod v1.0

Thank you guys smile.gif
Users WebsitePM
  Top
 

 

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

0 Members:

Pages: (2) 1 [2] 

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



 
IMG IMG