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!

If its useful to you go ahead and use it.


sodanakin
 Share

Recommended Posts

I've decided to stop making mods for gtav.

And thereby release my "knowledge" and set my mods open for anyone to modify / copy pasta from / use / change and reupload (in short do whatever you like with it.)

Inside the HUD ones should be enough explanation on how to draw Textures make them move etc.

 

Heres a thing thats in the mods for example and which people haven't used yet/isn't documented here.

All GTALua examples but shouldn't be hard to convert to your code of use.

 

GFX (Animated textures)

 

CounterGFX = 0

function FuturisticHUDManager.CountGFX()	NewCounter = CounterGFX+1	OldCounter = CounterGFX	if OldCounter <= NewCounter-1 then		if Movie3 ~= nil then			if TableMovie == nil then TableMovie = {} end			for k , v in pairs(TableMovie) do				c_Movie = CMemoryBlock(4)				c_Movie:WriteDWORD32(0, v)				natives.GRAPHICS.SET_SCALEFORM_MOVIE_AS_NO_LONGER_NEEDED(c_Movie)				c_Movie:Release()			end		end	end	CounterGFX = NewCounter	Movie3 = natives.GRAPHICS.REQUEST_SCALEFORM_MOVIE(GfxList[CounterGFX])	table.insert(TableMovie, Movie3)end

In tick to play (ClickClack is always true)

	if clickclack then		if Movie3 ~= nil then			if natives.GRAPHICS.HAS_SCALEFORM_MOVIE_LOADED(Movie3) == true then				natives.GRAPHICS._0xF5A2C681787E579D(0.50, 0.0, 0.2, 0.2)				natives.GRAPHICS.DRAW_SCALEFORM_MOVIE(Movie3, 0.5, 0.5, 0.5, 0.5, 255, 255, 255, 255, 0)				natives.GRAPHICS._0xE3A3DB414A373DAB()			end		end	end

 

 

GFX list of all GFX files Int ones don't work.

