GameGuru Store / Acid's scripts

Author
Message
CornerStoneGaming
8
Years of Service
User Offline
Joined: 16th Jul 2015
Location:
Posted: 5th Aug 2015 14:56
Hey Acid, Iv got most of your scripts bro great work first off - where has intro string gone? I already bought it so no problem for me but why did you take it down out of interest? Also I hvae the same problem as another guy on here i have no audio folder for you in my audiobank although for example intro-string has the typewriter noise anywaty when i add the script? So good work I guess haha. I am currently making a tutorial on how to use intro-string and read-notes for the purpose of making a simple horror game currently I will post the link here when I am finished wont take long its all really simple you have done the hard part for us!
PM
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 5th Aug 2015 18:47
Hi CornerStoneGaming,

"Where has intro string gone?" - I updated it to version 1.1 and now its awaiting approval by TGC.

"i have no audio folder for you in my audiobank although for example intro-string has the typewriter noise anyway when i add the script?" - I put audio file in the script, and probably it's store's bug. You can download sound for "Text intro" here: http://acid.do.am/Store/Audio/typekey.zip

Also my another scrpt "Text intro (lines)" is awaiting approval:


Your tutorial - it's a great idea!
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 1st Sep 2015 11:01
Updated script "Door closes in front of player":
- Increased speed of the door's animation
- Added sound for wooden doors



You can get it here: https://en.tgcstore.net/product/24529
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 6th Sep 2015 22:01 Edited at: 7th Sep 2015 09:41
Fixed problems with missing audio in scripts:
4-digit code to open the door
Open the door by code
Light switch

If you bought these scripts, just redownload it.
NAMECHANGED27
8
Years of Service
User Offline
Joined: 7th Sep 2015
Location:
Posted: 7th Sep 2015 06:50
I can't get the script for the RE4 style text, can you make a video showing what to do?
PM
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 7th Sep 2015 11:50
NAMECHANGED27,

How to use:
1) Add for the entity script "re4_text.lua"
(Set the object to staticmode = No)
(Is Immobile =Yes)

By default entity must be named:
"Guidepost 1" / "Wooden Box 1" / "Leftovers 1" / "Items 1" / "Water 1"...[full list see in script "re4_text.lua"]
Also you can add your own object's names and text strings by analogy of script.


NAMECHANGED27
8
Years of Service
User Offline
Joined: 7th Sep 2015
Location:
Posted: 7th Sep 2015 22:08
I really need help getting your script to work for the RE4 item interaction to work,

you said to use:
1) Add for the entity script "re4_text.lua"
(Set the object to staticmode = No)
(Is Immobile =Yes)

By default entity must be named:
"Guidepost 1" / "Wooden Box 1" / "Leftovers 1" / "Items 1" / "Water 1"...[full list see in script "re4_text.lua"]
Also you can add your own object's names and text strings by analogy of script.

I put in
if weapon_name[e] == "Crownvic 1" then
entity_text[e..'_1'] = "Press [E] to check"
entity_text[e..'_2'] = "It's Petes old car"
entity_state[e] = "text1"
end

Crownvic is the name of the entity
But nothing seems to work even if i rename entities with your in script examples,
A video showing what you do in script would be best.
PM
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 7th Sep 2015 22:48
NAMECHANGED27,

Your code insertion is correct.

Entity's name should be the same as in the script. ie. "Crownvic 1" but not "Crownvic"
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 12th Sep 2015 22:56 Edited at: 15th Sep 2015 23:08
Fixed problem with missing audio in the script:
Trap falls on the player

If you bought this script, just redownload it.
Ostbanditen
8
Years of Service
User Offline
Joined: 28th Sep 2015
Location:
Posted: 3rd Oct 2015 16:17
Hello! I bought your RE 4 note and interaction scripts, Great scripts I love them. I only have one problem. I can't seem to get the interaction script to work. I've wrote my own Interaction so to speak

"if weapon_name[e] == "Bed 1" then
entity_text[e..'_1'] = "Press [E] to check"
entity_text[e..'_2'] = "I don't feel like sleeping right now."
entity_state[e] = "text1"
end"

I wrote it under the Guidepost 1 part.

But I can't for the life of me get it right.. Help please.. I need this.
PM
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 3rd Oct 2015 19:38
Hi Ostbanditen!

I'm glad you liked my scripts.

