Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

Stripper Peds


Jonnykatt_no1
 Share

Recommended Posts

Jonnykatt_no1

Does anyone know how the strip clubs pick the ped strippers?

 

It does not appear to be in the pedgrp.dat file and I don't see a flag for it in peds.ide?

 

I am trying to edit which strippers work at which clubs, and if possible, add two new strippers to the group.

 

rahkstar2.gif

 

 

Link to comment
Share on other sites

Jonnykatt_no1

That must mean it's scripted...

 

I guess that I'll have to search around the main for it.

 

Thanks again, Dem!

 

 

 

Link to comment
Share on other sites

If you mean the lapdance ones you pay for, they are picked in turn from a list. You'll notice that once youve seen them all, the list starts again, and the same list is used for each club. The dance routine they do (animation sequence) is picked in a similar way.

 

Theres at least 2 (I think) strippers you'd never see because they are not in that list, but when you look through main.scm for them, they are not referenced by their name from peds.ide but by their number in the same file.

Link to comment
Share on other sites

 

ClubS? Pole Position is the only one I know. No list there even. What are you talking about?

 

If Pole Position is the only Club you know then your answer didnt fit his question;-

 

 

I am trying to edit which strippers work at which clubs

 

I think he and I were both talking about SA.

Link to comment
Share on other sites

ClubS? Pole Position is the only one I know. No list there even. What are you talking about?

Well there is a strip club somewhere nereby Las Venturas.

Near the railroadcrossing and the hotdog van, also there's I believe an gun armory closeby.

So that make it at least 2 stripclubs.

Link to comment
Share on other sites

If Pole Position is the only Club you know then your answer didnt fit his question;-

You're suggesting the code did NOT make it work that way? Because it seems as if original code disagrees with you.

 

Maybe the author could specify GTA's next time to prevent such turbulance.

Link to comment
Share on other sites

Jonnykatt_no1

I just realized that this thread kept going after I gave up...

 

First of all, I was talking about SA. I should have said that. Sometimes I forget that people still play VC.

 

Dem, I was going to tell you that you were mistaked about the money thing, but now I see that we were NOT on the same page!

 

I also already know that the lap dance sequence scrolls through the same three girls. I was more concerned with the other dancers that spawn.

 

Maybe I should've have explained what I was up to:

 

I found a new female ped on gtagarage called Holla Back. She makes a great replacement for denise. But the ped also comes with a nude version of the texture that I swapped one of my dancers with. At first, that dancer would only spawn in the LV strip clubs, and I wanted Denise to work in the LS club near her house. In the end, I did it the hard way and swapped txds on the strippers until the one I wanted spawned in the LS club. It's not the best way to have done it, but it worked.

 

And... To set the record straight, there are at least 3 strip clubs in SA. One in LS (the Pig Pen), and two in Venturas. There is probably at least one more, since I would imagine there is one in San Fierro somewhere (though I haven't seen one).

 

 

rahkstar2.gif

 

 

Link to comment
Share on other sites

3 night clubs in SA.

One in LV near the casinos

One between LV and Verdant Madows

One in LS

The dancing girls are managed from the EXTERNAL_SCRIPT_START STRIPM and ..*..STRIPW

Exemble codes for these animations are:

 

0615: define_action_sequences @90605: actor -1 perform_animation_sequence "PUN_HOLLER" from_file "STRIP"  4.0  0  0  0  0 -10605: actor -1 perform_animation_sequence "PUN_CASH" from_file "STRIP"  4.0  0  0  0  0 -10605: actor -1 perform_animation_sequence "PUN_LOOP" from_file "STRIP"  4.0  0  0  0  0 -10605: actor -1 perform_animation_sequence "STR_LOOP_A" from_file "STRIP"  4.0  0  0  0  1 -10605: actor -1 perform_animation_sequence "STR_A2B" from_file "STRIP"  4.0  0  0  0  1 -10605: actor -1 perform_animation_sequence "STR_LOOP_B" from_file "STRIP"  4.0  0  0  0  1 -10605: actor -1 perform_animation_sequence "STR_B2C" from_file "STRIP"  4.0  0  0  0  1 -10605: actor -1 perform_animation_sequence "STR_LOOP_C" from_file "STRIP"  4.0  0  0  0  1 -10605: actor -1 perform_animation_sequence "PUN_LOOP" from_file "STRIP"  4.0  0  0  0  0 -10605: actor -1 perform_animation_sequence "PUN_HOLLER" from_file "STRIP"  4.0  0  0  0  0 -10605: actor -1 perform_animation_sequence "PUN_CASH" from_file "STRIP"  4.0  0  0  0  0 -10618: assign_actor @1 to_action_sequences @90616: define_action_sequences_end @9061B: @9

 

Then there is a red marker/sphere to let CJ visit the separee (private room)

One of three girls makes a erotic dance for CJ in the separee.

The dancing girls are managed from the EXTERNAL_SCRIPT_START STRIP_AMBIENCE

Exemble codes for these animations is:

 

0605: actor @10 perform_animation_sequence "LAPDAN_D" from_file "LAPDAN1"  1000.0  0  0  0  1 -1

 

The Textur-names of the 3 girls of the separee are:

SBFYSTR

SWFYSTR

VHFYST3

I never found them in the main connecting with the LAPDAN ani, but

I made Textur mods for these girls.

Look here

Edited by ZAZ
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.