GfxList = {"aircraft_dials", "app_job_list", "app_mission_stats_view", "app_numberpad", "app_todo_list", "app_todo_view", "app_trackify", "arm1_connected_baby", "arm3_connected_lara", "atm", "badger_blank_home", "badger_blank_inprogress", "badger_blank_lamar", "badger_blank_lester", "badger_blank_michael", "badger_dialing_michael", "binoculars", "breaking_news", "busy_spinner", "camera_gallery", "camera_shutter", "cellphone_alert_popup", "cellphone_badger", "cellphone_cutscene", "cellphone_facade", "cellphone_ifruit", "cellphone_prologue", "colour_switcher_01", "colour_switcher_02", "controller_test", "countdown", "cs1_15b_props_b2_slod_children.ydd", "custom_warning_screen", "darts_scoreboard", "dashboard", "desktop_pc", "dials_lazer", "digiscanner", "digital_camera", "document_tablet43", "dre1_badger_lj", "drilling", "ecg_monitor", "epsilon_tract", "exl2_blank_jimmy", "exl2_connected_jimmy", "facade_blank_home", "facade_blank_inprogress", "facade_blank_michael", "facade_computer_desktopwide", "fam2_playmusic", "fam3_01_ncallingmartin", "fam3_02_ncallingmartin", "fam3_03_ncallingmartin", "fam3_04_ncallingmartin", "fam3_05_ncallingmartin", "fam3_all_ncallingmartin", "fame_or_shame_camera", "fib3_daven", "fib3_steveh", "fib4_eyefindmap", "fib5_lestertext", "fib_pc", "finb_connected_amanda", "finc1_eyefind", "finc1_merrysite", "font_lib_chinese_pc", "font_lib_chinese_ps4", "font_lib_chinese_xboxone", "font_lib_efigs", "font_lib_efigs_pc", "font_lib_efigs_ps4", "font_lib_efigs_xboxone", "font_lib_heists", "font_lib_japanese_pc", "font_lib_japanese_ps4", "font_lib_japanese_xboxone", "font_lib_korean_pc", "font_lib_korean_ps4", "font_lib_korean_xboxone", "font_lib_sc", "font_lib_slots", "font_lib_taxi", "font_lib_typewriter", "font_lib_web", "game_stream", "gamepad_calibration", "gfxfontlib", "golf", "golf_courses", "golf_floating_ui", "gtav_online", "hacking_message", "hacking_pc", "hair_colour_card", "heist_agency", "heist_celebration", "heist_celebration_bg", "heist_celebration_fg", "heist_docks", "heist_endscreen", "heist_finale", "heist_jewellery", "heist_mp", "heist_paleto", "heist_pre", "heistmap_mp", "heli_cam", "hud", "hud_area_name", "hud_cash", "hud_cash_change", "hud_district_name", "hud_drugs_purse_01", "hud_drugs_purse_02", "hud_drugs_purse_03", "hud_drugs_purse_04", "hud_mission_passed_message", "hud_mp_cash", "hud_mp_message", "hud_multiplayer_chat", "hud_player_switch_alert", "hud_reticle", "hud_saving", "hud_street_name", "hud_vehicle_name", "hum_mcs1_desktopcopy", "hum_mcs1_desktopcopyhold", "hum_pac_desktopbank", "ifruit_blank_email", "ifruit_blank_franklin", "ifruit_blank_home", "ifruit_blank_inprogress", "ifruit_computer_desktopwide", "ifruit_connected_franklin", "instructional_buttons", "int100117129", "int100340708", "int101947763", "int1045460371", "int1076883030", "int1126589261", "int1313058309", "int1314234446", "int1338737678", "int1428674261", "int1451945473", "int1457285595", "int1477966980", "int1479548460", "int1502135388", "int1539880578", "int1575184793", "int1596791599", "int1649429645", "int1658711316", "int1667328242", "int1681413451", "int169410130", "int1724779208", "int1753457757", "int1847849587", "int1850662048", "int18753073", "int1906615853", "int1911774823", "int1932111343", "int1944407757", "int1947430931", "int2005138720", "int2014101067", "int2060616239", "int2081281344", "int2092539216", "int2183597379", "int2200707135", "int222538689", "int223682799", "int2243729813", "int225974099", "int2264733808", "int2287809945", "int2309566359", "int2349762459", "int2436346921", "int2445348866", "int2466983751", "int2468983919", "int2471697375", "int2473630971", "int2506843673", "int2510424210", "int2534770801", "int2537665061", "int2556174080", "int2604216443", "int2604928035", "int2614217053", "int2700496377", "int2700932031", "int2707902698", "int2725746152", "int2769004935", "int2785612356", "int2789279894", "int2814402943", "int2825451971", "int2861009345", "int2885533878", "int2887227436", "int29297920", "int2959581328", "int2998784727", "int3026799998", "int3063328744", "int3224364317", "int325451334", "int3273555063", "int3288659403", "int3399754112", "int3425927872", "int3432762226", "int3611448162", "int3627243541", "int3699881347", "int3713406170", "int3816969092", "int3864983965", "int3894793287", "int3923485432", "int395687705", "int396257289", "int3995986907", "int4014505412", "int4187740826", "int4205710902", "int4213851576", "int4215916068", "int4221947581", "int4242268455", "int4268309143", "int45843946", "int551019620", "int604839936", "int607268480", "int672057080", "int720927456", "int755114396", "int760271382", "int87116549", "int877826681", "jhpb_01_laptop", "jhpb_02_laptop", "jhpb_03_laptop", "jos2_01_photogallery", "jos2_02_photogallery", "jos2_all_photogallery", "landing_page", "language_select_pc", "language_select_ps4", "language_select_xboxone", "lester_hack_pc", "letter_scraps", "lifeinvader_presentation", "lifeinvader_tablet43", "loadingscreen_newgame", "loadingscreen_startup", "ls1_lester_eyefind", "ls1_lester_preeyefind", "ls1_lifeinvader_call", "ls1_lifeinvader_home", "ls1_lifeinvader_updates", "mar1_tablet_havier", "mar1_tablet_havierhori", "mic3_lester", "mic4_breakingnews", "midsized_message", "minimap", "minimap_main_map", "mission_complete", "mission_quit", "mission_target_complete", "mouse_pointer", "mp_award_freemode", "mp_big_message_freemode", "mp_bounty_board", "mp_car_stats", "mp_car_stats_01", "mp_car_stats_02", "mp_car_stats_03", "mp_car_stats_04", "mp_car_stats_05", "mp_car_stats_06", "mp_car_stats_07", "mp_car_stats_08", "mp_car_stats_09", "mp_car_stats_10", "mp_celebration", "mp_celebration_bg", "mp_celebration_fg", "mp_crew_tag", "mp_freemode_checkpoint", "mp_freemode_checkpoint_1", "mp_freemode_checkpoint_10", "mp_freemode_checkpoint_2", "mp_freemode_checkpoint_3", "mp_freemode_checkpoint_4", "mp_freemode_checkpoint_5", "mp_freemode_checkpoint_6", "mp_freemode_checkpoint_7", "mp_freemode_checkpoint_8", "mp_freemode_checkpoint_9", "mp_gamer_info", "mp_icons", "mp_matchmaking_card", "mp_matchmaking_selector", "mp_matchmaking_vehicle_info", "mp_medal_freemode", "mp_menu_glare", "mp_mission_details_card", "mp_mission_name_freemode", "mp_mission_name_freemode_1", "mp_mission_name_freemode_2", "mp_mm_card_freemode", "mp_next_job_selection", "mp_online_list_card", "mp_player_card", "mp_results_panel", "mp_spectator_card", "mp_spectator_overlay", "mp_unlock_freemode", "mp_vehicle_info", "mph_bruteforce_laptop", "mugshot_board_01", "mugshot_board_02", "multiplayer_chat", "new_editor", "observatory_scope", "ome1_powercell", "online_policies", "opening_credits", "pause_menu_calibration", "pause_menu_header", "pause_menu_instructional_buttons", "pause_menu_pages_awards", "pause_menu_pages_char_mom_dad", "pause_menu_pages_char_select", "pause_menu_pages_corona", "pause_menu_pages_corona_lobby", "pause_menu_pages_corona_players", "pause_menu_pages_corona_race", "pause_menu_pages_crews", "pause_menu_pages_friends", "pause_menu_pages_friends_mp", "pause_menu_pages_gallery", "pause_menu_pages_game", "pause_menu_pages_info", "pause_menu_pages_keymap", "pause_menu_pages_map", "pause_menu_pages_missioncreator", "pause_menu_pages_save", "pause_menu_pages_settings", "pause_menu_pages_stats", "pause_menu_pages_store", "pause_menu_pages_weapons", "pause_menu_shared_components", "pause_menu_shared_components_02", "pause_menu_shared_components_03", "pause_menu_shared_components_mp_01", "pause_menu_sp_content", "pause_menu_spchar_overlays", "pause_menu_store_content", "pausemenu.ytd", "phi_maxim", "player_name_01", "player_name_02", "player_name_03", "player_name_04", "player_name_05", "player_name_06", "player_name_07", "player_name_08", "player_name_09", "player_name_10", "player_name_11", "player_name_12", "player_name_13", "player_name_14", "player_name_15", "player_switch", "player_switch_prologue", "player_switch_stats_panel", "popup_warning", "psychology_report", "race_position", "rampage", "rcmaude_laptop", "remote_sniper_hud", "remote_sniper_loading", "rh2a_01_laptop", "rh2a_02_laptop", "rh2a_03_laptop", "rh2a_04_laptop", "rh2a_05_laptop", "rh2a_06_laptop", "rh2a_07_laptop", "saving_footer", "sc_leaderboard", "security_cam", "security_camera", "shop_menu", "shop_menu_dlc", "social_club2", "social_club_tv", "splash_text", "store_background", "store_blackout", "store_instructional_buttons", "stunt_jumps", "sub_cam", "sub_pc", "tattoo_buttons", "tattoo_keys", "taxi_display", "teeth_pulling", "tennis", "text_input_box", "textfield", "traffic_cam", "tv_frame", "tv_static", "watermark", "web_browser", "wind_meter", "www_abstinentamerica_com", "www_accept_d_the_d_chaos_com", "www_altruistsunite_com", "www_ammunation_net", "www_appropriateassociates_com", "www_bawsaq_com", "www_bedevinweston_com", "www_beseecher_net", "www_bleeter_biz", "www_bullsharktestosterone_com", "www_cashfordeaddreams_com", "www_chainsofintimacy_com", "www_classicvinewood_com", "www_creditcardconsolidationkings_com", "www_cultstoppers_com", "www_docktease_com", "www_dr_d_friedlander_com", "www_dynasty8realestate_com", "www_egochaserenergybar_com", "www_electrotokesystem_com", "www_elitastravel_com", "www_epsilonprogram_com", "www_eyefind_info", "www_fabienlaroucheyoga_com", "www_fameorshame_net", "www_fleeca_com", "www_fruitcomputers_com", "www_grainoftruth_net", "www_hammersteinfaust_com", "www_himplantsenhancementsurgery_com", "www_hushsmush_com", "www_iwillsurviveitall_com", "www_jackhowitzer_com", "www_jockcranley_com", "www_junkenergydrink_com", "www_kungfurainbowlazerforce_com", "www_lcn_d_exchange_com", "www_legendarymotorsport_net", "www_lennyavery_d_realty_com", "www_lifeinvader_com", "www_lossantoscustoms_com", "www_lossantosfreegans_com", "www_manopauseadventures_com", "www_maze_d_bank_com", "www_merryweathersecurity_com", "www_ministerinminutes_com", "www_minotaurfinance_com", "www_monetaryscience_us", "www_mydivinewithin_com", "www_myroomonline_net", "www_pandmcycles_com", "www_preservexskincream_com", "www_princessrobotbubblegum_com", "www_proposition208_com", "www_proposition43_org", "www_psychicshoutout_com", "www_republicanspacerangers_com", "www_righteousslaughter7_com", "www_sanandreasdmv_com", "www_sawaterandpower_com", "www_sixfiguretemps_com", "www_southernsanandreassuperautos_com", "www_stoppayingyourmortgage_net", "www_suemurry_com", "www_swallowco_com", "www_taco_d_bomb_com", "www_thebankofliberty_com", "www_thechildrenofthemountain_com", "www_theinternetisahellhole_com", "www_thepowcleanse_com", "www_therealitymill_com", "www_toeshoesusa_com", "www_toiletcleaneronline_com", "www_universaluniform_net", "www_vanillaunicorn_xxx", "www_vinewoodloglinegenerator_com", "www_visitthealamosea_com", "www_warstock_d_cache_d_and_d_carry_com", "www_whokilledleonorajohnson_com", "www_yourdeadfamily_com", "www_yournewbabysname_com", "yoga_buttons", "yoga_keys"}

 