It's correct. Have you renamed the entity to "Bed 1"?
wanderer189
8
Years of Service
User Offline
Joined: 24th Jun 2015
Location:
Posted: 29th Oct 2015 13:46
Hi Acid:

I ran across your Quest scripts in the store. I am working on a game that is using audio files rather than text dialog using characters and trigger zones. My question, not knowing lua real well, is it possible to use your scripts to use sound rather than text, and how difficult would it be to modify them?
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 30th Oct 2015 09:10
Hi wanderer189,

Unfortunately, using of sounds rather than text in the Quest System is quite problematic because the entity has only 2 sounds: Sound0 and Sound1.
wanderer189
8
Years of Service
User Offline
Joined: 24th Jun 2015
Location:
Posted: 31st Oct 2015 15:04
Thx Acid for getting back, yeah, that has been part of my problem, been trying to work with trigger zones, even a speech script, I suppose I am going to have to learn LUA better to get the results I am looking for.
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 4th Dec 2015 21:55 Edited at: 7th Dec 2015 17:04
New script "Damage zone" is available now: https://en.tgcstore.net/product/25868

A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 13th Dec 2015 19:29 Edited at: 14th Dec 2015 11:40
New script "Damage zone [bleeding]" is available now: https://en.tgcstore.net/product/25883

A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 24th Dec 2015 13:39 Edited at: 7th Jan 2016 13:34


New Year Sale!
Up to 40% off
[Ends 11 January ]

4-digit code to open the door [$4.9] [$2.9]
Buy the furniture [$3.9] [$2.9]
Damage Zone [$3.9] [$2.9]
Damage Zone [bleeding] [$3.9] [$2.9]
Move the cupboard.2 directions [$3.9] [$2.9]
Open the door by handle switch [$3.9] [$2.9]
Pay for clear the debris [NZ] [$2.9] [$1.9]
Puzzle: Combination of HS [$4.9] [$2.9]
Quest System [$14.9] [$9.9]
Trap falls on the player [$3.9] [$2.9]

https://en.tgcstore.net/artist/222996

Happy New Year!
Joshalo
8
Years of Service
User Offline
Joined: 27th Dec 2015
Location:
Posted: 27th Dec 2015 22:45
Hey Acid, your scripts look really good! I was most interested in the Quest System and saw that you posted saying that it was available in the store but I can't find it . Is the Quest System available?
PM
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 28th Dec 2015 16:46
Hi Joshalo,

The scripts should already be in the store, but TGC still approves them.
Probably, they are very busy.
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 29th Dec 2015 22:05 Edited at: 31st Dec 2015 15:20
Wave System



- Each wave has the certain number of the zombies
- If player dies then wave № decreases by 1
- Wave System is easily combined with my Money System and other my scripts
- After the player will survive the latest wave, the current level ends and the next begins
- Detailed instructions and demo map
- Easy change the number of waves at the level
- Hide/show "Wave №" and "Kills: .../..."
- Enable/disable money reward for killing zombie

To get Wave System, write me a PM or email: acidtgc@yahoo.com
Price: $6.9
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 8th Jan 2016 14:51 Edited at: 12th Jan 2016 20:26
Save & Load script for player's money & health. Available now: https://en.tgcstore.net/product/26081
version: 1.0

Load settings - automatically.
Save settings - when the player enters the special winzone.
It comes with scripts: "Money System" v1.9 (which includes all previous versions) and "Earn money by shooting targets"

Supported options:
- Player's money
- Player's health
- Player's lives



A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 12th Jan 2016 20:24 Edited at: 22nd Jan 2016 11:46
Script: Miniplayer & Cassettes is available now: https://en.tgcstore.net/product/26106

Recommended to use with Pasquill's models:
Miniplayer: https://en.tgcstore.net/product/25997
Cassette: https://en.tgcstore.net/product/25998


A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 25th Jan 2016 17:27 Edited at: 25th Jan 2016 17:29
1. Miniplayer & Cassettes: https://en.tgcstore.net/product/26106
2. Save & Load: https://en.tgcstore.net/product/26081
3. Remote Bomb: https://en.tgcstore.net/product/23399
4. Time Bomb: https://en.tgcstore.net/product/23398

have been updated.
Click at the link to look changes.
A c i d
9
Years of Service
User Offline
Joined: 16th Apr 2015
Location: Russia
Posted: 30th Mar 2016 11:01 Edited at: 5th Feb 2017 13:13

Login to post a reply

Server time is: 2024-05-03 15:59:46
Your offset time is: 2024-05-03 15:59:46