Login
Log in with
Search in titles only
Search in UT2004 Programming & UnrealScript only
Search
Advanced Search
Forums
Today's Posts
Unreal Tournament 2003/2004
UT2004 Programming & UnrealScript
Announcement
Collapse
No announcement yet.
TC questions
Collapse
X
Collapse
Posts
Latest Activity
Search
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
legacy-Steel_Eagle
Junior Member
Join Date:
May 2022
Posts:
0
#1
TC questions
10-02-2004, 10:58 AM
1) How to make my TC not load UT2k4 characters?
Is there needed some kind of switch?
legacy-Morphias
Junior Member
Join Date:
May 2022
Posts:
0
#2
10-02-2004, 04:51 PM
I'm, assuming TC = Total Conversion?
If so, in your gametype class, you can use the functions
SpawnBot(...)
PlayerControllerLogin(...)
These will allow you to modify the classes which get spawned in your gametype. The Mutant Gametype shows a good example of this.
If you want your own Players/Bots loaded from a list or .UPL file, then I guess you would need your own RosterEntry class to define your bots.
Comment
Post
Cancel
legacy-Daeval
Junior Member
Join Date:
May 2022
Posts:
0
#3
10-03-2004, 01:57 AM
If you're using the new mod support (which you probably should be if you're making a TC), this might also help:
http://www.bazzinet.info/EpicModSyst...l#PlayerModels
Comment
Post
Cancel
legacy-Steel_Eagle
Junior Member
Join Date:
May 2022
Posts:
0
#4
10-03-2004, 01:53 PM
Thx Daeval
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
X
Comment