Hud Components
natives.UI.HIDE_HUD_COMPONENT_THIS_FRAME(3)
1 - 20
1: Wanted stars if wanted can turn em off tho
2: Ammo (IF HOLDING WEAPON)
3: Player Cash
4: Not sure - I think the player switch thing
5: Unknown
6: Vehicle Name
7: Related to zone name
8: Unknown
9: If set to show disables showing the street name for whatever reason o.o
10:Unknown

 

 

 

 

Link to a list of all texture dictionaries (I wanted to start adding what is in each file as OPENIV doesn't support searching inside these files but never got to it)

http://privatepaste.com/9b280787ff

 

 

 

 

Download link to mods that are free to do with what you want (Code can be messy)

http://puu.sh/iQkjh/bbd2cb0324.zip

 

Virus scan >.>

https://www.virustotal.com/en/file/1552f9486f6d5ed66904f45c82926ec6ac75add1e6486d0d90b7fcde90ee399e/analysis/1436277497/

 

 

 

 

 

 

 

Hope someone has any use of it. And maybe see ya all at GTA6 modding who knows.

 

~Sod

 

 

 

Link to comment
Share on other sites

Why are you leaving?

 

Comments, Time invested versus feedback, + got more hours to work as of this week so less time to mod.

Link to comment
Share on other sites

  • 6 months later...

Don't let the trolls win man :(

 

Never said I would :)

Getting back into modding now! (Got a new job and lots of spare time :D)

Do you happen to know if GTAlua is still up to date for the newest version of GTAV?

Else I might have to start coding with the other lua one lol.

Link to comment
Share on other sites

mockba.the.borg

Hi Sodanakin,

 

GTALUa is very alive ... welcome back.

 

Cheers,

Mockba.the.Borg

Edited by mockba.the.borg
Link to comment
Share on other sites

Hi Sodanakin,

 

GTALUa is very alive ... welcome back.

 

Cheers,

Mockba.the.Borg

Yea was able to get everything working with an edited version of the .ini files :)

Link to comment
Share on other sites

mockba.the.borg

I am collaborating with Freeeky on the GTALUa project. I have updated all the .ini files with the latest information from NativesDB.

I plan to release another update soon, as some of the functions have been cleaned up on the NativesDB list.

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.