Scripts / Custom blood decals / particle effects in MAX

Author
Message
SkyWolf_89
3
Years of Service
User Offline
Joined: 15th Nov 2020
Location: Germany
Posted: 29th Mar 2022 07:23
Hi guys,

what are the options to have custom blood decals and particle effects by shooting enemies? Does smallgĀ“s classic-scripts work in max? How can I set it up? Max is a nice tool for game creation so far. Great work Lee and TGC-Team
My Specs:
HP Spectre x360 (15 inch, 2 in 1 Convertible Ultrabook)

Intel Core i7-9750H CPU @ 2.60GHz (6 physical cores, 12 threads - 4.50 GHz Turbo)
16 GB RAM (DDR4)
NVidia GTX 1650 Max Q (4GB)
1 TB SSD
Bang & Olufsen Soundsystem
bluemeenie195
5
Years of Service
User Offline
Joined: 28th Oct 2018
Location:
Posted: 4th Apr 2022 23:20
Unfortunately I don't think smallg's blood_spatter_on_kills script or the blood particle script works in Max yet.
He does have a bunch of scripts that do work in Max. It's hit or miss depending on the script.
PM
aFriendlyCow
9
Years of Service
User Offline
Joined: 5th May 2014
Location: Lake View Terrace, CA
Posted: 18th May 2022 21:24
Where did you find this smallg's script? I'm willing to help, But I cannot find it to know for sure if it's even possible. I have to read the script then I can tell If I can redo it to make it work.
NVIDIA GeForce GTX 2070

Intel Core i7 9700F @ 3.00GHz Coffee Lake

32 GB RAM

Find me all in one place on my website:
www.solo.to/afriendlycow
AmenMoses
GameGuru Master
8
Years of Service
User Offline
Joined: 20th Feb 2016
Location: Portsmouth, England
Posted: 18th May 2022 22:04
https://forum.game-guru.com/thread/207801#msg2479478
Been there, done that, got all the T-Shirts!
PM
smallg
Community Leader
18
Years of Service
User Offline
Joined: 8th Dec 2005
Location:
Posted: 19th May 2022 09:26
most of my old scripts that deal with AI in classic look for the ai_bot_state array/list as this was used in most of the stock AI but it is not used in Max's AI scripts so you need to either add it to them
i.e. add
Quote: "ai_bot_state[e] = "anything""

in the init(e) function etc

or if you don't want to change the stock scripts you can change the part in my scripts that looks for it with a public array/list that is in the stock AI you want to use
i.e. if you want to use character_attack.lua you can look in blood_for_enemies_control.lua
and change
Quote: "for a,_ in pairs(ai_bot_state) do "

with
Quote: "for a,_ in pairs(g_character_attack) do"

but this will only work for that one script (as far as i can tell from a quick glance, Max's AI doesn't share a common global variable)
lua guide for GG
https://steamcommunity.com/sharedfiles/filedetails/?id=398177770
windows 10
i5 @4ghz, 8gb ram, AMD R9 200 series , directx 11

Login to post a reply

Server time is: 2024-04-18 18:36:12
Your offset time is: 2024-04-18 18:36:12